! Started logfile: J0424+0036_S_2017_07_09_pus_uvs.log on Wed May 8 14:41:36 2019 obs J0424+0036_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0424+0036_S_2017_07_09_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.878889 visibilities/baseline/integration-bin. ! Found source: J0424+0036 ! ! 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 594 lines of history. ! ! Reading 3164 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 J0424+0036_S_2017_07_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.650131Jy sigma=0.005979 ! Fit after self-cal, rms=0.646669Jy sigma=0.005950 ! 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=2.743 mas, bmaj=6.865 mas, bpa=-3.239 degrees ! Estimated noise=1880.44 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.271589 Jy ! Component: 100 - total flux cleaned = 0.337214 Jy ! Total flux subtracted in 100 components = 0.337214 Jy ! Clean residual min=-0.010114 max=0.025891 Jy/beam ! Clean residual mean=0.000061 rms=0.003295 Jy/beam ! Combined flux in latest and established models = 0.337214 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.337214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094632Jy sigma=0.000818 ! Fit after self-cal, rms=0.094620Jy sigma=0.000817 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0275785 Jy ! Component: 100 - total flux cleaned = 0.0421259 Jy ! Total flux subtracted in 100 components = 0.0421259 Jy ! Clean residual min=-0.008355 max=0.010073 Jy/beam ! Clean residual mean=0.000029 rms=0.002101 Jy/beam ! Combined flux in latest and established models = 0.37934 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 25 components and 0.37934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084532Jy sigma=0.000725 ! Fit after self-cal, rms=0.084515Jy sigma=0.000725 ! 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.272 mas, bmaj=7.804 mas, bpa=-2.707 degrees ! Estimated noise=1538.49 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 (3.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129668 Jy ! Component: 100 - total flux cleaned = 0.020666 Jy ! Component: 150 - total flux cleaned = 0.02467 Jy ! Component: 200 - total flux cleaned = 0.025635 Jy ! Total flux subtracted in 200 components = 0.025635 Jy ! Clean residual min=-0.005356 max=0.006723 Jy/beam ! Clean residual mean=-0.000001 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.404975 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 73 components and 0.404975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082089Jy sigma=0.000705 ! Fit after self-cal, rms=0.082073Jy sigma=0.000705 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 0.94 KP 1.01 ! LA 1.01 MK 1.03 NL 0.93 OV 1.02 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.00 KP 0.98 ! LA 0.99 MK 1.00 NL 1.08 OV 1.02 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.05 HN 0.99 KP 0.97 ! LA 1.00 MK 1.04 NL 0.99 OV 0.95 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 0.96 KP 1.00* ! LA 0.89 MK 1.23 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.082073Jy sigma=0.000705 ! Fit after self-cal, rms=0.077149Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=7.825 mas, bpa=-2.558 degrees ! Estimated noise=1532.57 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.000593564 Jy ! Component: 100 - total flux cleaned = 0.000593704 Jy ! Component: 150 - total flux cleaned = 0.000513071 Jy ! Component: 200 - total flux cleaned = 0.0005183 Jy ! Total flux subtracted in 200 components = 0.0005183 Jy ! Clean residual min=-0.004322 max=0.004845 Jy/beam ! Clean residual mean=-0.000004 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.405493 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 86 components and 0.405493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076945Jy sigma=0.000671 ! Fit after self-cal, rms=0.076922Jy sigma=0.000671 ! 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.076922Jy sigma=0.000671 ! Fit after self-cal, rms=0.076883Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.299 mas, bmaj=7.825 mas, bpa=-2.535 degrees ! Estimated noise=1531.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000432692 Jy ! Component: 100 - total flux cleaned = 0.000497473 Jy ! Component: 150 - total flux cleaned = 0.00037599 Jy ! Component: 200 - total flux cleaned = 0.000375078 Jy ! Total flux subtracted in 200 components = 0.000375078 Jy ! Clean residual min=-0.004270 max=0.004694 Jy/beam ! Clean residual mean=-0.000005 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.405868 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.405868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076780Jy sigma=0.000670 ! Fit after self-cal, rms=0.076778Jy sigma=0.000670 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.00031051 Jy ! Component: 100 - total flux cleaned = 0.000309303 Jy ! Component: 150 - total flux cleaned = 0.000263769 Jy ! Component: 200 - total flux cleaned = 0.000306585 Jy ! Total flux subtracted in 200 components = 0.000306585 Jy ! Clean residual min=-0.004288 max=0.004566 Jy/beam ! Clean residual mean=-0.000005 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.406175 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.406175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076719Jy sigma=0.000669 ! Fit after self-cal, rms=0.076718Jy sigma=0.000669 ! 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.076718Jy sigma=0.000669 ! Fit after self-cal, rms=0.075636Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.826 mas, bpa=-2.501 degrees ! Estimated noise=1531.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000262356 Jy ! Component: 100 - total flux cleaned = 0.000459696 Jy ! Component: 150 - total flux cleaned = 0.000562362 Jy ! Component: 200 - total flux cleaned = 0.000593735 Jy ! Total flux subtracted in 200 components = 0.000593735 Jy ! Clean residual min=-0.003987 max=0.003983 Jy/beam ! Clean residual mean=0.000008 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.406768 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 119 components and 0.406768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075601Jy sigma=0.000660 ! Fit after self-cal, rms=0.075594Jy sigma=0.000660 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 = 5.50795e-05 Jy ! Component: 100 - total flux cleaned = 0.000136318 Jy ! Component: 150 - total flux cleaned = 0.000135831 Jy ! Component: 200 - total flux cleaned = 0.000158711 Jy ! Total flux subtracted in 200 components = 0.000158711 Jy ! Clean residual min=-0.003872 max=0.003953 Jy/beam ! Clean residual mean=0.000008 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.406927 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.406927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075577Jy sigma=0.000660 ! Fit after self-cal, rms=0.075576Jy sigma=0.000660 ! 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.075576Jy sigma=0.000660 ! Fit after self-cal, rms=0.075619Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.314 mas, bmaj=12.44 mas, bpa=-9.42 degrees ! Estimated noise=1938.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100613 Jy ! Component: 100 - total flux cleaned = 0.00108042 Jy ! Component: 150 - total flux cleaned = 0.00114185 Jy ! Component: 200 - total flux cleaned = 0.00117895 Jy ! Total flux subtracted in 200 components = 0.00117895 Jy ! Clean residual min=-0.004291 max=0.004210 Jy/beam ! Clean residual mean=0.000016 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.408106 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 138 components and 0.408106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075616Jy sigma=0.000660 ! Fit after self-cal, rms=0.075615Jy sigma=0.000660 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.10916e-05 Jy ! Component: 100 - total flux cleaned = 0.000110205 Jy ! Component: 150 - total flux cleaned = 0.00014511 Jy ! Component: 200 - total flux cleaned = 0.000160781 Jy ! Total flux subtracted in 200 components = 0.000160781 Jy ! Clean residual min=-0.004273 max=0.004183 Jy/beam ! Clean residual mean=0.000016 rms=0.001164 Jy/beam ! Combined flux in latest and established models = 0.408267 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 142 components and 0.408267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075618Jy sigma=0.000660 ! Fit after self-cal, rms=0.075618Jy sigma=0.000660 ! 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.297 mas, bmaj=7.823 mas, bpa=-2.442 degrees ! Estimated noise=1532.06 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.297 x 7.823 at -2.442 degrees (North through East) ! Clean map min=-0.0037169 max=0.35155 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=2.766 mas, bmaj=6.874 mas, bpa=-2.827 degrees ! Estimated noise=1878.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.271022 Jy ! Component: 100 - total flux cleaned = 0.335061 Jy ! Component: 150 - total flux cleaned = 0.360593 Jy ! Component: 200 - total flux cleaned = 0.374148 Jy ! Total flux subtracted in 200 components = 0.374148 Jy ! Clean residual min=-0.006448 max=0.007132 Jy/beam ! Clean residual mean=0.000037 rms=0.001617 Jy/beam ! Combined flux in latest and established models = 0.374148 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.374148 Jy ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=7.823 mas, bpa=-2.442 degrees ! Estimated noise=1532.06 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.0122255 Jy ! Component: 100 - total flux cleaned = 0.0195512 Jy ! Component: 150 - total flux cleaned = 0.0243222 Jy ! Component: 200 - total flux cleaned = 0.0277363 Jy ! Total flux subtracted in 200 components = 0.0277363 Jy ! Clean residual min=-0.004159 max=0.004349 Jy/beam ! Clean residual mean=0.000015 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.401885 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 77 components and 0.401885 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.314 mas, bmaj=12.44 mas, bpa=-9.42 degrees ! Estimated noise=1938.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00400295 Jy ! Component: 100 - total flux cleaned = 0.00522963 Jy ! Component: 150 - total flux cleaned = 0.00570881 Jy ! Component: 200 - total flux cleaned = 0.00602855 Jy ! Total flux subtracted in 200 components = 0.00602855 Jy ! Clean residual min=-0.004312 max=0.004070 Jy/beam ! Clean residual mean=0.000017 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.407913 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.000247125 Jy ! Component: 100 - total flux cleaned = 0.000441504 Jy ! Component: 150 - total flux cleaned = 0.000511346 Jy ! Component: 200 - total flux cleaned = 0.000531837 Jy ! Total flux subtracted in 200 components = 0.000531837 Jy ! Clean residual min=-0.004274 max=0.004085 Jy/beam ! Clean residual mean=0.000015 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.408445 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 130 components and 0.408445 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=7.823 mas, bpa=-2.442 degrees ! Estimated noise=1532.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000864488 Jy ! Component: 100 - total flux cleaned = -0.000908923 Jy ! Component: 150 - total flux cleaned = -0.00090856 Jy ! Component: 200 - total flux cleaned = -0.000908763 Jy ! Total flux subtracted in 200 components = -0.000908763 Jy ! Clean residual min=-0.003903 max=0.004122 Jy/beam ! Clean residual mean=0.000008 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.407536 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 142 components and 0.407536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075647Jy sigma=0.000660 ! Fit after self-cal, rms=0.075640Jy sigma=0.000660 wmodel J0424+0036_S_2017_07_09_pus_map.mod ! Writing 142 model components to file: J0424+0036_S_2017_07_09_pus_map.mod wobs J0424+0036_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0424+0036_S_2017_07_09_pus_uvs.fits wwins J0424+0036_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0424+0036_S_2017_07_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.000313938 Jy ! Component: 100 - total flux cleaned = -9.79189e-06 Jy ! Component: 150 - total flux cleaned = 0.000109344 Jy ! Component: 200 - total flux cleaned = 0.000280302 Jy ! Component: 250 - total flux cleaned = 0.000446469 Jy ! Component: 300 - total flux cleaned = 0.000605275 Jy ! Component: 350 - total flux cleaned = 0.000399201 Jy ! Component: 400 - total flux cleaned = 0.000200911 Jy ! Component: 450 - total flux cleaned = 0.000104549 Jy ! Component: 500 - total flux cleaned = -0.000130219 Jy ! Component: 550 - total flux cleaned = -0.000495638 Jy ! Component: 600 - total flux cleaned = -0.000718285 Jy ! Component: 650 - total flux cleaned = -0.000849964 Jy ! Component: 700 - total flux cleaned = -0.00110641 Jy ! Component: 750 - total flux cleaned = -0.00135593 Jy ! Component: 800 - total flux cleaned = -0.00139734 Jy ! Component: 850 - total flux cleaned = -0.00163584 Jy ! Component: 900 - total flux cleaned = -0.00171289 Jy ! Component: 950 - total flux cleaned = -0.00179004 Jy ! Component: 1000 - total flux cleaned = -0.00190193 Jy ! Component: 1050 - total flux cleaned = -0.00197554 Jy ! Component: 1100 - total flux cleaned = -0.00197596 Jy ! Component: 1150 - total flux cleaned = -0.00197568 Jy ! Component: 1200 - total flux cleaned = -0.0019058 Jy ! Component: 1250 - total flux cleaned = -0.00190587 Jy ! Component: 1300 - total flux cleaned = -0.00187264 Jy ! Component: 1350 - total flux cleaned = -0.00190607 Jy ! Component: 1400 - total flux cleaned = -0.00184117 Jy ! Component: 1450 - total flux cleaned = -0.00187351 Jy ! Component: 1500 - total flux cleaned = -0.001873 Jy ! Component: 1550 - total flux cleaned = -0.00190369 Jy ! Component: 1600 - total flux cleaned = -0.00187275 Jy ! Component: 1650 - total flux cleaned = -0.00190315 Jy ! Component: 1700 - total flux cleaned = -0.00184362 Jy ! Component: 1750 - total flux cleaned = -0.00199137 Jy ! Component: 1800 - total flux cleaned = -0.00207815 Jy ! Component: 1850 - total flux cleaned = -0.00213535 Jy ! Component: 1900 - total flux cleaned = -0.0022492 Jy ! Component: 1950 - total flux cleaned = -0.00233356 Jy ! Component: 2000 - total flux cleaned = -0.00233394 Jy ! Component: 2050 - total flux cleaned = -0.00247148 Jy ! Component: 2100 - total flux cleaned = -0.00260739 Jy ! Component: 2150 - total flux cleaned = -0.00268797 Jy ! Component: 2200 - total flux cleaned = -0.00266141 Jy ! Component: 2250 - total flux cleaned = -0.00274062 Jy ! Component: 2300 - total flux cleaned = -0.00287068 Jy ! Component: 2350 - total flux cleaned = -0.00294747 Jy ! Component: 2400 - total flux cleaned = -0.00299869 Jy ! Component: 2450 - total flux cleaned = -0.00307446 Jy ! Component: 2500 - total flux cleaned = -0.00317402 Jy ! Component: 2550 - total flux cleaned = -0.0031989 Jy ! Component: 2600 - total flux cleaned = -0.00334568 Jy ! Component: 2650 - total flux cleaned = -0.00339378 Jy ! Component: 2700 - total flux cleaned = -0.0034178 Jy ! Component: 2750 - total flux cleaned = -0.00341795 Jy ! Component: 2800 - total flux cleaned = -0.00348858 Jy ! Component: 2850 - total flux cleaned = -0.00358208 Jy ! Component: 2900 - total flux cleaned = -0.0036514 Jy ! Component: 2950 - total flux cleaned = -0.00374282 Jy ! Component: 3000 - total flux cleaned = -0.00376528 Jy ! Component: 3050 - total flux cleaned = -0.00376522 Jy ! Component: 3100 - total flux cleaned = -0.00378769 Jy ! Component: 3150 - total flux cleaned = -0.00385426 Jy ! Component: 3200 - total flux cleaned = -0.00381045 Jy ! Component: 3250 - total flux cleaned = -0.00387594 Jy ! Component: 3300 - total flux cleaned = -0.00389757 Jy ! Component: 3350 - total flux cleaned = -0.00385465 Jy ! Component: 3400 - total flux cleaned = -0.00391834 Jy ! Component: 3450 - total flux cleaned = -0.00387631 Jy ! Component: 3500 - total flux cleaned = -0.00381357 Jy ! Component: 3550 - total flux cleaned = -0.00381348 Jy ! Component: 3600 - total flux cleaned = -0.00381325 Jy ! Component: 3650 - total flux cleaned = -0.00379256 Jy ! Component: 3700 - total flux cleaned = -0.00375171 Jy ! Component: 3750 - total flux cleaned = -0.0037316 Jy ! Component: 3800 - total flux cleaned = -0.00367118 Jy ! Component: 3850 - total flux cleaned = -0.00373067 Jy ! Component: 3900 - total flux cleaned = -0.0036714 Jy ! Component: 3950 - total flux cleaned = -0.00371044 Jy ! Component: 4000 - total flux cleaned = -0.00363236 Jy ! Component: 4050 - total flux cleaned = -0.00369041 Jy ! Total flux subtracted in 4096 components = -0.0036135 Jy ! Clean residual min=-0.001149 max=0.000970 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.403923 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 429 components and 0.403923 Jy ![Exited script file: muppet] wmap "J0424+0036_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.297 x 7.823 at -2.442 degrees (North through East) ! Clean map min=-0.0026304 max=0.35264 Jy/beam ! Writing clean map to FITS file: J0424+0036_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.35264 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000339744 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289029 0.289029 0.578058 1.15612 2.31223 4.62446 9.24892 18.4978 36.9957 73.9914 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.352 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.297 x 7.823 at -2.442 degrees (North through East) ! Clean map min=-0.0026304 max=0.35264 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 J0424+0036_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:41:41 2019