! Started logfile: J0532-0307_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:55:47 2016 obs J0532-0307_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0532-0307_S_2014_08_09_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.749772 visibilities/baseline/integration-bin. ! Found source: J0532-0307 ! ! 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 342 lines of history. ! ! Reading 9852 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 J0532-0307_S_2014_08_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 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811467Jy sigma=0.008242 ! Fit after self-cal, rms=0.802674Jy sigma=0.008167 ! 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.442 mas, bmaj=9.661 mas, bpa=18.45 degrees ! Estimated noise=914.786 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.154553 Jy ! Component: 100 - total flux cleaned = 0.189595 Jy ! Total flux subtracted in 100 components = 0.189595 Jy ! Clean residual min=-0.013624 max=0.048032 Jy/beam ! Clean residual mean=0.000042 rms=0.004604 Jy/beam ! Combined flux in latest and established models = 0.189595 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.189595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135463Jy sigma=0.001088 ! Fit after self-cal, rms=0.135427Jy sigma=0.001087 ! Inverting map ! Added new window around map position (8, 5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0392699 Jy ! Component: 100 - total flux cleaned = 0.0552322 Jy ! Total flux subtracted in 100 components = 0.0552322 Jy ! Clean residual min=-0.009160 max=0.023377 Jy/beam ! Clean residual mean=0.000024 rms=0.002727 Jy/beam ! Combined flux in latest and established models = 0.244827 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.244827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122674Jy sigma=0.000934 ! Fit after self-cal, rms=0.119673Jy sigma=0.000898 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167125 Jy ! Component: 100 - total flux cleaned = 0.024189 Jy ! Total flux subtracted in 100 components = 0.024189 Jy ! Clean residual min=-0.005477 max=0.009543 Jy/beam ! Clean residual mean=0.000014 rms=0.001590 Jy/beam ! Combined flux in latest and established models = 0.269016 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 0.269016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116841Jy sigma=0.000868 ! Fit after self-cal, rms=0.116297Jy sigma=0.000861 ! 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.154 mas, bmaj=10.44 mas, bpa=17.05 degrees ! Estimated noise=719.335 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.00853681 Jy ! Component: 100 - total flux cleaned = 0.0132276 Jy ! Component: 150 - total flux cleaned = 0.0164943 Jy ! Component: 200 - total flux cleaned = 0.0189196 Jy ! Total flux subtracted in 200 components = 0.0189196 Jy ! Clean residual min=-0.004325 max=0.004534 Jy/beam ! Clean residual mean=0.000013 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.287936 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 79 components and 0.287936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115290Jy sigma=0.000855 ! Fit after self-cal, rms=0.115184Jy sigma=0.000854 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 HN 0.96 KP 1.07 ! LA 1.10 MK 1.00* NL 1.05 OV 1.00 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.01 KP 1.00 ! LA 1.06 MK 1.00* NL 1.08 OV 1.05 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.18 HN 1.02 KP 0.90 ! LA 0.83 MK 1.00* NL 1.02 OV 0.92 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.01 KP 0.86 ! LA 0.79 MK 1.00* NL 1.08 OV 0.99 ! PT 0.99 SC 0.98 ! ! ! Fit before self-cal, rms=0.115184Jy sigma=0.000854 ! Fit after self-cal, rms=0.104236Jy sigma=0.000819 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.159 mas, bmaj=10.46 mas, bpa=16.89 degrees ! Estimated noise=726.528 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.00134067 Jy ! Component: 100 - total flux cleaned = 0.00179983 Jy ! Component: 150 - total flux cleaned = 0.00224386 Jy ! Component: 200 - total flux cleaned = 0.00249906 Jy ! Total flux subtracted in 200 components = 0.00249906 Jy ! Clean residual min=-0.002841 max=0.002578 Jy/beam ! Clean residual mean=-0.000001 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.290435 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 95 components and 0.290435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104164Jy sigma=0.000819 ! Fit after self-cal, rms=0.104144Jy sigma=0.000818 ! 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.104144Jy sigma=0.000818 ! Fit after self-cal, rms=0.097197Jy sigma=0.000815 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.158 mas, bmaj=10.46 mas, bpa=16.82 degrees ! Estimated noise=726.488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00051182 Jy ! Component: 100 - total flux cleaned = 0.000690861 Jy ! Component: 150 - total flux cleaned = 0.000690826 Jy ! Component: 200 - total flux cleaned = 0.000718913 Jy ! Total flux subtracted in 200 components = 0.000718913 Jy ! Clean residual min=-0.002597 max=0.002242 Jy/beam ! Clean residual mean=-0.000004 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.291154 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 105 components and 0.291154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097176Jy sigma=0.000814 ! Fit after self-cal, rms=0.097103Jy sigma=0.000814 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.000238114 Jy ! Component: 100 - total flux cleaned = 0.000319458 Jy ! Component: 150 - total flux cleaned = 0.000367207 Jy ! Component: 200 - total flux cleaned = 0.00041032 Jy ! Total flux subtracted in 200 components = 0.00041032 Jy ! Clean residual min=-0.002507 max=0.002232 Jy/beam ! Clean residual mean=-0.000004 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.291564 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.291564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097090Jy sigma=0.000814 ! Fit after self-cal, rms=0.097088Jy sigma=0.000814 ! 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.097088Jy sigma=0.000814 ! Fit after self-cal, rms=0.096934Jy sigma=0.000814 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.157 mas, bmaj=10.46 mas, bpa=16.83 degrees ! Estimated noise=726.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000469086 Jy ! Component: 100 - total flux cleaned = 0.000517894 Jy ! Component: 150 - total flux cleaned = 0.000538974 Jy ! Component: 200 - total flux cleaned = 0.00055833 Jy ! Total flux subtracted in 200 components = 0.00055833 Jy ! Clean residual min=-0.002470 max=0.002218 Jy/beam ! Clean residual mean=-0.000003 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.292122 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.292123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096924Jy sigma=0.000814 ! Fit after self-cal, rms=0.096918Jy sigma=0.000814 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 = 9.50212e-05 Jy ! Component: 100 - total flux cleaned = 0.000115486 Jy ! Component: 150 - total flux cleaned = 0.000133334 Jy ! Component: 200 - total flux cleaned = 0.000149471 Jy ! Total flux subtracted in 200 components = 0.000149471 Jy ! Clean residual min=-0.002449 max=0.002209 Jy/beam ! Clean residual mean=-0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.292272 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 122 components and 0.292272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096912Jy sigma=0.000814 ! Fit after self-cal, rms=0.096910Jy sigma=0.000814 ! 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.096910Jy sigma=0.000814 ! Fit after self-cal, rms=0.096874Jy sigma=0.000814 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.876 mas, bmaj=13.07 mas, bpa=5.957 degrees ! Estimated noise=837.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.71757e-05 Jy ! Component: 100 - total flux cleaned = 0.000117858 Jy ! Component: 150 - total flux cleaned = 0.000287145 Jy ! Component: 200 - total flux cleaned = 0.000299376 Jy ! Total flux subtracted in 200 components = 0.000299376 Jy ! Clean residual min=-0.002915 max=0.002837 Jy/beam ! Clean residual mean=-0.000006 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.292571 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 127 components and 0.292571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096876Jy sigma=0.000814 ! Fit after self-cal, rms=0.096867Jy sigma=0.000814 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 = 6.36773e-05 Jy ! Component: 100 - total flux cleaned = 9.65085e-05 Jy ! Component: 150 - total flux cleaned = 9.87504e-05 Jy ! Component: 200 - total flux cleaned = 0.000108438 Jy ! Total flux subtracted in 200 components = 0.000108438 Jy ! Clean residual min=-0.002900 max=0.002789 Jy/beam ! Clean residual mean=-0.000006 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.29268 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 132 components and 0.29268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096869Jy sigma=0.000814 ! Fit after self-cal, rms=0.096865Jy sigma=0.000814 ! 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.156 mas, bmaj=10.46 mas, bpa=16.84 degrees ! Estimated noise=726.114 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.156 x 10.46 at 16.84 degrees (North through East) ! Clean map min=-0.0023872 max=0.185 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.436 mas, bmaj=9.652 mas, bpa=18.3 degrees ! Estimated noise=923.126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.158709 Jy ! Component: 100 - total flux cleaned = 0.214068 Jy ! Component: 150 - total flux cleaned = 0.23794 Jy ! Component: 200 - total flux cleaned = 0.252407 Jy ! Total flux subtracted in 200 components = 0.252407 Jy ! Clean residual min=-0.004495 max=0.007589 Jy/beam ! Clean residual mean=0.000007 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.252407 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.252407 Jy ! Inverting map and beam ! Estimated beam: bmin=4.156 mas, bmaj=10.46 mas, bpa=16.84 degrees ! Estimated noise=726.114 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.0134036 Jy ! Component: 100 - total flux cleaned = 0.021277 Jy ! Component: 150 - total flux cleaned = 0.0264944 Jy ! Component: 200 - total flux cleaned = 0.0301921 Jy ! Total flux subtracted in 200 components = 0.0301921 Jy ! Clean residual min=-0.003317 max=0.002625 Jy/beam ! Clean residual mean=0.000001 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.282599 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 92 components and 0.282599 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.876 mas, bmaj=13.07 mas, bpa=5.957 degrees ! Estimated noise=837.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00384133 Jy ! Component: 100 - total flux cleaned = 0.00614693 Jy ! Component: 150 - total flux cleaned = 0.00763444 Jy ! Component: 200 - total flux cleaned = 0.0086177 Jy ! Total flux subtracted in 200 components = 0.0086177 Jy ! Clean residual min=-0.003009 max=0.002779 Jy/beam ! Clean residual mean=-0.000005 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.291217 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.000656701 Jy ! Component: 100 - total flux cleaned = 0.000833655 Jy ! Component: 150 - total flux cleaned = 0.000965741 Jy ! Component: 200 - total flux cleaned = 0.00103784 Jy ! Total flux subtracted in 200 components = 0.00103784 Jy ! Clean residual min=-0.002923 max=0.002814 Jy/beam ! Clean residual mean=-0.000006 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.292255 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 153 components and 0.292255 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.156 mas, bmaj=10.46 mas, bpa=16.84 degrees ! Estimated noise=726.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.51033e-05 Jy ! Component: 100 - total flux cleaned = 7.84861e-05 Jy ! Component: 150 - total flux cleaned = 5.89641e-05 Jy ! Component: 200 - total flux cleaned = 7.5632e-05 Jy ! Total flux subtracted in 200 components = 7.5632e-05 Jy ! Clean residual min=-0.002627 max=0.002140 Jy/beam ! Clean residual mean=-0.000003 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.29233 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 168 components and 0.29233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096872Jy sigma=0.000814 ! Fit after self-cal, rms=0.096858Jy sigma=0.000814 wmodel J0532-0307_S_2014_08_09_pus_map.mod ! Writing 168 model components to file: J0532-0307_S_2014_08_09_pus_map.mod wobs J0532-0307_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0532-0307_S_2014_08_09_pus_uvs.fits wwins J0532-0307_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J0532-0307_S_2014_08_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.00116194 Jy ! Component: 100 - total flux cleaned = -0.00132256 Jy ! Component: 150 - total flux cleaned = -0.0013968 Jy ! Component: 200 - total flux cleaned = -0.00143246 Jy ! Component: 250 - total flux cleaned = -0.00146641 Jy ! Component: 300 - total flux cleaned = -0.00136898 Jy ! Component: 350 - total flux cleaned = -0.00124324 Jy ! Component: 400 - total flux cleaned = -0.00112033 Jy ! Component: 450 - total flux cleaned = -0.000971609 Jy ! Component: 500 - total flux cleaned = -0.000885131 Jy ! Component: 550 - total flux cleaned = -0.000800963 Jy ! Component: 600 - total flux cleaned = -0.000829092 Jy ! Component: 650 - total flux cleaned = -0.000829352 Jy ! Component: 700 - total flux cleaned = -0.000829237 Jy ! Component: 750 - total flux cleaned = -0.00082892 Jy ! Component: 800 - total flux cleaned = -0.000752031 Jy ! Component: 850 - total flux cleaned = -0.000701978 Jy ! Component: 900 - total flux cleaned = -0.000627859 Jy ! Component: 950 - total flux cleaned = -0.000603641 Jy ! Component: 1000 - total flux cleaned = -0.000531619 Jy ! Component: 1050 - total flux cleaned = -0.000531668 Jy ! Component: 1100 - total flux cleaned = -0.000438203 Jy ! Component: 1150 - total flux cleaned = -0.00039247 Jy ! Component: 1200 - total flux cleaned = -0.000460352 Jy ! Component: 1250 - total flux cleaned = -0.000437514 Jy ! Component: 1300 - total flux cleaned = -0.000371499 Jy ! Component: 1350 - total flux cleaned = -0.000414816 Jy ! Component: 1400 - total flux cleaned = -0.000414523 Jy ! Component: 1450 - total flux cleaned = -0.000372263 Jy ! Component: 1500 - total flux cleaned = -0.000393459 Jy ! Component: 1550 - total flux cleaned = -0.000414137 Jy ! Component: 1600 - total flux cleaned = -0.000413773 Jy ! Component: 1650 - total flux cleaned = -0.00037321 Jy ! Component: 1700 - total flux cleaned = -0.000313561 Jy ! Component: 1750 - total flux cleaned = -0.000353154 Jy ! Component: 1800 - total flux cleaned = -0.000353322 Jy ! Component: 1850 - total flux cleaned = -0.000411318 Jy ! Component: 1900 - total flux cleaned = -0.000392334 Jy ! Component: 1950 - total flux cleaned = -0.000429916 Jy ! Component: 2000 - total flux cleaned = -0.000392592 Jy ! Component: 2050 - total flux cleaned = -0.00041114 Jy ! Component: 2100 - total flux cleaned = -0.000447439 Jy ! Component: 2150 - total flux cleaned = -0.000447236 Jy ! Component: 2200 - total flux cleaned = -0.000447082 Jy ! Component: 2250 - total flux cleaned = -0.000429541 Jy ! Component: 2300 - total flux cleaned = -0.000482303 Jy ! Component: 2350 - total flux cleaned = -0.000534339 Jy ! Component: 2400 - total flux cleaned = -0.000585721 Jy ! Component: 2450 - total flux cleaned = -0.000585502 Jy ! Component: 2500 - total flux cleaned = -0.000636066 Jy ! Component: 2550 - total flux cleaned = -0.000669455 Jy ! Component: 2600 - total flux cleaned = -0.00068596 Jy ! Component: 2650 - total flux cleaned = -0.000751566 Jy ! Component: 2700 - total flux cleaned = -0.000767783 Jy ! Component: 2750 - total flux cleaned = -0.000767928 Jy ! Component: 2800 - total flux cleaned = -0.000816224 Jy ! Component: 2850 - total flux cleaned = -0.000816341 Jy ! Component: 2900 - total flux cleaned = -0.000942468 Jy ! Component: 2950 - total flux cleaned = -0.000911143 Jy ! Component: 3000 - total flux cleaned = -0.000973297 Jy ! Component: 3050 - total flux cleaned = -0.0010193 Jy ! Component: 3100 - total flux cleaned = -0.00103459 Jy ! Component: 3150 - total flux cleaned = -0.0010347 Jy ! Component: 3200 - total flux cleaned = -0.00112507 Jy ! Component: 3250 - total flux cleaned = -0.00115479 Jy ! Component: 3300 - total flux cleaned = -0.00116969 Jy ! Component: 3350 - total flux cleaned = -0.001199 Jy ! Component: 3400 - total flux cleaned = -0.00125758 Jy ! Component: 3450 - total flux cleaned = -0.00128657 Jy ! Component: 3500 - total flux cleaned = -0.00132994 Jy ! Component: 3550 - total flux cleaned = -0.0013586 Jy ! Component: 3600 - total flux cleaned = -0.00140116 Jy ! Component: 3650 - total flux cleaned = -0.00140118 Jy ! Component: 3700 - total flux cleaned = -0.00147132 Jy ! Component: 3750 - total flux cleaned = -0.00144329 Jy ! Component: 3800 - total flux cleaned = -0.00145707 Jy ! Component: 3850 - total flux cleaned = -0.00142948 Jy ! Component: 3900 - total flux cleaned = -0.00144343 Jy ! Component: 3950 - total flux cleaned = -0.00149787 Jy ! Component: 4000 - total flux cleaned = -0.001498 Jy ! Component: 4050 - total flux cleaned = -0.00153827 Jy ! Total flux subtracted in 4096 components = -0.00151155 Jy ! Clean residual min=-0.000783 max=0.000954 Jy/beam ! Clean residual mean=-0.000001 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.290819 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 467 components and 0.290819 Jy ![Exited script file: muppet] wmap "J0532-0307_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.156 x 10.46 at 16.84 degrees (North through East) ! Clean map min=-0.0019817 max=0.18367 Jy/beam ! Writing clean map to FITS file: J0532-0307_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.183673 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000262568 device "J0532-0307_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0532-0307_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.428863 0.428863 0.857726 1.71545 3.4309 6.86181 13.7236 27.4472 54.8945 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.183 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.156 x 10.46 at 16.84 degrees (North through East) ! Clean map min=-0.0019817 max=0.18367 Jy/beam quit ! Quitting program ! Log file J0532-0307_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:55:53 2016