! Started logfile: J1312+3515_S_2017_05_27_pus_uvs.log on Fri May 3 11:08:06 2019 obs J1312+3515_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1312+3515_S_2017_05_27_pus_uva.fits ! AN table 1: 217 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.840246 visibilities/baseline/integration-bin. ! Found source: J1312+3515 ! ! 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 1211 lines of history. ! ! Reading 32820 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+3515_S_2017_05_27_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 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 216 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1259 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999979Jy sigma=0.009204 ! Fit after self-cal, rms=0.964223Jy sigma=0.008913 ! 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.213 mas, bmaj=5.999 mas, bpa=5.71 degrees ! Estimated noise=814.949 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.0297557 Jy ! Component: 100 - total flux cleaned = 0.0362627 Jy ! Total flux subtracted in 100 components = 0.0362627 Jy ! Clean residual min=-0.003420 max=0.003283 Jy/beam ! Clean residual mean=0.000000 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.0362627 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0362627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092246Jy sigma=0.000650 ! Fit after self-cal, rms=0.091036Jy sigma=0.000636 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382369 Jy ! Component: 100 - total flux cleaned = 0.00331653 Jy ! Total flux subtracted in 100 components = 0.00331653 Jy ! Clean residual min=-0.002812 max=0.003157 Jy/beam ! Clean residual mean=-0.000001 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.0395792 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 6 components and 0.0395792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090797Jy sigma=0.000636 ! Fit after self-cal, rms=0.090774Jy sigma=0.000636 ! 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=3.806 mas, bmaj=6.875 mas, bpa=4.272 degrees ! Estimated noise=492.32 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.000187697 Jy ! Component: 100 - total flux cleaned = 0.000112339 Jy ! Component: 150 - total flux cleaned = 2.36492e-05 Jy ! Component: 200 - total flux cleaned = -5.44947e-05 Jy ! Total flux subtracted in 200 components = -5.44947e-05 Jy ! Clean residual min=-0.002181 max=0.002144 Jy/beam ! Clean residual mean=-0.000005 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0395247 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.0395247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090756Jy sigma=0.000635 ! Fit after self-cal, rms=0.090747Jy sigma=0.000635 ! 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.87 FD 0.96 HN 1.03 KP 0.96 ! LA 1.02 MK 0.96 NL 1.02 OV 1.10 ! PT 1.17 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.91 FD 1.02 HN 1.09 KP 0.95 ! LA 0.93 MK 1.02 NL 1.07 OV 1.14 ! PT 1.12 SC 0.95 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.06 HN 1.12 KP 0.95 ! LA 0.96 MK 1.06 NL 1.09 OV 1.07 ! PT 1.11 SC 0.98 ! ! ! Correcting IF 4. ! A total of 213 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.87 KP 1.00* ! LA 0.84 MK 0.63 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.090747Jy sigma=0.000635 ! Fit after self-cal, rms=0.086912Jy sigma=0.000634 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=6.843 mas, bpa=4.861 degrees ! Estimated noise=502.281 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.00105284 Jy ! Component: 100 - total flux cleaned = 0.00114474 Jy ! Component: 150 - total flux cleaned = 0.00116083 Jy ! Component: 200 - total flux cleaned = 0.00116026 Jy ! Total flux subtracted in 200 components = 0.00116026 Jy ! Clean residual min=-0.001691 max=0.001497 Jy/beam ! Clean residual mean=-0.000005 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.040685 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.040685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086894Jy sigma=0.000634 ! Fit after self-cal, rms=0.086816Jy sigma=0.000634 ! 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.086816Jy sigma=0.000634 ! Fit after self-cal, rms=0.075714Jy sigma=0.000632 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.77 mas, bmaj=6.82 mas, bpa=5.55 degrees ! Estimated noise=500.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.80903e-05 Jy ! Component: 100 - total flux cleaned = -6.98138e-05 Jy ! Component: 150 - total flux cleaned = -7.84805e-05 Jy ! Component: 200 - total flux cleaned = -7.07619e-05 Jy ! Total flux subtracted in 200 components = -7.07619e-05 Jy ! Clean residual min=-0.001279 max=0.001439 Jy/beam ! Clean residual mean=-0.000006 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0406142 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 36 components and 0.0406142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075712Jy sigma=0.000632 ! Fit after self-cal, rms=0.075608Jy sigma=0.000632 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 (11, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000957621 Jy ! Component: 100 - total flux cleaned = 0.00130447 Jy ! Component: 150 - total flux cleaned = 0.00164391 Jy ! Component: 200 - total flux cleaned = 0.00185149 Jy ! Total flux subtracted in 200 components = 0.00185149 Jy ! Clean residual min=-0.001309 max=0.001087 Jy/beam ! Clean residual mean=-0.000006 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0424657 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 58 components and 0.0424657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075583Jy sigma=0.000631 ! Fit after self-cal, rms=0.075566Jy sigma=0.000631 ! 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.075566Jy sigma=0.000631 ! Fit after self-cal, rms=0.074453Jy sigma=0.000631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.762 mas, bmaj=6.809 mas, bpa=5.75 degrees ! Estimated noise=498.131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000506654 Jy ! Component: 100 - total flux cleaned = 0.000774445 Jy ! Component: 150 - total flux cleaned = 0.000846379 Jy ! Component: 200 - total flux cleaned = 0.000938651 Jy ! Total flux subtracted in 200 components = 0.000938651 Jy ! Clean residual min=-0.001243 max=0.001119 Jy/beam ! Clean residual mean=-0.000005 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0434044 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.0434044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074439Jy sigma=0.000631 ! Fit after self-cal, rms=0.074407Jy sigma=0.000631 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.000473064 Jy ! Component: 100 - total flux cleaned = 0.000709739 Jy ! Component: 150 - total flux cleaned = 0.000802673 Jy ! Component: 200 - total flux cleaned = 0.00084439 Jy ! Total flux subtracted in 200 components = 0.00084439 Jy ! Clean residual min=-0.001246 max=0.001142 Jy/beam ! Clean residual mean=-0.000006 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0442487 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 75 components and 0.0442487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074398Jy sigma=0.000631 ! Fit after self-cal, rms=0.074390Jy sigma=0.000631 ! 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.074390Jy sigma=0.000631 ! Fit after self-cal, rms=0.074038Jy sigma=0.000631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.586 mas, bmaj=9.595 mas, bpa=-0.2106 degrees ! Estimated noise=596.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000581759 Jy ! Component: 100 - total flux cleaned = 0.000598724 Jy ! Component: 150 - total flux cleaned = 0.000611733 Jy ! Component: 200 - total flux cleaned = 0.000600079 Jy ! Total flux subtracted in 200 components = 0.000600079 Jy ! Clean residual min=-0.001241 max=0.001231 Jy/beam ! Clean residual mean=-0.000010 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.0448488 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.0448488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074031Jy sigma=0.000631 ! Fit after self-cal, rms=0.074024Jy sigma=0.000630 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.000365636 Jy ! Component: 100 - total flux cleaned = 0.000394277 Jy ! Component: 150 - total flux cleaned = 0.000394773 Jy ! Component: 200 - total flux cleaned = 0.000394824 Jy ! Total flux subtracted in 200 components = 0.000394824 Jy ! Clean residual min=-0.001217 max=0.001255 Jy/beam ! Clean residual mean=-0.000011 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.0452437 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 104 components and 0.0452436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074020Jy sigma=0.000630 ! Fit after self-cal, rms=0.074012Jy sigma=0.000630 ! 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=3.755 mas, bmaj=6.808 mas, bpa=5.708 degrees ! Estimated noise=496.138 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.755 x 6.808 at 5.708 degrees (North through East) ! Clean map min=-0.0018468 max=0.041395 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.17 mas, bmaj=5.925 mas, bpa=7.464 degrees ! Estimated noise=810.555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0321994 Jy ! Component: 100 - total flux cleaned = 0.039438 Jy ! Component: 150 - total flux cleaned = 0.0414828 Jy ! Component: 200 - total flux cleaned = 0.0429191 Jy ! Total flux subtracted in 200 components = 0.0429191 Jy ! Clean residual min=-0.002443 max=0.002648 Jy/beam ! Clean residual mean=-0.000002 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.042919 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.042919 Jy ! Inverting map and beam ! Estimated beam: bmin=3.755 mas, bmaj=6.808 mas, bpa=5.708 degrees ! Estimated noise=496.138 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.00124053 Jy ! Component: 100 - total flux cleaned = 0.00167147 Jy ! Component: 150 - total flux cleaned = 0.00195353 Jy ! Component: 200 - total flux cleaned = 0.00213029 Jy ! Total flux subtracted in 200 components = 0.00213029 Jy ! Clean residual min=-0.001274 max=0.001087 Jy/beam ! Clean residual mean=-0.000005 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0450493 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 30 components and 0.0450493 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.586 mas, bmaj=9.595 mas, bpa=-0.2106 degrees ! Estimated noise=596.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000514278 Jy ! Component: 100 - total flux cleaned = 0.000584853 Jy ! Component: 150 - total flux cleaned = 0.000605044 Jy ! Component: 200 - total flux cleaned = 0.000605645 Jy ! Total flux subtracted in 200 components = 0.000605645 Jy ! Clean residual min=-0.001269 max=0.001326 Jy/beam ! Clean residual mean=-0.000011 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.045655 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 = 1.72089e-05 Jy ! Component: 100 - total flux cleaned = 1.69725e-05 Jy ! Component: 150 - total flux cleaned = 1.63748e-05 Jy ! Component: 200 - total flux cleaned = 3.3208e-06 Jy ! Total flux subtracted in 200 components = 3.3208e-06 Jy ! Clean residual min=-0.001227 max=0.001273 Jy/beam ! Clean residual mean=-0.000011 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0456583 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 71 components and 0.0456583 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.755 mas, bmaj=6.808 mas, bpa=5.708 degrees ! Estimated noise=496.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247564 Jy ! Component: 100 - total flux cleaned = 0.000210884 Jy ! Component: 150 - total flux cleaned = 0.000162455 Jy ! Component: 200 - total flux cleaned = 0.000133246 Jy ! Total flux subtracted in 200 components = 0.000133246 Jy ! Clean residual min=-0.001220 max=0.001076 Jy/beam ! Clean residual mean=-0.000005 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0457916 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 0.0457916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074014Jy sigma=0.000630 ! Fit after self-cal, rms=0.074011Jy sigma=0.000630 wmodel J1312+3515_S_2017_05_27_pus_map.mod ! Writing 87 model components to file: J1312+3515_S_2017_05_27_pus_map.mod wobs J1312+3515_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1312+3515_S_2017_05_27_pus_uvs.fits wwins J1312+3515_S_2017_05_27_pus_map.win ! wwins: Wrote 2 windows to J1312+3515_S_2017_05_27_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.00057503 Jy ! Component: 100 - total flux cleaned = -0.000905858 Jy ! Component: 150 - total flux cleaned = -0.00121742 Jy ! Component: 200 - total flux cleaned = -0.00142059 Jy ! Component: 250 - total flux cleaned = -0.0016158 Jy ! Component: 300 - total flux cleaned = -0.00175293 Jy ! Component: 350 - total flux cleaned = -0.00192007 Jy ! Component: 400 - total flux cleaned = -0.00209912 Jy ! Component: 450 - total flux cleaned = -0.0021943 Jy ! Component: 500 - total flux cleaned = -0.00228793 Jy ! Component: 550 - total flux cleaned = -0.00238024 Jy ! Component: 600 - total flux cleaned = -0.0024407 Jy ! Component: 650 - total flux cleaned = -0.0024705 Jy ! Component: 700 - total flux cleaned = -0.00251447 Jy ! Component: 750 - total flux cleaned = -0.0025432 Jy ! Component: 800 - total flux cleaned = -0.00255719 Jy ! Component: 850 - total flux cleaned = -0.00254338 Jy ! Component: 900 - total flux cleaned = -0.00257081 Jy ! Component: 950 - total flux cleaned = -0.00257085 Jy ! Component: 1000 - total flux cleaned = -0.00253125 Jy ! Component: 1050 - total flux cleaned = -0.00260997 Jy ! Component: 1100 - total flux cleaned = -0.00263565 Jy ! Component: 1150 - total flux cleaned = -0.00264818 Jy ! Component: 1200 - total flux cleaned = -0.00267342 Jy ! Component: 1250 - total flux cleaned = -0.00269818 Jy ! Component: 1300 - total flux cleaned = -0.00274741 Jy ! Component: 1350 - total flux cleaned = -0.00278401 Jy ! Component: 1400 - total flux cleaned = -0.00282016 Jy ! Component: 1450 - total flux cleaned = -0.00291538 Jy ! Component: 1500 - total flux cleaned = -0.00297394 Jy ! Component: 1550 - total flux cleaned = -0.00296225 Jy ! Component: 1600 - total flux cleaned = -0.00301974 Jy ! Component: 1650 - total flux cleaned = -0.00301962 Jy ! Component: 1700 - total flux cleaned = -0.00299692 Jy ! Component: 1750 - total flux cleaned = -0.00305281 Jy ! Component: 1800 - total flux cleaned = -0.00301938 Jy ! Component: 1850 - total flux cleaned = -0.00300835 Jy ! Component: 1900 - total flux cleaned = -0.0030411 Jy ! Component: 1950 - total flux cleaned = -0.00306264 Jy ! Component: 2000 - total flux cleaned = -0.00307337 Jy ! Component: 2050 - total flux cleaned = -0.00307335 Jy ! Component: 2100 - total flux cleaned = -0.00313632 Jy ! Component: 2150 - total flux cleaned = -0.00308403 Jy ! Component: 2200 - total flux cleaned = -0.00312533 Jy ! Component: 2250 - total flux cleaned = -0.0031765 Jy ! Component: 2300 - total flux cleaned = -0.00318662 Jy ! Component: 2350 - total flux cleaned = -0.00319664 Jy ! Component: 2400 - total flux cleaned = -0.00319677 Jy ! Component: 2450 - total flux cleaned = -0.00322677 Jy ! Component: 2500 - total flux cleaned = -0.00324651 Jy ! Component: 2550 - total flux cleaned = -0.00325631 Jy ! Component: 2600 - total flux cleaned = -0.00328537 Jy ! Component: 2650 - total flux cleaned = -0.00327568 Jy ! Component: 2700 - total flux cleaned = -0.00327578 Jy ! Component: 2750 - total flux cleaned = -0.00331355 Jy ! Component: 2800 - total flux cleaned = -0.00330427 Jy ! Component: 2850 - total flux cleaned = -0.00333241 Jy ! Component: 2900 - total flux cleaned = -0.0033231 Jy ! Component: 2950 - total flux cleaned = -0.00335071 Jy ! Component: 3000 - total flux cleaned = -0.00337808 Jy ! Component: 3050 - total flux cleaned = -0.00335083 Jy ! Component: 3100 - total flux cleaned = -0.0033417 Jy ! Component: 3150 - total flux cleaned = -0.00335976 Jy ! Component: 3200 - total flux cleaned = -0.00337763 Jy ! Component: 3250 - total flux cleaned = -0.00333334 Jy ! Component: 3300 - total flux cleaned = -0.00334217 Jy ! Component: 3350 - total flux cleaned = -0.00334214 Jy ! Component: 3400 - total flux cleaned = -0.00334214 Jy ! Component: 3450 - total flux cleaned = -0.00333352 Jy ! Component: 3500 - total flux cleaned = -0.00329915 Jy ! Component: 3550 - total flux cleaned = -0.00333328 Jy ! Component: 3600 - total flux cleaned = -0.00330781 Jy ! Component: 3650 - total flux cleaned = -0.00328259 Jy ! Component: 3700 - total flux cleaned = -0.00329096 Jy ! Component: 3750 - total flux cleaned = -0.00325769 Jy ! Component: 3800 - total flux cleaned = -0.00326595 Jy ! Component: 3850 - total flux cleaned = -0.00328239 Jy ! Component: 3900 - total flux cleaned = -0.00326604 Jy ! Component: 3950 - total flux cleaned = -0.0032742 Jy ! Component: 4000 - total flux cleaned = -0.00327412 Jy ! Component: 4050 - total flux cleaned = -0.00324991 Jy ! Total flux subtracted in 4096 components = -0.0032419 Jy ! Clean residual min=-0.000483 max=0.000504 Jy/beam ! Clean residual mean=-0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0425497 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 375 components and 0.0425496 Jy ![Exited script file: muppet] wmap "J1312+3515_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.755 x 6.808 at 5.708 degrees (North through East) ! Clean map min=-0.0019124 max=0.041271 Jy/beam ! Writing clean map to FITS file: J1312+3515_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0412707 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00014663 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06586 1.06586 2.13172 4.26345 8.5269 17.0538 34.1076 68.2152 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.755 x 6.808 at 5.708 degrees (North through East) ! Clean map min=-0.0019124 max=0.041271 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1312+3515_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:08:11 2019