! Started logfile: J0429+2724_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:05:10 2017 obs J0429+2724_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0429+2724_S_2015_01_23_pus_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.923016 visibilities/baseline/integration-bin. ! Found source: J0429+2724 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 338 lines of history. ! ! Reading 4652 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0429+2724_S_2015_01_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.693364Jy sigma=0.008412 ! Fit after self-cal, rms=0.681724Jy sigma=0.008339 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.859 mas, bmaj=5.954 mas, bpa=-4.209 degrees ! Estimated noise=1113.4 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.270756 Jy ! Component: 100 - total flux cleaned = 0.338353 Jy ! Total flux subtracted in 100 components = 0.338353 Jy ! Clean residual min=-0.022361 max=0.083465 Jy/beam ! Clean residual mean=-0.000008 rms=0.007758 Jy/beam ! Combined flux in latest and established models = 0.338353 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.338353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173666Jy sigma=0.001948 ! Fit after self-cal, rms=0.173636Jy sigma=0.001948 ! Inverting map ! Added new window around map position (-6.5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0674226 Jy ! Component: 100 - total flux cleaned = 0.0976428 Jy ! Total flux subtracted in 100 components = 0.0976428 Jy ! Clean residual min=-0.018192 max=0.027027 Jy/beam ! Clean residual mean=-0.000029 rms=0.004951 Jy/beam ! Combined flux in latest and established models = 0.435996 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.435996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149020Jy sigma=0.001450 ! Fit after self-cal, rms=0.146605Jy sigma=0.001407 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=6.545 mas, bpa=-3.361 degrees ! Estimated noise=896.716 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0320917 Jy ! Component: 100 - total flux cleaned = 0.0481599 Jy ! Component: 150 - total flux cleaned = 0.0591094 Jy ! Component: 200 - total flux cleaned = 0.0670515 Jy ! Total flux subtracted in 200 components = 0.0670515 Jy ! Clean residual min=-0.014929 max=0.022820 Jy/beam ! Clean residual mean=-0.000001 rms=0.004695 Jy/beam ! Combined flux in latest and established models = 0.503048 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 57 components and 0.503048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144062Jy sigma=0.001250 ! Fit after self-cal, rms=0.143415Jy sigma=0.001237 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.78 HN 0.95 KP 1.07 ! LA 0.95 MK 1.04 NL 1.05 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 2.68 HN 1.02 KP 0.98 ! LA 0.92 MK 1.02 NL 1.21 OV 0.98 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 2.21 HN 1.01 KP 0.85 ! LA 0.75 MK 1.06 NL 1.60 OV 0.91 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 2.89 HN 0.95 KP 0.80 ! LA 0.79 MK 1.04 NL 0.96 OV 0.94 ! PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.143415Jy sigma=0.001237 ! Fit after self-cal, rms=0.175088Jy sigma=0.000844 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=6.589 mas, bpa=-3.018 degrees ! Estimated noise=911.208 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000658626 Jy ! Component: 100 - total flux cleaned = -0.00103458 Jy ! Component: 150 - total flux cleaned = -0.00128277 Jy ! Component: 200 - total flux cleaned = -0.00143378 Jy ! Total flux subtracted in 200 components = -0.00143378 Jy ! Clean residual min=-0.005412 max=0.006190 Jy/beam ! Clean residual mean=-0.000010 rms=0.001461 Jy/beam ! Combined flux in latest and established models = 0.501614 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 68 components and 0.501614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174981Jy sigma=0.000842 ! Fit after self-cal, rms=0.175274Jy sigma=0.000841 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175274Jy sigma=0.000841 ! Fit after self-cal, rms=0.193256Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=6.593 mas, bpa=-2.52 degrees ! Estimated noise=912.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000516126 Jy ! Component: 100 - total flux cleaned = -0.000748012 Jy ! Component: 150 - total flux cleaned = -0.000845367 Jy ! Component: 200 - total flux cleaned = -0.000884659 Jy ! Total flux subtracted in 200 components = -0.000884659 Jy ! Clean residual min=-0.003165 max=0.002894 Jy/beam ! Clean residual mean=0.000003 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.500729 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 79 components and 0.500729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193233Jy sigma=0.000790 ! Fit after self-cal, rms=0.193262Jy sigma=0.000789 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131098 Jy ! Component: 100 - total flux cleaned = 9.61516e-05 Jy ! Component: 150 - total flux cleaned = 9.49025e-05 Jy ! Component: 200 - total flux cleaned = 9.38251e-05 Jy ! Total flux subtracted in 200 components = 9.38251e-05 Jy ! Clean residual min=-0.003031 max=0.002728 Jy/beam ! Clean residual mean=0.000003 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.500823 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 84 components and 0.500823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193254Jy sigma=0.000789 ! Fit after self-cal, rms=0.193254Jy sigma=0.000789 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193254Jy sigma=0.000789 ! Fit after self-cal, rms=0.193108Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=6.601 mas, bpa=-2.568 degrees ! Estimated noise=912.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000362044 Jy ! Component: 100 - total flux cleaned = -0.000464206 Jy ! Component: 150 - total flux cleaned = -0.00046223 Jy ! Component: 200 - total flux cleaned = -0.000435154 Jy ! Total flux subtracted in 200 components = -0.000435154 Jy ! Clean residual min=-0.003006 max=0.002686 Jy/beam ! Clean residual mean=0.000004 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.500388 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 86 components and 0.500388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193101Jy sigma=0.000788 ! Fit after self-cal, rms=0.193101Jy sigma=0.000788 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.69613e-05 Jy ! Component: 100 - total flux cleaned = 2.68522e-05 Jy ! Component: 150 - total flux cleaned = 5.04321e-05 Jy ! Component: 200 - total flux cleaned = 7.23759e-05 Jy ! Total flux subtracted in 200 components = 7.23759e-05 Jy ! Clean residual min=-0.002941 max=0.002649 Jy/beam ! Clean residual mean=0.000004 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.50046 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.50046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193096Jy sigma=0.000788 ! Fit after self-cal, rms=0.193096Jy sigma=0.000788 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193096Jy sigma=0.000788 ! Fit after self-cal, rms=0.193058Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.074 mas, bmaj=10.07 mas, bpa=-3.946 degrees ! Estimated noise=1156.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207653 Jy ! Component: 100 - total flux cleaned = -0.00031229 Jy ! Component: 150 - total flux cleaned = -0.000416289 Jy ! Component: 200 - total flux cleaned = -0.000503922 Jy ! Total flux subtracted in 200 components = -0.000503922 Jy ! Clean residual min=-0.002878 max=0.002551 Jy/beam ! Clean residual mean=0.000007 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.499956 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 96 components and 0.499956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193056Jy sigma=0.000788 ! Fit after self-cal, rms=0.193055Jy sigma=0.000788 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.75248e-05 Jy ! Component: 100 - total flux cleaned = -2.0192e-05 Jy ! Component: 150 - total flux cleaned = -4.33305e-05 Jy ! Component: 200 - total flux cleaned = -7.45868e-05 Jy ! Total flux subtracted in 200 components = -7.45868e-05 Jy ! Clean residual min=-0.002891 max=0.002531 Jy/beam ! Clean residual mean=0.000007 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.499882 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 99 components and 0.499882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193055Jy sigma=0.000788 ! Fit after self-cal, rms=0.193055Jy sigma=0.000788 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=6.608 mas, bpa=-2.599 degrees ! Estimated noise=912.967 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.381 x 6.608 at -2.599 degrees (North through East) ! Clean map min=-0.002809 max=0.34077 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=5.994 mas, bpa=-3.858 degrees ! Estimated noise=1125.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.273095 Jy ! Component: 100 - total flux cleaned = 0.363508 Jy ! Component: 150 - total flux cleaned = 0.410877 Jy ! Component: 200 - total flux cleaned = 0.439611 Jy ! Total flux subtracted in 200 components = 0.439611 Jy ! Clean residual min=-0.007318 max=0.014952 Jy/beam ! Clean residual mean=0.000008 rms=0.002132 Jy/beam ! Combined flux in latest and established models = 0.439611 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.439611 Jy ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=6.608 mas, bpa=-2.599 degrees ! Estimated noise=912.967 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0215685 Jy ! Component: 100 - total flux cleaned = 0.034539 Jy ! Component: 150 - total flux cleaned = 0.0429496 Jy ! Component: 200 - total flux cleaned = 0.0486994 Jy ! Total flux subtracted in 200 components = 0.0486994 Jy ! Clean residual min=-0.003644 max=0.003526 Jy/beam ! Clean residual mean=0.000004 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.48831 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 47 components and 0.48831 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.074 mas, bmaj=10.07 mas, bpa=-3.946 degrees ! Estimated noise=1156.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00547976 Jy ! Component: 100 - total flux cleaned = 0.00809302 Jy ! Component: 150 - total flux cleaned = 0.00959152 Jy ! Component: 200 - total flux cleaned = 0.0104936 Jy ! Total flux subtracted in 200 components = 0.0104936 Jy ! Clean residual min=-0.002954 max=0.002667 Jy/beam ! Clean residual mean=0.000007 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.498804 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000548144 Jy ! Component: 100 - total flux cleaned = 0.000818339 Jy ! Component: 150 - total flux cleaned = 0.000862539 Jy ! Component: 200 - total flux cleaned = 0.000882935 Jy ! Total flux subtracted in 200 components = 0.000882935 Jy ! Clean residual min=-0.002886 max=0.002557 Jy/beam ! Clean residual mean=0.000007 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.499687 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 95 components and 0.499687 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=6.608 mas, bpa=-2.599 degrees ! Estimated noise=912.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122934 Jy ! Component: 100 - total flux cleaned = 0.000195179 Jy ! Component: 150 - total flux cleaned = 0.000431631 Jy ! Component: 200 - total flux cleaned = 0.000485673 Jy ! Total flux subtracted in 200 components = 0.000485673 Jy ! Clean residual min=-0.002837 max=0.002854 Jy/beam ! Clean residual mean=0.000004 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.500173 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.500173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193107Jy sigma=0.000790 ! Fit after self-cal, rms=0.193108Jy sigma=0.000790 wmodel J0429+2724_S_2015_01_23_pus_map.mod ! Writing 105 model components to file: J0429+2724_S_2015_01_23_pus_map.mod wobs J0429+2724_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0429+2724_S_2015_01_23_pus_uvs.fits wwins J0429+2724_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0429+2724_S_2015_01_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -5.65214e-06 Jy ! Component: 100 - total flux cleaned = -0.00015644 Jy ! Component: 150 - total flux cleaned = -0.000397532 Jy ! Component: 200 - total flux cleaned = -0.000583487 Jy ! Component: 250 - total flux cleaned = -0.000718492 Jy ! Component: 300 - total flux cleaned = -0.000675494 Jy ! Component: 350 - total flux cleaned = -0.000718789 Jy ! Component: 400 - total flux cleaned = -0.000800361 Jy ! Component: 450 - total flux cleaned = -0.000720621 Jy ! Component: 500 - total flux cleaned = -0.000605044 Jy ! Component: 550 - total flux cleaned = -0.000528874 Jy ! Component: 600 - total flux cleaned = -0.000491246 Jy ! Component: 650 - total flux cleaned = -0.000419067 Jy ! Component: 700 - total flux cleaned = -0.000312239 Jy ! Component: 750 - total flux cleaned = -0.000347492 Jy ! Component: 800 - total flux cleaned = -0.000278022 Jy ! Component: 850 - total flux cleaned = -0.00020998 Jy ! Component: 900 - total flux cleaned = -0.000209855 Jy ! Component: 950 - total flux cleaned = -0.000143512 Jy ! Component: 1000 - total flux cleaned = -4.57981e-05 Jy ! Component: 1050 - total flux cleaned = 8.21729e-05 Jy ! Component: 1100 - total flux cleaned = 8.19293e-05 Jy ! Component: 1150 - total flux cleaned = 8.1975e-05 Jy ! Component: 1200 - total flux cleaned = 0.000175626 Jy ! Component: 1250 - total flux cleaned = 0.000297845 Jy ! Component: 1300 - total flux cleaned = 0.000328032 Jy ! Component: 1350 - total flux cleaned = 0.000417479 Jy ! Component: 1400 - total flux cleaned = 0.000387627 Jy ! Component: 1450 - total flux cleaned = 0.000416735 Jy ! Component: 1500 - total flux cleaned = 0.000474743 Jy ! Component: 1550 - total flux cleaned = 0.000560533 Jy ! Component: 1600 - total flux cleaned = 0.000588652 Jy ! Component: 1650 - total flux cleaned = 0.000701052 Jy ! Component: 1700 - total flux cleaned = 0.00078399 Jy ! Component: 1750 - total flux cleaned = 0.000838797 Jy ! Component: 1800 - total flux cleaned = 0.000893568 Jy ! Component: 1850 - total flux cleaned = 0.00097471 Jy ! Component: 1900 - total flux cleaned = 0.00108187 Jy ! Component: 1950 - total flux cleaned = 0.00113515 Jy ! Component: 2000 - total flux cleaned = 0.0010824 Jy ! Component: 2050 - total flux cleaned = 0.00116105 Jy ! Component: 2100 - total flux cleaned = 0.00121246 Jy ! Component: 2150 - total flux cleaned = 0.00118656 Jy ! Component: 2200 - total flux cleaned = 0.00123752 Jy ! Component: 2250 - total flux cleaned = 0.00126296 Jy ! Component: 2300 - total flux cleaned = 0.0012124 Jy ! Component: 2350 - total flux cleaned = 0.00126205 Jy ! Component: 2400 - total flux cleaned = 0.00138612 Jy ! Component: 2450 - total flux cleaned = 0.00133635 Jy ! Component: 2500 - total flux cleaned = 0.00140968 Jy ! Component: 2550 - total flux cleaned = 0.00145842 Jy ! Component: 2600 - total flux cleaned = 0.00143436 Jy ! Component: 2650 - total flux cleaned = 0.00148218 Jy ! Component: 2700 - total flux cleaned = 0.00143488 Jy ! Component: 2750 - total flux cleaned = 0.00145878 Jy ! Component: 2800 - total flux cleaned = 0.00143561 Jy ! Component: 2850 - total flux cleaned = 0.00148222 Jy ! Component: 2900 - total flux cleaned = 0.00155186 Jy ! Component: 2950 - total flux cleaned = 0.00157478 Jy ! Component: 3000 - total flux cleaned = 0.00152917 Jy ! Component: 3050 - total flux cleaned = 0.00150647 Jy ! Component: 3100 - total flux cleaned = 0.00146154 Jy ! Component: 3150 - total flux cleaned = 0.00146161 Jy ! Component: 3200 - total flux cleaned = 0.0014395 Jy ! Component: 3250 - total flux cleaned = 0.00128517 Jy ! Component: 3300 - total flux cleaned = 0.00137306 Jy ! Component: 3350 - total flux cleaned = 0.00137315 Jy ! Component: 3400 - total flux cleaned = 0.00132982 Jy ! Component: 3450 - total flux cleaned = 0.00130845 Jy ! Component: 3500 - total flux cleaned = 0.00126567 Jy ! Component: 3550 - total flux cleaned = 0.00128691 Jy ! Component: 3600 - total flux cleaned = 0.00122351 Jy ! Component: 3650 - total flux cleaned = 0.00118162 Jy ! Component: 3700 - total flux cleaned = 0.00116083 Jy ! Component: 3750 - total flux cleaned = 0.00114023 Jy ! Component: 3800 - total flux cleaned = 0.00114028 Jy ! Component: 3850 - total flux cleaned = 0.00118164 Jy ! Component: 3900 - total flux cleaned = 0.0011613 Jy ! Component: 3950 - total flux cleaned = 0.00124276 Jy ! Component: 4000 - total flux cleaned = 0.00122239 Jy ! Component: 4050 - total flux cleaned = 0.0012224 Jy ! Total flux subtracted in 4096 components = 0.0012425 Jy ! Clean residual min=-0.001105 max=0.001184 Jy/beam ! Clean residual mean=0.000003 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.501415 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 384 components and 0.501415 Jy ![Exited script file: muppet] wmap "J0429+2724_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.381 x 6.608 at -2.599 degrees (North through East) ! Clean map min=-0.0022988 max=0.34041 Jy/beam ! Writing clean map to FITS file: J0429+2724_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.340409 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000365223 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.321868 0.321868 0.643736 1.28747 2.57494 5.14989 10.2998 20.5996 41.1991 82.3982 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.34 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.381 x 6.608 at -2.599 degrees (North through East) ! Clean map min=-0.0022988 max=0.34041 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0429+2724_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:05:14 2017