! Started logfile: J2037-1522_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:15:49 2016 obs J2037-1522_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J2037-1522_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774681 visibilities/baseline/integration-bin. ! Found source: J2037-1522 ! ! 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 17012 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 J2037-1522_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 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.905024Jy sigma=0.009148 ! Fit after self-cal, rms=0.884016Jy sigma=0.008946 ! 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.211 mas, bmaj=10.46 mas, bpa=17.61 degrees ! Estimated noise=882.797 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.0915435 Jy ! Component: 100 - total flux cleaned = 0.111558 Jy ! Total flux subtracted in 100 components = 0.111558 Jy ! Clean residual min=-0.003480 max=0.005964 Jy/beam ! Clean residual mean=-0.000007 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.111558 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.111558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083045Jy sigma=0.000788 ! Fit after self-cal, rms=0.083039Jy sigma=0.000788 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00633744 Jy ! Component: 100 - total flux cleaned = 0.0100731 Jy ! Total flux subtracted in 100 components = 0.0100731 Jy ! Clean residual min=-0.003030 max=0.002904 Jy/beam ! Clean residual mean=-0.000004 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.121631 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.121631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082386Jy sigma=0.000782 ! Fit after self-cal, rms=0.082382Jy sigma=0.000782 ! 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.001 mas, bmaj=11.81 mas, bpa=15.7 degrees ! Estimated noise=543.842 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 (4.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038545 Jy ! Component: 100 - total flux cleaned = 0.00604025 Jy ! Component: 150 - total flux cleaned = 0.0069925 Jy ! Component: 200 - total flux cleaned = 0.00727651 Jy ! Total flux subtracted in 200 components = 0.00727651 Jy ! Clean residual min=-0.002155 max=0.002087 Jy/beam ! Clean residual mean=-0.000001 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.128908 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 85 components and 0.128908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082148Jy sigma=0.000780 ! Fit after self-cal, rms=0.082152Jy sigma=0.000780 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.88 HN 0.99 KP 1.04 ! LA 1.13 MK 1.00* NL 0.98 OV 1.00 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 1.05 KP 1.04 ! LA 1.06 MK 1.00* NL 0.95 OV 1.02 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.15 HN 1.09 KP 0.90 ! LA 0.85 MK 1.00* NL 0.97 OV 0.94 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.02 KP 0.89 ! LA 0.80 MK 1.00* NL 1.04 OV 0.98 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.082152Jy sigma=0.000780 ! Fit after self-cal, rms=0.079713Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.013 mas, bmaj=11.87 mas, bpa=15.75 degrees ! Estimated noise=543.554 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.000564983 Jy ! Component: 100 - total flux cleaned = -0.000767961 Jy ! Component: 150 - total flux cleaned = -0.00092748 Jy ! Component: 200 - total flux cleaned = -0.00103958 Jy ! Total flux subtracted in 200 components = -0.00103958 Jy ! Clean residual min=-0.001378 max=0.001625 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.127868 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.127868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079687Jy sigma=0.000772 ! Fit after self-cal, rms=0.079665Jy sigma=0.000772 ! 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.079665Jy sigma=0.000772 ! Fit after self-cal, rms=0.079685Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.018 mas, bmaj=11.89 mas, bpa=15.71 degrees ! Estimated noise=543.231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000311181 Jy ! Component: 100 - total flux cleaned = -0.000332503 Jy ! Component: 150 - total flux cleaned = -0.000350375 Jy ! Component: 200 - total flux cleaned = -0.000367381 Jy ! Total flux subtracted in 200 components = -0.000367381 Jy ! Clean residual min=-0.001438 max=0.001548 Jy/beam ! Clean residual mean=-0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.127501 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 119 components and 0.127501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079675Jy sigma=0.000771 ! Fit after self-cal, rms=0.079680Jy sigma=0.000771 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 (-106.5, 126.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433742 Jy ! Component: 100 - total flux cleaned = 0.000394392 Jy ! Component: 150 - total flux cleaned = 0.000471006 Jy ! Component: 200 - total flux cleaned = 0.000575447 Jy ! Total flux subtracted in 200 components = 0.000575447 Jy ! Clean residual min=-0.001400 max=0.001239 Jy/beam ! Clean residual mean=0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.128076 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 136 components and 0.128076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079649Jy sigma=0.000770 ! Fit after self-cal, rms=0.079645Jy sigma=0.000770 ! 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.079645Jy sigma=0.000770 ! Fit after self-cal, rms=0.079601Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.019 mas, bmaj=11.9 mas, bpa=15.72 degrees ! Estimated noise=542.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.5762e-05 Jy ! Component: 100 - total flux cleaned = 6.47579e-05 Jy ! Component: 150 - total flux cleaned = 6.44672e-05 Jy ! Component: 200 - total flux cleaned = 4.75355e-05 Jy ! Total flux subtracted in 200 components = 4.75355e-05 Jy ! Clean residual min=-0.001383 max=0.001258 Jy/beam ! Clean residual mean=0.000000 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.128124 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 151 components and 0.128124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079591Jy sigma=0.000770 ! Fit after self-cal, rms=0.079592Jy sigma=0.000770 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.22587e-06 Jy ! Component: 100 - total flux cleaned = 1.49775e-05 Jy ! Component: 150 - total flux cleaned = 2.97952e-05 Jy ! Component: 200 - total flux cleaned = 2.98902e-05 Jy ! Total flux subtracted in 200 components = 2.98902e-05 Jy ! Clean residual min=-0.001362 max=0.001247 Jy/beam ! Clean residual mean=0.000000 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.128153 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 161 components and 0.128153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079587Jy sigma=0.000770 ! Fit after self-cal, rms=0.079587Jy sigma=0.000770 ! 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.079587Jy sigma=0.000770 ! Fit after self-cal, rms=0.079534Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.91 mas, bmaj=16.08 mas, bpa=5.869 degrees ! Estimated noise=621.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000201186 Jy ! Component: 100 - total flux cleaned = -0.000253231 Jy ! Component: 150 - total flux cleaned = -0.000281581 Jy ! Component: 200 - total flux cleaned = -0.000314911 Jy ! Total flux subtracted in 200 components = -0.000314911 Jy ! Clean residual min=-0.001457 max=0.001267 Jy/beam ! Clean residual mean=-0.000000 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.127839 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 184 components and 0.127839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079533Jy sigma=0.000770 ! Fit after self-cal, rms=0.079533Jy sigma=0.000770 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.84518e-05 Jy ! Component: 100 - total flux cleaned = -3.46938e-05 Jy ! Component: 150 - total flux cleaned = -5.77439e-05 Jy ! Component: 200 - total flux cleaned = -6.5182e-05 Jy ! Total flux subtracted in 200 components = -6.5182e-05 Jy ! Clean residual min=-0.001437 max=0.001245 Jy/beam ! Clean residual mean=-0.000000 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.127773 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 205 components and 0.127773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079532Jy sigma=0.000770 ! Fit after self-cal, rms=0.079531Jy sigma=0.000770 ! 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.02 mas, bmaj=11.91 mas, bpa=15.73 degrees ! Estimated noise=542.222 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.02 x 11.91 at 15.73 degrees (North through East) ! Clean map min=-0.001356 max=0.11648 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.211 mas, bmaj=10.53 mas, bpa=17.65 degrees ! Estimated noise=885.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.091693 Jy ! Component: 100 - total flux cleaned = 0.111861 Jy ! Component: 150 - total flux cleaned = 0.117894 Jy ! Component: 200 - total flux cleaned = 0.121158 Jy ! Total flux subtracted in 200 components = 0.121158 Jy ! Clean residual min=-0.002825 max=0.002339 Jy/beam ! Clean residual mean=-0.000003 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.121158 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.121158 Jy ! Inverting map and beam ! Estimated beam: bmin=4.02 mas, bmaj=11.91 mas, bpa=15.73 degrees ! Estimated noise=542.222 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.00319466 Jy ! Component: 100 - total flux cleaned = 0.00458444 Jy ! Component: 150 - total flux cleaned = 0.00548441 Jy ! Component: 200 - total flux cleaned = 0.00572216 Jy ! Total flux subtracted in 200 components = 0.00572216 Jy ! Clean residual min=-0.001556 max=0.001173 Jy/beam ! Clean residual mean=-0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.12688 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 61 components and 0.12688 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.91 mas, bmaj=16.08 mas, bpa=5.869 degrees ! Estimated noise=621.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101521 Jy ! Component: 100 - total flux cleaned = 0.00135176 Jy ! Component: 150 - total flux cleaned = 0.00133244 Jy ! Component: 200 - total flux cleaned = 0.00131297 Jy ! Total flux subtracted in 200 components = 0.00131297 Jy ! Clean residual min=-0.001481 max=0.001273 Jy/beam ! Clean residual mean=-0.000000 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.128193 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 = -5.42519e-05 Jy ! Component: 100 - total flux cleaned = -0.000119012 Jy ! Component: 150 - total flux cleaned = -0.000163013 Jy ! Component: 200 - total flux cleaned = -0.000204525 Jy ! Total flux subtracted in 200 components = -0.000204525 Jy ! Clean residual min=-0.001467 max=0.001238 Jy/beam ! Clean residual mean=-0.000000 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.127989 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 101 components and 0.127989 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.02 mas, bmaj=11.91 mas, bpa=15.73 degrees ! Estimated noise=542.222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172472 Jy ! Component: 100 - total flux cleaned = -0.000118968 Jy ! Component: 150 - total flux cleaned = -9.54326e-05 Jy ! Component: 200 - total flux cleaned = -5.11944e-05 Jy ! Total flux subtracted in 200 components = -5.11944e-05 Jy ! Clean residual min=-0.001430 max=0.001214 Jy/beam ! Clean residual mean=0.000000 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.127937 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 0.127937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079551Jy sigma=0.000770 ! Fit after self-cal, rms=0.079547Jy sigma=0.000770 wmodel J2037-1522_S_2014_08_09_pus_map.mod ! Writing 116 model components to file: J2037-1522_S_2014_08_09_pus_map.mod wobs J2037-1522_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J2037-1522_S_2014_08_09_pus_uvs.fits wwins J2037-1522_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J2037-1522_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.000403384 Jy ! Component: 100 - total flux cleaned = -0.000598314 Jy ! Component: 150 - total flux cleaned = -0.000760772 Jy ! Component: 200 - total flux cleaned = -0.000895911 Jy ! Component: 250 - total flux cleaned = -0.00100682 Jy ! Component: 300 - total flux cleaned = -0.00104201 Jy ! Component: 350 - total flux cleaned = -0.00111103 Jy ! Component: 400 - total flux cleaned = -0.00116114 Jy ! Component: 450 - total flux cleaned = -0.00125849 Jy ! Component: 500 - total flux cleaned = -0.00130572 Jy ! Component: 550 - total flux cleaned = -0.00135219 Jy ! Component: 600 - total flux cleaned = -0.00142833 Jy ! Component: 650 - total flux cleaned = -0.00147277 Jy ! Component: 700 - total flux cleaned = -0.00153091 Jy ! Component: 750 - total flux cleaned = -0.00158754 Jy ! Component: 800 - total flux cleaned = -0.00162902 Jy ! Component: 850 - total flux cleaned = -0.00167006 Jy ! Component: 900 - total flux cleaned = -0.0017102 Jy ! Component: 950 - total flux cleaned = -0.00173651 Jy ! Component: 1000 - total flux cleaned = -0.00176229 Jy ! Component: 1050 - total flux cleaned = -0.00176213 Jy ! Component: 1100 - total flux cleaned = -0.0017745 Jy ! Component: 1150 - total flux cleaned = -0.00176215 Jy ! Component: 1200 - total flux cleaned = -0.00178646 Jy ! Component: 1250 - total flux cleaned = -0.00178649 Jy ! Component: 1300 - total flux cleaned = -0.00176299 Jy ! Component: 1350 - total flux cleaned = -0.00177436 Jy ! Component: 1400 - total flux cleaned = -0.00176262 Jy ! Component: 1450 - total flux cleaned = -0.00170566 Jy ! Component: 1500 - total flux cleaned = -0.00164941 Jy ! Component: 1550 - total flux cleaned = -0.0016607 Jy ! Component: 1600 - total flux cleaned = -0.00168251 Jy ! Component: 1650 - total flux cleaned = -0.00166058 Jy ! Component: 1700 - total flux cleaned = -0.00164965 Jy ! Component: 1750 - total flux cleaned = -0.00164969 Jy ! Component: 1800 - total flux cleaned = -0.0016603 Jy ! Component: 1850 - total flux cleaned = -0.00166022 Jy ! Component: 1900 - total flux cleaned = -0.0016809 Jy ! Component: 1950 - total flux cleaned = -0.00167066 Jy ! Component: 2000 - total flux cleaned = -0.00167056 Jy ! Component: 2050 - total flux cleaned = -0.00169066 Jy ! Component: 2100 - total flux cleaned = -0.00169064 Jy ! Component: 2150 - total flux cleaned = -0.00172036 Jy ! Component: 2200 - total flux cleaned = -0.00173003 Jy ! Component: 2250 - total flux cleaned = -0.001769 Jy ! Component: 2300 - total flux cleaned = -0.00180748 Jy ! Component: 2350 - total flux cleaned = -0.00181705 Jy ! Component: 2400 - total flux cleaned = -0.0018361 Jy ! Component: 2450 - total flux cleaned = -0.00182668 Jy ! Component: 2500 - total flux cleaned = -0.00189215 Jy ! Component: 2550 - total flux cleaned = -0.00191993 Jy ! Component: 2600 - total flux cleaned = -0.00193821 Jy ! Component: 2650 - total flux cleaned = -0.00195638 Jy ! Component: 2700 - total flux cleaned = -0.0019926 Jy ! Component: 2750 - total flux cleaned = -0.00199263 Jy ! Component: 2800 - total flux cleaned = -0.00202832 Jy ! Component: 2850 - total flux cleaned = -0.00204593 Jy ! Component: 2900 - total flux cleaned = -0.00203714 Jy ! Component: 2950 - total flux cleaned = -0.00204588 Jy ! Component: 3000 - total flux cleaned = -0.00205453 Jy ! Component: 3050 - total flux cleaned = -0.0020717 Jy ! Component: 3100 - total flux cleaned = -0.00207161 Jy ! Component: 3150 - total flux cleaned = -0.00207172 Jy ! Component: 3200 - total flux cleaned = -0.00206331 Jy ! Component: 3250 - total flux cleaned = -0.00209675 Jy ! Component: 3300 - total flux cleaned = -0.00205538 Jy ! Component: 3350 - total flux cleaned = -0.00208013 Jy ! Component: 3400 - total flux cleaned = -0.00207194 Jy ! Component: 3450 - total flux cleaned = -0.00206378 Jy ! Component: 3500 - total flux cleaned = -0.00203954 Jy ! Component: 3550 - total flux cleaned = -0.00201552 Jy ! Component: 3600 - total flux cleaned = -0.00199962 Jy ! Component: 3650 - total flux cleaned = -0.0020076 Jy ! Component: 3700 - total flux cleaned = -0.00199185 Jy ! Component: 3750 - total flux cleaned = -0.00200751 Jy ! Component: 3800 - total flux cleaned = -0.00199188 Jy ! Component: 3850 - total flux cleaned = -0.00196864 Jy ! Component: 3900 - total flux cleaned = -0.00196096 Jy ! Component: 3950 - total flux cleaned = -0.00193809 Jy ! Component: 4000 - total flux cleaned = -0.0019229 Jy ! Component: 4050 - total flux cleaned = -0.00190032 Jy ! Total flux subtracted in 4096 components = -0.00190785 Jy ! Clean residual min=-0.000480 max=0.000570 Jy/beam ! Clean residual mean=0.000000 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.126029 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 402 components and 0.126029 Jy ![Exited script file: muppet] wmap "J2037-1522_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.02 x 11.91 at 15.73 degrees (North through East) ! Clean map min=-0.0011156 max=0.11682 Jy/beam ! Writing clean map to FITS file: J2037-1522_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.116825 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000141996 device "J2037-1522_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2037-1522_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.364638 0.364638 0.729276 1.45855 2.9171 5.8342 11.6684 23.3368 46.6736 93.3473 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.116 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.02 x 11.91 at 15.73 degrees (North through East) ! Clean map min=-0.0011156 max=0.11682 Jy/beam quit ! Quitting program ! Log file J2037-1522_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:15:55 2016