! Started logfile: J0351-1153_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:42:27 2016 obs J0351-1153_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0351-1153_S_2014_06_09_pus_uva.fits ! AN table 1: 91 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.609768 visibilities/baseline/integration-bin. ! Found source: J0351-1153 ! ! 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 336 lines of history. ! ! Reading 9988 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 J0351-1153_S_2014_06_09_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 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811124Jy sigma=0.008027 ! Fit after self-cal, rms=0.719487Jy sigma=0.007039 ! 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=3.332 mas, bmaj=9.89 mas, bpa=14.39 degrees ! Estimated noise=1081.03 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.209279 Jy ! Component: 100 - total flux cleaned = 0.270671 Jy ! Total flux subtracted in 100 components = 0.270671 Jy ! Clean residual min=-0.017552 max=0.043096 Jy/beam ! Clean residual mean=-0.000133 rms=0.005859 Jy/beam ! Combined flux in latest and established models = 0.27067 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.27067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127652Jy sigma=0.001230 ! Fit after self-cal, rms=0.127494Jy sigma=0.001229 ! Inverting map ! Added new window around map position (-7.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0426094 Jy ! Component: 100 - total flux cleaned = 0.0677281 Jy ! Total flux subtracted in 100 components = 0.0677281 Jy ! Clean residual min=-0.012013 max=0.014334 Jy/beam ! Clean residual mean=-0.000067 rms=0.003693 Jy/beam ! Combined flux in latest and established models = 0.338399 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.338398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105671Jy sigma=0.000992 ! Fit after self-cal, rms=0.104786Jy sigma=0.000986 ! 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=4.168 mas, bmaj=11.22 mas, bpa=11.84 degrees ! Estimated noise=727.491 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.0310904 Jy ! Component: 100 - total flux cleaned = 0.0503603 Jy ! Component: 150 - total flux cleaned = 0.0634508 Jy ! Component: 200 - total flux cleaned = 0.072684 Jy ! Total flux subtracted in 200 components = 0.072684 Jy ! Clean residual min=-0.006671 max=0.010530 Jy/beam ! Clean residual mean=-0.000004 rms=0.002655 Jy/beam ! Combined flux in latest and established models = 0.411083 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 117 components and 0.411082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094021Jy sigma=0.000872 ! Fit after self-cal, rms=0.093343Jy sigma=0.000866 ! 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 1.00* FD 0.88 HN 1.00 KP 1.00 ! LA 1.16 MK 1.00* NL 0.99 OV 1.01 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.05 KP 0.99 ! LA 1.10 MK 1.00* NL 1.06 OV 1.05 ! PT 0.94 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.02 KP 0.88 ! LA 0.87 MK 1.00* NL 1.02 OV 0.95 ! PT 0.93 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.02 KP 0.86 ! LA 0.85 MK 1.00* NL 1.07 OV 1.03 ! PT 0.97 SC 0.97 ! ! ! Fit before self-cal, rms=0.093343Jy sigma=0.000866 ! Fit after self-cal, rms=0.084843Jy sigma=0.000788 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.182 mas, bmaj=11.33 mas, bpa=11.85 degrees ! Estimated noise=719.132 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 (-17, 18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00750957 Jy ! Component: 100 - total flux cleaned = 0.0102317 Jy ! Component: 150 - total flux cleaned = 0.0107871 Jy ! Component: 200 - total flux cleaned = 0.0109064 Jy ! Total flux subtracted in 200 components = 0.0109064 Jy ! Clean residual min=-0.003684 max=0.004293 Jy/beam ! Clean residual mean=0.000009 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.421989 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 155 components and 0.421989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084066Jy sigma=0.000780 ! Fit after self-cal, rms=0.084077Jy sigma=0.000779 ! 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.084077Jy sigma=0.000779 ! Fit after self-cal, rms=0.083685Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.184 mas, bmaj=11.31 mas, bpa=11.75 degrees ! Estimated noise=717.906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316278 Jy ! Component: 100 - total flux cleaned = 0.00418826 Jy ! Component: 150 - total flux cleaned = 0.00450966 Jy ! Component: 200 - total flux cleaned = 0.00451053 Jy ! Total flux subtracted in 200 components = 0.00451053 Jy ! Clean residual min=-0.003287 max=0.003080 Jy/beam ! Clean residual mean=0.000005 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.426499 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 187 components and 0.426499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083458Jy sigma=0.000775 ! Fit after self-cal, rms=0.083428Jy sigma=0.000774 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.000247321 Jy ! Component: 100 - total flux cleaned = 0.000311244 Jy ! Component: 150 - total flux cleaned = 0.000313237 Jy ! Component: 200 - total flux cleaned = 0.00041253 Jy ! Total flux subtracted in 200 components = 0.00041253 Jy ! Clean residual min=-0.003106 max=0.002704 Jy/beam ! Clean residual mean=0.000004 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.426912 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 205 components and 0.426912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083339Jy sigma=0.000774 ! Fit after self-cal, rms=0.083328Jy sigma=0.000774 ! 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.083328Jy sigma=0.000774 ! Fit after self-cal, rms=0.083241Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.189 mas, bmaj=11.32 mas, bpa=11.7 degrees ! Estimated noise=717.485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127447 Jy ! Component: 100 - total flux cleaned = 0.00196728 Jy ! Component: 150 - total flux cleaned = 0.00230825 Jy ! Component: 200 - total flux cleaned = 0.00234607 Jy ! Total flux subtracted in 200 components = 0.00234607 Jy ! Clean residual min=-0.002980 max=0.002705 Jy/beam ! Clean residual mean=0.000002 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.429258 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 224 components and 0.429258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083176Jy sigma=0.000773 ! Fit after self-cal, rms=0.083165Jy sigma=0.000773 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.000202391 Jy ! Component: 100 - total flux cleaned = 0.000276371 Jy ! Component: 150 - total flux cleaned = 0.000310728 Jy ! Component: 200 - total flux cleaned = 0.000341538 Jy ! Total flux subtracted in 200 components = 0.000341538 Jy ! Clean residual min=-0.002862 max=0.002641 Jy/beam ! Clean residual mean=0.000002 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.429599 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 232 components and 0.429599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083132Jy sigma=0.000772 ! Fit after self-cal, rms=0.083129Jy sigma=0.000772 ! 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.083129Jy sigma=0.000772 ! Fit after self-cal, rms=0.083085Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.899 mas, bmaj=18.02 mas, bpa=-2.787 degrees ! Estimated noise=811.947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123962 Jy ! Component: 100 - total flux cleaned = 0.00158442 Jy ! Component: 150 - total flux cleaned = 0.00175492 Jy ! Component: 200 - total flux cleaned = 0.00180075 Jy ! Total flux subtracted in 200 components = 0.00180075 Jy ! Clean residual min=-0.002642 max=0.002610 Jy/beam ! Clean residual mean=-0.000000 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.4314 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 250 components and 0.4314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083071Jy sigma=0.000772 ! Fit after self-cal, rms=0.083067Jy sigma=0.000772 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 = 7.41645e-05 Jy ! Component: 100 - total flux cleaned = 0.0001186 Jy ! Component: 150 - total flux cleaned = 0.000177218 Jy ! Component: 200 - total flux cleaned = 0.000212651 Jy ! Total flux subtracted in 200 components = 0.000212651 Jy ! Clean residual min=-0.002568 max=0.002537 Jy/beam ! Clean residual mean=-0.000001 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.431613 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 262 components and 0.431613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083061Jy sigma=0.000772 ! Fit after self-cal, rms=0.083061Jy sigma=0.000772 ! 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=4.192 mas, bmaj=11.33 mas, bpa=11.68 degrees ! Estimated noise=717.217 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.192 x 11.33 at 11.68 degrees (North through East) ! Clean map min=-0.0026872 max=0.27574 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=3.335 mas, bmaj=9.937 mas, bpa=14.31 degrees ! Estimated noise=1064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205432 Jy ! Component: 100 - total flux cleaned = 0.270535 Jy ! Component: 150 - total flux cleaned = 0.309897 Jy ! Component: 200 - total flux cleaned = 0.335959 Jy ! Total flux subtracted in 200 components = 0.335959 Jy ! Clean residual min=-0.009712 max=0.014575 Jy/beam ! Clean residual mean=-0.000058 rms=0.002971 Jy/beam ! Combined flux in latest and established models = 0.335959 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.335959 Jy ! Inverting map and beam ! Estimated beam: bmin=4.192 mas, bmaj=11.33 mas, bpa=11.68 degrees ! Estimated noise=717.217 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.0289416 Jy ! Component: 100 - total flux cleaned = 0.0473859 Jy ! Component: 150 - total flux cleaned = 0.0598386 Jy ! Component: 200 - total flux cleaned = 0.0688832 Jy ! Total flux subtracted in 200 components = 0.0688832 Jy ! Clean residual min=-0.004680 max=0.006763 Jy/beam ! Clean residual mean=-0.000025 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 0.404842 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 101 components and 0.404842 Jy ! Inverting map ! Added new window around map position (36, -59). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708093 Jy ! Component: 100 - total flux cleaned = 0.0121583 Jy ! Component: 150 - total flux cleaned = 0.0160533 Jy ! Component: 200 - total flux cleaned = 0.0190786 Jy ! Total flux subtracted in 200 components = 0.0190786 Jy ! Clean residual min=-0.003000 max=0.003920 Jy/beam ! Clean residual mean=-0.000005 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.423921 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 154 components and 0.423921 Jy ! Inverting map ! Added new window around map position (-69, 93.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342686 Jy ! Component: 100 - total flux cleaned = 0.00553394 Jy ! Component: 150 - total flux cleaned = 0.00720308 Jy ! Component: 200 - total flux cleaned = 0.00811056 Jy ! Total flux subtracted in 200 components = 0.00811056 Jy ! Clean residual min=-0.002403 max=0.002520 Jy/beam ! Clean residual mean=-0.000003 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.432031 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 186 components and 0.432031 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.899 mas, bmaj=18.02 mas, bpa=-2.787 degrees ! Estimated noise=811.947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0004529 Jy ! Component: 100 - total flux cleaned = 0.00108986 Jy ! Component: 150 - total flux cleaned = 0.00139131 Jy ! Component: 200 - total flux cleaned = 0.00154384 Jy ! Total flux subtracted in 200 components = 0.00154384 Jy ! Clean residual min=-0.002098 max=0.002350 Jy/beam ! Clean residual mean=-0.000002 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.433575 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 = 6.96651e-05 Jy ! Component: 100 - total flux cleaned = 0.000133274 Jy ! Component: 150 - total flux cleaned = 0.000192083 Jy ! Component: 200 - total flux cleaned = 0.000219516 Jy ! Total flux subtracted in 200 components = 0.000219516 Jy ! Clean residual min=-0.002032 max=0.002121 Jy/beam ! Clean residual mean=-0.000003 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.433795 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 234 components and 0.433795 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.192 mas, bmaj=11.33 mas, bpa=11.68 degrees ! Estimated noise=717.217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000659341 Jy ! Component: 100 - total flux cleaned = -0.000568412 Jy ! Component: 150 - total flux cleaned = -0.000451635 Jy ! Component: 200 - total flux cleaned = -0.000451955 Jy ! Total flux subtracted in 200 components = -0.000451955 Jy ! Clean residual min=-0.002164 max=0.002439 Jy/beam ! Clean residual mean=-0.000002 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.433343 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 263 components and 0.433343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082939Jy sigma=0.000771 ! Fit after self-cal, rms=0.082932Jy sigma=0.000771 wmodel J0351-1153_S_2014_06_09_pus_map.mod ! Writing 263 model components to file: J0351-1153_S_2014_06_09_pus_map.mod wobs J0351-1153_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0351-1153_S_2014_06_09_pus_uvs.fits wwins J0351-1153_S_2014_06_09_pus_map.win ! wwins: Wrote 5 windows to J0351-1153_S_2014_06_09_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 = 4.88453e-05 Jy ! Component: 100 - total flux cleaned = -0.000208654 Jy ! Component: 150 - total flux cleaned = -0.000381361 Jy ! Component: 200 - total flux cleaned = -0.000644479 Jy ! Component: 250 - total flux cleaned = -0.000802225 Jy ! Component: 300 - total flux cleaned = -0.00101517 Jy ! Component: 350 - total flux cleaned = -0.00124936 Jy ! Component: 400 - total flux cleaned = -0.00155828 Jy ! Component: 450 - total flux cleaned = -0.00174939 Jy ! Component: 500 - total flux cleaned = -0.00206775 Jy ! Component: 550 - total flux cleaned = -0.0023524 Jy ! Component: 600 - total flux cleaned = -0.00267991 Jy ! Component: 650 - total flux cleaned = -0.00287699 Jy ! Component: 700 - total flux cleaned = -0.00311821 Jy ! Component: 750 - total flux cleaned = -0.00333086 Jy ! Component: 800 - total flux cleaned = -0.00353869 Jy ! Component: 850 - total flux cleaned = -0.00374229 Jy ! Component: 900 - total flux cleaned = -0.00396416 Jy ! Component: 950 - total flux cleaned = -0.00418159 Jy ! Component: 1000 - total flux cleaned = -0.00437366 Jy ! Component: 1050 - total flux cleaned = -0.0046043 Jy ! Component: 1100 - total flux cleaned = -0.00474826 Jy ! Component: 1150 - total flux cleaned = -0.00495098 Jy ! Component: 1200 - total flux cleaned = -0.00513024 Jy ! Component: 1250 - total flux cleaned = -0.00526726 Jy ! Component: 1300 - total flux cleaned = -0.00544048 Jy ! Component: 1350 - total flux cleaned = -0.00553525 Jy ! Component: 1400 - total flux cleaned = -0.00564722 Jy ! Component: 1450 - total flux cleaned = -0.00575695 Jy ! Component: 1500 - total flux cleaned = -0.00581075 Jy ! Component: 1550 - total flux cleaned = -0.00591739 Jy ! Component: 1600 - total flux cleaned = -0.00596969 Jy ! Component: 1650 - total flux cleaned = -0.00605602 Jy ! Component: 1700 - total flux cleaned = -0.00614111 Jy ! Component: 1750 - total flux cleaned = -0.00625859 Jy ! Component: 1800 - total flux cleaned = -0.00634152 Jy ! Component: 1850 - total flux cleaned = -0.00639075 Jy ! Component: 1900 - total flux cleaned = -0.00652002 Jy ! Component: 1950 - total flux cleaned = -0.00660001 Jy ! Component: 2000 - total flux cleaned = -0.00671036 Jy ! Component: 2050 - total flux cleaned = -0.00677244 Jy ! Component: 2100 - total flux cleaned = -0.00684945 Jy ! Component: 2150 - total flux cleaned = -0.00689526 Jy ! Component: 2200 - total flux cleaned = -0.0069709 Jy ! Component: 2250 - total flux cleaned = -0.00706036 Jy ! Component: 2300 - total flux cleaned = -0.00710495 Jy ! Component: 2350 - total flux cleaned = -0.00714888 Jy ! Component: 2400 - total flux cleaned = -0.00719252 Jy ! Component: 2450 - total flux cleaned = -0.00730723 Jy ! Component: 2500 - total flux cleaned = -0.00733554 Jy ! Component: 2550 - total flux cleaned = -0.00744796 Jy ! Component: 2600 - total flux cleaned = -0.0074758 Jy ! Component: 2650 - total flux cleaned = -0.00757224 Jy ! Component: 2700 - total flux cleaned = -0.0076678 Jy ! Component: 2750 - total flux cleaned = -0.00773551 Jy ! Component: 2800 - total flux cleaned = -0.00774911 Jy ! Component: 2850 - total flux cleaned = -0.00785534 Jy ! Component: 2900 - total flux cleaned = -0.0078684 Jy ! Component: 2950 - total flux cleaned = -0.00790761 Jy ! Component: 3000 - total flux cleaned = -0.00798532 Jy ! Component: 3050 - total flux cleaned = -0.00801101 Jy ! Component: 3100 - total flux cleaned = -0.00808746 Jy ! Component: 3150 - total flux cleaned = -0.00809994 Jy ! Component: 3200 - total flux cleaned = -0.00807495 Jy ! Component: 3250 - total flux cleaned = -0.00812469 Jy ! Component: 3300 - total flux cleaned = -0.00812464 Jy ! Component: 3350 - total flux cleaned = -0.00817382 Jy ! Component: 3400 - total flux cleaned = -0.00816176 Jy ! Component: 3450 - total flux cleaned = -0.00821008 Jy ! Component: 3500 - total flux cleaned = -0.00822196 Jy ! Component: 3550 - total flux cleaned = -0.00820991 Jy ! Component: 3600 - total flux cleaned = -0.00819808 Jy ! Component: 3650 - total flux cleaned = -0.00822161 Jy ! Component: 3700 - total flux cleaned = -0.00824511 Jy ! Component: 3750 - total flux cleaned = -0.00824513 Jy ! Component: 3800 - total flux cleaned = -0.00821047 Jy ! Component: 3850 - total flux cleaned = -0.00819896 Jy ! Component: 3900 - total flux cleaned = -0.00818752 Jy ! Component: 3950 - total flux cleaned = -0.00815341 Jy ! Component: 4000 - total flux cleaned = -0.0081308 Jy ! Component: 4050 - total flux cleaned = -0.00808587 Jy ! Total flux subtracted in 4096 components = -0.00808586 Jy ! Clean residual min=-0.000763 max=0.000668 Jy/beam ! Clean residual mean=-0.000000 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.425257 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 512 components and 0.425257 Jy ![Exited script file: muppet] wmap "J0351-1153_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.192 x 11.33 at 11.68 degrees (North through East) ! Clean map min=-0.0019754 max=0.27718 Jy/beam ! Writing clean map to FITS file: J0351-1153_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.27718 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199389 device "J0351-1153_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0351-1153_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.215804 0.215804 0.431608 0.863217 1.72643 3.45287 6.90574 13.8115 27.6229 55.2459 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.277 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.192 x 11.33 at 11.68 degrees (North through East) ! Clean map min=-0.0019754 max=0.27718 Jy/beam quit ! Quitting program ! Log file J0351-1153_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:42:32 2016