! Started logfile: J1312+2531_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:28:23 2016 obs J1312+2531_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1312+2531_S_2014_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694199 visibilities/baseline/integration-bin. ! Found source: J1312+2531 ! ! 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 360 lines of history. ! ! Reading 14120 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 J1312+2531_S_2014_08_05_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 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.839887Jy sigma=0.009341 ! Fit after self-cal, rms=0.799650Jy sigma=0.008915 ! 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.798 mas, bmaj=7.309 mas, bpa=29.09 degrees ! Estimated noise=989.117 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.150295 Jy ! Component: 100 - total flux cleaned = 0.189697 Jy ! Total flux subtracted in 100 components = 0.189697 Jy ! Clean residual min=-0.006889 max=0.015847 Jy/beam ! Clean residual mean=-0.000041 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 0.189697 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.189697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084323Jy sigma=0.000860 ! Fit after self-cal, rms=0.084252Jy sigma=0.000859 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0168689 Jy ! Component: 100 - total flux cleaned = 0.0258774 Jy ! Total flux subtracted in 100 components = 0.0258774 Jy ! Clean residual min=-0.005773 max=0.004942 Jy/beam ! Clean residual mean=-0.000020 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 0.215574 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 28 components and 0.215574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079754Jy sigma=0.000815 ! Fit after self-cal, rms=0.079731Jy sigma=0.000815 ! 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.653 mas, bmaj=7.875 mas, bpa=25.59 degrees ! Estimated noise=544.454 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.00771619 Jy ! Component: 100 - total flux cleaned = 0.0117889 Jy ! Component: 150 - total flux cleaned = 0.014371 Jy ! Component: 200 - total flux cleaned = 0.0160834 Jy ! Total flux subtracted in 200 components = 0.0160834 Jy ! Clean residual min=-0.003464 max=0.003516 Jy/beam ! Clean residual mean=-0.000001 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.231658 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 69 components and 0.231658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078735Jy sigma=0.000808 ! Fit after self-cal, rms=0.078723Jy sigma=0.000808 ! 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.98 FD 0.89 HN 0.99 KP 1.06 ! LA 1.10 MK 1.00* NL 0.96 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.03 KP 1.02 ! LA 1.06 MK 1.00* NL 1.00 OV 1.02 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.17 HN 1.05 KP 0.92 ! LA 0.84 MK 1.00* NL 1.00 OV 0.95 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.06 HN 1.05 KP 0.89 ! LA 0.80 MK 1.00* NL 1.08 OV 1.01 ! PT 1.05 SC 1.00 ! ! ! Fit before self-cal, rms=0.078723Jy sigma=0.000808 ! Fit after self-cal, rms=0.074074Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=7.915 mas, bpa=25.76 degrees ! Estimated noise=543.887 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.000745019 Jy ! Component: 100 - total flux cleaned = -0.00096197 Jy ! Component: 150 - total flux cleaned = -0.0010472 Jy ! Component: 200 - total flux cleaned = -0.00108853 Jy ! Total flux subtracted in 200 components = -0.00108853 Jy ! Clean residual min=-0.001795 max=0.001987 Jy/beam ! Clean residual mean=-0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.230569 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 85 components and 0.230569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074057Jy sigma=0.000775 ! Fit after self-cal, rms=0.074045Jy sigma=0.000775 ! 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.074045Jy sigma=0.000775 ! Fit after self-cal, rms=0.073939Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.65 mas, bmaj=7.93 mas, bpa=25.86 degrees ! Estimated noise=543.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000763476 Jy ! Component: 100 - total flux cleaned = -0.000906177 Jy ! Component: 150 - total flux cleaned = -0.00092292 Jy ! Component: 200 - total flux cleaned = -0.000910141 Jy ! Total flux subtracted in 200 components = -0.000910141 Jy ! Clean residual min=-0.001653 max=0.001863 Jy/beam ! Clean residual mean=-0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.229659 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.229659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073928Jy sigma=0.000773 ! Fit after self-cal, rms=0.073930Jy 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) ! Added new window around map position (125.5, -87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114886 Jy ! Component: 100 - total flux cleaned = 0.00104614 Jy ! Component: 150 - total flux cleaned = 0.00104264 Jy ! Component: 200 - total flux cleaned = 0.000930241 Jy ! Total flux subtracted in 200 components = 0.000930241 Jy ! Clean residual min=-0.001441 max=0.001338 Jy/beam ! Clean residual mean=-0.000003 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.230589 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 117 components and 0.230589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073888Jy sigma=0.000773 ! Fit after self-cal, rms=0.073886Jy sigma=0.000773 ! 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.073886Jy sigma=0.000773 ! Fit after self-cal, rms=0.073855Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.649 mas, bmaj=7.936 mas, bpa=25.89 degrees ! Estimated noise=543.319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138852 Jy ! Component: 100 - total flux cleaned = -0.000304255 Jy ! Component: 150 - total flux cleaned = -0.000430484 Jy ! Component: 200 - total flux cleaned = -0.000463135 Jy ! Total flux subtracted in 200 components = -0.000463135 Jy ! Clean residual min=-0.001338 max=0.001322 Jy/beam ! Clean residual mean=-0.000002 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.230126 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 131 components and 0.230126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073846Jy sigma=0.000773 ! Fit after self-cal, rms=0.073846Jy 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 = -3.33354e-05 Jy ! Component: 100 - total flux cleaned = -4.83516e-05 Jy ! Component: 150 - total flux cleaned = -3.42605e-05 Jy ! Component: 200 - total flux cleaned = -2.15456e-05 Jy ! Total flux subtracted in 200 components = -2.15456e-05 Jy ! Clean residual min=-0.001293 max=0.001296 Jy/beam ! Clean residual mean=-0.000003 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.230105 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 136 components and 0.230105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073841Jy sigma=0.000772 ! Fit after self-cal, rms=0.073840Jy 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.073840Jy sigma=0.000772 ! Fit after self-cal, rms=0.073819Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.058 mas, bmaj=9.626 mas, bpa=4.855 degrees ! Estimated noise=617.094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000319846 Jy ! Component: 100 - total flux cleaned = -0.000325752 Jy ! Component: 150 - total flux cleaned = -0.000315795 Jy ! Component: 200 - total flux cleaned = -0.000287521 Jy ! Total flux subtracted in 200 components = -0.000287521 Jy ! Clean residual min=-0.001209 max=0.001309 Jy/beam ! Clean residual mean=-0.000003 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.229817 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 148 components and 0.229817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073816Jy sigma=0.000772 ! Fit after self-cal, rms=0.073814Jy 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 = -1.55046e-07 Jy ! Component: 100 - total flux cleaned = -1.11067e-05 Jy ! Component: 150 - total flux cleaned = -3.45712e-06 Jy ! Component: 200 - total flux cleaned = -1.06523e-05 Jy ! Total flux subtracted in 200 components = -1.06523e-05 Jy ! Clean residual min=-0.001224 max=0.001316 Jy/beam ! Clean residual mean=-0.000003 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.229806 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 155 components and 0.229807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073812Jy sigma=0.000772 ! Fit after self-cal, rms=0.073811Jy 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.649 mas, bmaj=7.94 mas, bpa=25.91 degrees ! Estimated noise=543.093 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.649 x 7.94 at 25.91 degrees (North through East) ! Clean map min=-0.0011792 max=0.19736 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.774 mas, bmaj=7.396 mas, bpa=29.28 degrees ! Estimated noise=992.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150447 Jy ! Component: 100 - total flux cleaned = 0.19182 Jy ! Component: 150 - total flux cleaned = 0.208632 Jy ! Component: 200 - total flux cleaned = 0.216163 Jy ! Total flux subtracted in 200 components = 0.216163 Jy ! Clean residual min=-0.002687 max=0.003653 Jy/beam ! Clean residual mean=-0.000013 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.216163 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.216163 Jy ! Inverting map and beam ! Estimated beam: bmin=4.649 mas, bmaj=7.94 mas, bpa=25.91 degrees ! Estimated noise=543.093 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.00510653 Jy ! Component: 100 - total flux cleaned = 0.00792978 Jy ! Component: 150 - total flux cleaned = 0.00969627 Jy ! Component: 200 - total flux cleaned = 0.0108683 Jy ! Total flux subtracted in 200 components = 0.0108683 Jy ! Clean residual min=-0.001564 max=0.001473 Jy/beam ! Clean residual mean=-0.000005 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.227031 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 57 components and 0.227031 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=8.058 mas, bmaj=9.626 mas, bpa=4.855 degrees ! Estimated noise=617.094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126993 Jy ! Component: 100 - total flux cleaned = 0.00179629 Jy ! Component: 150 - total flux cleaned = 0.00200374 Jy ! Component: 200 - total flux cleaned = 0.00212758 Jy ! Total flux subtracted in 200 components = 0.00212758 Jy ! Clean residual min=-0.001291 max=0.001334 Jy/beam ! Clean residual mean=-0.000004 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.229159 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.000105048 Jy ! Component: 100 - total flux cleaned = 0.000194254 Jy ! Component: 150 - total flux cleaned = 0.000271332 Jy ! Component: 200 - total flux cleaned = 0.000339119 Jy ! Total flux subtracted in 200 components = 0.000339119 Jy ! Clean residual min=-0.001228 max=0.001304 Jy/beam ! Clean residual mean=-0.000004 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.229498 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 115 components and 0.229498 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.649 mas, bmaj=7.94 mas, bpa=25.91 degrees ! Estimated noise=543.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156955 Jy ! Component: 100 - total flux cleaned = 0.000215841 Jy ! Component: 150 - total flux cleaned = 0.000200216 Jy ! Component: 200 - total flux cleaned = 0.000184578 Jy ! Total flux subtracted in 200 components = 0.000184578 Jy ! Clean residual min=-0.001275 max=0.001261 Jy/beam ! Clean residual mean=-0.000002 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.229682 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 130 components and 0.229682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073824Jy sigma=0.000773 ! Fit after self-cal, rms=0.073818Jy sigma=0.000772 wmodel J1312+2531_S_2014_08_05_pus_map.mod ! Writing 130 model components to file: J1312+2531_S_2014_08_05_pus_map.mod wobs J1312+2531_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1312+2531_S_2014_08_05_pus_uvs.fits wwins J1312+2531_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1312+2531_S_2014_08_05_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 = 2.68021e-06 Jy ! Component: 100 - total flux cleaned = 2.8348e-06 Jy ! Component: 150 - total flux cleaned = -4.06053e-05 Jy ! Component: 200 - total flux cleaned = -0.000103257 Jy ! Component: 250 - total flux cleaned = -0.000143307 Jy ! Component: 300 - total flux cleaned = -0.000201368 Jy ! Component: 350 - total flux cleaned = -0.00025757 Jy ! Component: 400 - total flux cleaned = -0.000367188 Jy ! Component: 450 - total flux cleaned = -0.000367403 Jy ! Component: 500 - total flux cleaned = -0.000472262 Jy ! Component: 550 - total flux cleaned = -0.000489502 Jy ! Component: 600 - total flux cleaned = -0.000523172 Jy ! Component: 650 - total flux cleaned = -0.000604813 Jy ! Component: 700 - total flux cleaned = -0.000589162 Jy ! Component: 750 - total flux cleaned = -0.000573782 Jy ! Component: 800 - total flux cleaned = -0.000573553 Jy ! Component: 850 - total flux cleaned = -0.000543072 Jy ! Component: 900 - total flux cleaned = -0.000512998 Jy ! Component: 950 - total flux cleaned = -0.000469271 Jy ! Component: 1000 - total flux cleaned = -0.000440703 Jy ! Component: 1050 - total flux cleaned = -0.000426681 Jy ! Component: 1100 - total flux cleaned = -0.000426878 Jy ! Component: 1150 - total flux cleaned = -0.000440417 Jy ! Component: 1200 - total flux cleaned = -0.000399729 Jy ! Component: 1250 - total flux cleaned = -0.000360002 Jy ! Component: 1300 - total flux cleaned = -0.000373486 Jy ! Component: 1350 - total flux cleaned = -0.000360419 Jy ! Component: 1400 - total flux cleaned = -0.000347742 Jy ! Component: 1450 - total flux cleaned = -0.000347798 Jy ! Component: 1500 - total flux cleaned = -0.000310389 Jy ! Component: 1550 - total flux cleaned = -0.000310619 Jy ! Component: 1600 - total flux cleaned = -0.0002743 Jy ! Component: 1650 - total flux cleaned = -0.000298416 Jy ! Component: 1700 - total flux cleaned = -0.000262779 Jy ! Component: 1750 - total flux cleaned = -0.000215825 Jy ! Component: 1800 - total flux cleaned = -0.000204419 Jy ! Component: 1850 - total flux cleaned = -0.000181507 Jy ! Component: 1900 - total flux cleaned = -0.000136172 Jy ! Component: 1950 - total flux cleaned = -0.000125024 Jy ! Component: 2000 - total flux cleaned = -0.000102719 Jy ! Component: 2050 - total flux cleaned = -5.8827e-05 Jy ! Component: 2100 - total flux cleaned = -5.88377e-05 Jy ! Component: 2150 - total flux cleaned = -5.89487e-05 Jy ! Component: 2200 - total flux cleaned = -4.81442e-05 Jy ! Component: 2250 - total flux cleaned = -2.70931e-05 Jy ! Component: 2300 - total flux cleaned = -1.65353e-05 Jy ! Component: 2350 - total flux cleaned = 2.49994e-05 Jy ! Component: 2400 - total flux cleaned = 5.57088e-05 Jy ! Component: 2450 - total flux cleaned = 9.62089e-05 Jy ! Component: 2500 - total flux cleaned = 0.00010609 Jy ! Component: 2550 - total flux cleaned = 0.000135958 Jy ! Component: 2600 - total flux cleaned = 0.000165564 Jy ! Component: 2650 - total flux cleaned = 0.000214433 Jy ! Component: 2700 - total flux cleaned = 0.000233766 Jy ! Component: 2750 - total flux cleaned = 0.000262628 Jy ! Component: 2800 - total flux cleaned = 0.000300627 Jy ! Component: 2850 - total flux cleaned = 0.00032897 Jy ! Component: 2900 - total flux cleaned = 0.000385231 Jy ! Component: 2950 - total flux cleaned = 0.000440855 Jy ! Component: 3000 - total flux cleaned = 0.000440866 Jy ! Component: 3050 - total flux cleaned = 0.000468349 Jy ! Component: 3100 - total flux cleaned = 0.000513735 Jy ! Component: 3150 - total flux cleaned = 0.00054981 Jy ! Component: 3200 - total flux cleaned = 0.000585614 Jy ! Component: 3250 - total flux cleaned = 0.000612243 Jy ! Component: 3300 - total flux cleaned = 0.00062994 Jy ! Component: 3350 - total flux cleaned = 0.000699851 Jy ! Component: 3400 - total flux cleaned = 0.00070854 Jy ! Component: 3450 - total flux cleaned = 0.000751593 Jy ! Component: 3500 - total flux cleaned = 0.000802832 Jy ! Component: 3550 - total flux cleaned = 0.00081981 Jy ! Component: 3600 - total flux cleaned = 0.000853607 Jy ! Component: 3650 - total flux cleaned = 0.000903926 Jy ! Component: 3700 - total flux cleaned = 0.000929026 Jy ! Component: 3750 - total flux cleaned = 0.0010201 Jy ! Component: 3800 - total flux cleaned = 0.00104476 Jy ! Component: 3850 - total flux cleaned = 0.00110192 Jy ! Component: 3900 - total flux cleaned = 0.00113437 Jy ! Component: 3950 - total flux cleaned = 0.00118272 Jy ! Component: 4000 - total flux cleaned = 0.00117468 Jy ! Component: 4050 - total flux cleaned = 0.0012545 Jy ! Total flux subtracted in 4096 components = 0.00128624 Jy ! Clean residual min=-0.000528 max=0.000568 Jy/beam ! Clean residual mean=-0.000001 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.230969 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 405 components and 0.230969 Jy ![Exited script file: muppet] wmap "J1312+2531_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.649 x 7.94 at 25.91 degrees (North through East) ! Clean map min=-0.00095696 max=0.19771 Jy/beam ! Writing clean map to FITS file: J1312+2531_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.197714 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000144303 device "J1312+2531_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1312+2531_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.218957 0.218957 0.437914 0.875828 1.75166 3.50331 7.00663 14.0133 28.0265 56.053 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.197 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.649 x 7.94 at 25.91 degrees (North through East) ! Clean map min=-0.00095696 max=0.19771 Jy/beam quit ! Quitting program ! Log file J1312+2531_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:28:28 2016