! Started logfile: J0322-1312_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:42:03 2016 obs J0322-1312_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0322-1312_S_2014_06_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.614325 visibilities/baseline/integration-bin. ! Found source: J0322-1312 ! ! 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 13380 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 J0322-1312_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 249 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 249 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 249 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 249 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001561Jy sigma=0.010425 ! Fit after self-cal, rms=0.958241Jy sigma=0.009997 ! 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.427 mas, bmaj=9.802 mas, bpa=15.13 degrees ! Estimated noise=1163 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.0344382 Jy ! Component: 100 - total flux cleaned = 0.0419688 Jy ! Total flux subtracted in 100 components = 0.0419688 Jy ! Clean residual min=-0.002888 max=0.002977 Jy/beam ! Clean residual mean=0.000000 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.0419688 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0419688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078395Jy sigma=0.000751 ! Fit after self-cal, rms=0.076996Jy sigma=0.000737 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441953 Jy ! Component: 100 - total flux cleaned = 0.00429232 Jy ! Total flux subtracted in 100 components = 0.00429232 Jy ! Clean residual min=-0.003273 max=0.002650 Jy/beam ! Clean residual mean=0.000003 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.0462611 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 14 components and 0.0462611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076782Jy sigma=0.000736 ! Fit after self-cal, rms=0.076762Jy sigma=0.000735 ! 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.253 mas, bmaj=11.43 mas, bpa=13.26 degrees ! Estimated noise=598.071 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.000506076 Jy ! Component: 100 - total flux cleaned = -0.000570716 Jy ! Component: 150 - total flux cleaned = -0.000607709 Jy ! Component: 200 - total flux cleaned = -0.000657349 Jy ! Total flux subtracted in 200 components = -0.000657349 Jy ! Clean residual min=-0.001868 max=0.001883 Jy/beam ! Clean residual mean=-0.000004 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0456038 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 23 components and 0.0456038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076751Jy sigma=0.000735 ! Fit after self-cal, rms=0.076714Jy sigma=0.000735 ! 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.85 HN 0.99 KP 1.09 ! LA 1.03 MK 1.00* NL 1.08 OV 1.00 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.01 KP 1.07 ! LA 1.12 MK 1.00* NL 1.15 OV 1.03 ! PT 1.09 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.98 KP 0.95 ! LA 0.93 MK 1.00* NL 0.96 OV 0.94 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.92 KP 0.94 ! LA 0.84 MK 1.00* NL 0.94 OV 0.95 ! PT 1.05 SC 0.96 ! ! ! Fit before self-cal, rms=0.076714Jy sigma=0.000735 ! Fit after self-cal, rms=0.074112Jy sigma=0.000733 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.21 mas, bmaj=11.36 mas, bpa=13.4 degrees ! Estimated noise=596.675 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.000513444 Jy ! Component: 100 - total flux cleaned = 0.000581388 Jy ! Component: 150 - total flux cleaned = 0.000616015 Jy ! Component: 200 - total flux cleaned = 0.000637673 Jy ! Total flux subtracted in 200 components = 0.000637673 Jy ! Clean residual min=-0.001693 max=0.001810 Jy/beam ! Clean residual mean=-0.000005 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0462414 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.0462414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074106Jy sigma=0.000733 ! Fit after self-cal, rms=0.074000Jy sigma=0.000733 ! 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.074000Jy sigma=0.000733 ! Fit after self-cal, rms=0.073423Jy sigma=0.000732 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.203 mas, bmaj=11.31 mas, bpa=13.7 degrees ! Estimated noise=597.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000181355 Jy ! Component: 100 - total flux cleaned = 0.000194612 Jy ! Component: 150 - total flux cleaned = 0.000205741 Jy ! Component: 200 - total flux cleaned = 0.000195506 Jy ! Total flux subtracted in 200 components = 0.000195506 Jy ! Clean residual min=-0.001581 max=0.001686 Jy/beam ! Clean residual mean=-0.000004 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.0464369 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.0464369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073418Jy sigma=0.000732 ! Fit after self-cal, rms=0.073399Jy sigma=0.000732 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) ! Added new window around map position (35, 25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137725 Jy ! Component: 100 - total flux cleaned = 0.00168234 Jy ! Component: 150 - total flux cleaned = 0.00171591 Jy ! Component: 200 - total flux cleaned = 0.00164798 Jy ! Total flux subtracted in 200 components = 0.00164798 Jy ! Clean residual min=-0.001511 max=0.001570 Jy/beam ! Clean residual mean=-0.000006 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0480849 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.0480849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073358Jy sigma=0.000731 ! Fit after self-cal, rms=0.073342Jy sigma=0.000731 ! 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.073342Jy sigma=0.000731 ! Fit after self-cal, rms=0.073333Jy sigma=0.000731 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.2 mas, bmaj=11.23 mas, bpa=13.7 degrees ! Estimated noise=597.596 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103203 Jy ! Component: 100 - total flux cleaned = 0.00112393 Jy ! Component: 150 - total flux cleaned = 0.00109936 Jy ! Component: 200 - total flux cleaned = 0.00107703 Jy ! Total flux subtracted in 200 components = 0.00107703 Jy ! Clean residual min=-0.001480 max=0.001415 Jy/beam ! Clean residual mean=-0.000006 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.0491619 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.049162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073307Jy sigma=0.000731 ! Fit after self-cal, rms=0.073298Jy sigma=0.000731 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.000526663 Jy ! Component: 100 - total flux cleaned = 0.00059663 Jy ! Component: 150 - total flux cleaned = 0.000575794 Jy ! Component: 200 - total flux cleaned = 0.000538445 Jy ! Total flux subtracted in 200 components = 0.000538445 Jy ! Clean residual min=-0.001460 max=0.001372 Jy/beam ! Clean residual mean=-0.000006 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0497004 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.0497004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073283Jy sigma=0.000731 ! Fit after self-cal, rms=0.073279Jy sigma=0.000731 ! 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.073279Jy sigma=0.000731 ! Fit after self-cal, rms=0.073290Jy sigma=0.000731 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.866 mas, bmaj=17.7 mas, bpa=-0.3679 degrees ! Estimated noise=685.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00044512 Jy ! Component: 100 - total flux cleaned = 0.000635645 Jy ! Component: 150 - total flux cleaned = 0.000654712 Jy ! Component: 200 - total flux cleaned = 0.000672673 Jy ! Total flux subtracted in 200 components = 0.000672673 Jy ! Clean residual min=-0.001267 max=0.001055 Jy/beam ! Clean residual mean=-0.000008 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0503731 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.0503731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073286Jy sigma=0.000731 ! Fit after self-cal, rms=0.073288Jy sigma=0.000731 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.000203793 Jy ! Component: 100 - total flux cleaned = 0.000213749 Jy ! Component: 150 - total flux cleaned = 0.000223129 Jy ! Component: 200 - total flux cleaned = 0.000223211 Jy ! Total flux subtracted in 200 components = 0.000223211 Jy ! Clean residual min=-0.001286 max=0.001061 Jy/beam ! Clean residual mean=-0.000009 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.0505963 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.0505963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073285Jy sigma=0.000731 ! Fit after self-cal, rms=0.073284Jy sigma=0.000731 ! 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.195 mas, bmaj=11.17 mas, bpa=13.62 degrees ! Estimated noise=597.509 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.195 x 11.17 at 13.62 degrees (North through East) ! Clean map min=-0.0014071 max=0.046166 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.401 mas, bmaj=9.609 mas, bpa=15.6 degrees ! Estimated noise=1137.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0363377 Jy ! Component: 100 - total flux cleaned = 0.044542 Jy ! Component: 150 - total flux cleaned = 0.0484256 Jy ! Component: 200 - total flux cleaned = 0.0499659 Jy ! Total flux subtracted in 200 components = 0.0499659 Jy ! Clean residual min=-0.003153 max=0.002286 Jy/beam ! Clean residual mean=0.000001 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0499659 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0499659 Jy ! Inverting map and beam ! Estimated beam: bmin=4.195 mas, bmaj=11.17 mas, bpa=13.62 degrees ! Estimated noise=597.509 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.000790967 Jy ! Component: 100 - total flux cleaned = 0.00108867 Jy ! Component: 150 - total flux cleaned = 0.00104888 Jy ! Component: 200 - total flux cleaned = 0.00105003 Jy ! Total flux subtracted in 200 components = 0.00105003 Jy ! Clean residual min=-0.001566 max=0.001366 Jy/beam ! Clean residual mean=-0.000007 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0510159 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.0510159 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.866 mas, bmaj=17.7 mas, bpa=-0.3679 degrees ! Estimated noise=685.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000145387 Jy ! Component: 100 - total flux cleaned = -0.000166195 Jy ! Component: 150 - total flux cleaned = -0.000196479 Jy ! Component: 200 - total flux cleaned = -0.000196957 Jy ! Total flux subtracted in 200 components = -0.000196957 Jy ! Clean residual min=-0.001332 max=0.001149 Jy/beam ! Clean residual mean=-0.000009 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.050819 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 = 2.56128e-05 Jy ! Component: 100 - total flux cleaned = 3.75768e-05 Jy ! Component: 150 - total flux cleaned = 7.15353e-05 Jy ! Component: 200 - total flux cleaned = 0.000103211 Jy ! Total flux subtracted in 200 components = 0.000103211 Jy ! Clean residual min=-0.001325 max=0.001109 Jy/beam ! Clean residual mean=-0.000009 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0509222 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 51 components and 0.0509222 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.195 mas, bmaj=11.17 mas, bpa=13.62 degrees ! Estimated noise=597.509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.47233e-05 Jy ! Component: 100 - total flux cleaned = -6.56195e-05 Jy ! Component: 150 - total flux cleaned = -9.11882e-05 Jy ! Component: 200 - total flux cleaned = -9.2059e-05 Jy ! Total flux subtracted in 200 components = -9.2059e-05 Jy ! Clean residual min=-0.001474 max=0.001342 Jy/beam ! Clean residual mean=-0.000006 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0508301 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.0508302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073287Jy sigma=0.000731 ! Fit after self-cal, rms=0.073282Jy sigma=0.000731 wmodel J0322-1312_S_2014_06_09_pus_map.mod ! Writing 60 model components to file: J0322-1312_S_2014_06_09_pus_map.mod wobs J0322-1312_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0322-1312_S_2014_06_09_pus_uvs.fits wwins J0322-1312_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0322-1312_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 = -0.000244219 Jy ! Component: 100 - total flux cleaned = -0.000360862 Jy ! Component: 150 - total flux cleaned = -0.000600003 Jy ! Component: 200 - total flux cleaned = -0.000785773 Jy ! Component: 250 - total flux cleaned = -0.000885537 Jy ! Component: 300 - total flux cleaned = -0.00100128 Jy ! Component: 350 - total flux cleaned = -0.00105743 Jy ! Component: 400 - total flux cleaned = -0.00111207 Jy ! Component: 450 - total flux cleaned = -0.00114727 Jy ! Component: 500 - total flux cleaned = -0.00118167 Jy ! Component: 550 - total flux cleaned = -0.00123168 Jy ! Component: 600 - total flux cleaned = -0.00128068 Jy ! Component: 650 - total flux cleaned = -0.00137631 Jy ! Component: 700 - total flux cleaned = -0.00139165 Jy ! Component: 750 - total flux cleaned = -0.00140728 Jy ! Component: 800 - total flux cleaned = -0.00149707 Jy ! Component: 850 - total flux cleaned = -0.00151118 Jy ! Component: 900 - total flux cleaned = -0.00151114 Jy ! Component: 950 - total flux cleaned = -0.00158196 Jy ! Component: 1000 - total flux cleaned = -0.00165137 Jy ! Component: 1050 - total flux cleaned = -0.00173321 Jy ! Component: 1100 - total flux cleaned = -0.00177367 Jy ! Component: 1150 - total flux cleaned = -0.00177391 Jy ! Component: 1200 - total flux cleaned = -0.0018525 Jy ! Component: 1250 - total flux cleaned = -0.00190385 Jy ! Component: 1300 - total flux cleaned = -0.0019547 Jy ! Component: 1350 - total flux cleaned = -0.00197972 Jy ! Component: 1400 - total flux cleaned = -0.00209083 Jy ! Component: 1450 - total flux cleaned = -0.00210279 Jy ! Component: 1500 - total flux cleaned = -0.00217521 Jy ! Component: 1550 - total flux cleaned = -0.00225863 Jy ! Component: 1600 - total flux cleaned = -0.00228197 Jy ! Component: 1650 - total flux cleaned = -0.00230531 Jy ! Component: 1700 - total flux cleaned = -0.00238563 Jy ! Component: 1750 - total flux cleaned = -0.00245368 Jy ! Component: 1800 - total flux cleaned = -0.00248722 Jy ! Component: 1850 - total flux cleaned = -0.00257604 Jy ! Component: 1900 - total flux cleaned = -0.00263104 Jy ! Component: 1950 - total flux cleaned = -0.00272868 Jy ! Component: 2000 - total flux cleaned = -0.00279315 Jy ! Component: 2050 - total flux cleaned = -0.00285678 Jy ! Component: 2100 - total flux cleaned = -0.00297253 Jy ! Component: 2150 - total flux cleaned = -0.00302463 Jy ! Component: 2200 - total flux cleaned = -0.00311739 Jy ! Component: 2250 - total flux cleaned = -0.00315836 Jy ! Component: 2300 - total flux cleaned = -0.0032291 Jy ! Component: 2350 - total flux cleaned = -0.00324924 Jy ! Component: 2400 - total flux cleaned = -0.0033288 Jy ! Component: 2450 - total flux cleaned = -0.00339771 Jy ! Component: 2500 - total flux cleaned = -0.00349505 Jy ! Component: 2550 - total flux cleaned = -0.00354326 Jy ! Component: 2600 - total flux cleaned = -0.00359111 Jy ! Component: 2650 - total flux cleaned = -0.00364808 Jy ! Component: 2700 - total flux cleaned = -0.00368565 Jy ! Component: 2750 - total flux cleaned = -0.00374163 Jy ! Component: 2800 - total flux cleaned = -0.00381552 Jy ! Component: 2850 - total flux cleaned = -0.00378795 Jy ! Component: 2900 - total flux cleaned = -0.00386089 Jy ! Component: 2950 - total flux cleaned = -0.00391506 Jy ! Component: 3000 - total flux cleaned = -0.00392414 Jy ! Component: 3050 - total flux cleaned = -0.00396851 Jy ! Component: 3100 - total flux cleaned = -0.00398614 Jy ! Component: 3150 - total flux cleaned = -0.00403003 Jy ! Component: 3200 - total flux cleaned = -0.00407354 Jy ! Component: 3250 - total flux cleaned = -0.00405606 Jy ! Component: 3300 - total flux cleaned = -0.00410763 Jy ! Component: 3350 - total flux cleaned = -0.00415876 Jy ! Component: 3400 - total flux cleaned = -0.00414188 Jy ! Component: 3450 - total flux cleaned = -0.00416715 Jy ! Component: 3500 - total flux cleaned = -0.00417548 Jy ! Component: 3550 - total flux cleaned = -0.00425018 Jy ! Component: 3600 - total flux cleaned = -0.004242 Jy ! Component: 3650 - total flux cleaned = -0.00430744 Jy ! Component: 3700 - total flux cleaned = -0.00430749 Jy ! Component: 3750 - total flux cleaned = -0.00430747 Jy ! Component: 3800 - total flux cleaned = -0.0043555 Jy ! Component: 3850 - total flux cleaned = -0.00437149 Jy ! Component: 3900 - total flux cleaned = -0.00438738 Jy ! Component: 3950 - total flux cleaned = -0.00439528 Jy ! Component: 4000 - total flux cleaned = -0.00442664 Jy ! Component: 4050 - total flux cleaned = -0.00450436 Jy ! Total flux subtracted in 4096 components = -0.00449667 Jy ! Clean residual min=-0.000465 max=0.000502 Jy/beam ! Clean residual mean=-0.000001 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0463335 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 325 components and 0.0463335 Jy ![Exited script file: muppet] wmap "J0322-1312_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.195 x 11.17 at 13.62 degrees (North through East) ! Clean map min=-0.0010453 max=0.045631 Jy/beam ! Writing clean map to FITS file: J0322-1312_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.045631 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145178 device "J0322-1312_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0322-1312_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.954472 0.954472 1.90894 3.81789 7.63578 15.2716 30.5431 61.0862 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.045 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.195 x 11.17 at 13.62 degrees (North through East) ! Clean map min=-0.0010453 max=0.045631 Jy/beam quit ! Quitting program ! Log file J0322-1312_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:42:08 2016