! Started logfile: J1607+8501_S_2017_07_09_pus_uvs.log on Wed May 8 14:52:43 2019 obs J1607+8501_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1607+8501_S_2017_07_09_pus_uva.fits ! AN table 1: 350 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.96273 visibilities/baseline/integration-bin. ! Found source: J1607+8501 ! ! 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 60652 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 J1607+8501_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1841 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926505Jy sigma=0.007929 ! Fit after self-cal, rms=0.908558Jy sigma=0.007794 ! 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.965 mas, bmaj=3.308 mas, bpa=71.83 degrees ! Estimated noise=832.177 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.072052 Jy ! Component: 100 - total flux cleaned = 0.0878046 Jy ! Total flux subtracted in 100 components = 0.0878046 Jy ! Clean residual min=-0.002484 max=0.004725 Jy/beam ! Clean residual mean=-0.000010 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0878046 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0878046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082689Jy sigma=0.000678 ! Fit after self-cal, rms=0.082672Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456374 Jy ! Component: 100 - total flux cleaned = 0.00674232 Jy ! Total flux subtracted in 100 components = 0.00674232 Jy ! Clean residual min=-0.002340 max=0.002616 Jy/beam ! Clean residual mean=-0.000004 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0945469 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.0945469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082290Jy sigma=0.000676 ! Fit after self-cal, rms=0.082297Jy sigma=0.000676 ! 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.864 mas, bmaj=4.245 mas, bpa=58.75 degrees ! Estimated noise=377.808 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.00229908 Jy ! Component: 100 - total flux cleaned = 0.00335818 Jy ! Component: 150 - total flux cleaned = 0.00386428 Jy ! Component: 200 - total flux cleaned = 0.0039061 Jy ! Total flux subtracted in 200 components = 0.0039061 Jy ! Clean residual min=-0.001682 max=0.001803 Jy/beam ! Clean residual mean=0.000003 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.098453 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.098453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082219Jy sigma=0.000675 ! Fit after self-cal, rms=0.082224Jy sigma=0.000675 ! 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.98 FD 0.98 HN 1.01 KP 1.01 ! LA 1.03 MK 1.03 NL 0.92 OV 1.00 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.03 KP 0.98 ! LA 0.96 MK 1.03 NL 1.00 OV 1.20 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.04 HN 1.00 KP 0.96 ! LA 1.00 MK 1.03 NL 0.97 OV 1.04 ! PT 1.00 SC 0.96 ! ! ! 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.05 HN 0.96 KP 1.00* ! LA 1.03 MK 0.95 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.082224Jy sigma=0.000675 ! Fit after self-cal, rms=0.082075Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=4.246 mas, bpa=59.09 degrees ! Estimated noise=378.909 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.000588113 Jy ! Component: 100 - total flux cleaned = 0.000827166 Jy ! Component: 150 - total flux cleaned = 0.000861749 Jy ! Component: 200 - total flux cleaned = 0.000866906 Jy ! Total flux subtracted in 200 components = 0.000866906 Jy ! Clean residual min=-0.001349 max=0.001511 Jy/beam ! Clean residual mean=0.000004 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.0993199 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.0993199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082068Jy sigma=0.000673 ! Fit after self-cal, rms=0.082063Jy sigma=0.000673 ! 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.082063Jy sigma=0.000673 ! Fit after self-cal, rms=0.082433Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=4.243 mas, bpa=58.1 degrees ! Estimated noise=379.856 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339342 Jy ! Component: 100 - total flux cleaned = 0.000392336 Jy ! Component: 150 - total flux cleaned = 0.000433189 Jy ! Component: 200 - total flux cleaned = 0.00046005 Jy ! Total flux subtracted in 200 components = 0.00046005 Jy ! Clean residual min=-0.000998 max=0.001421 Jy/beam ! Clean residual mean=0.000001 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.09978 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.09978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082429Jy sigma=0.000671 ! Fit after self-cal, rms=0.082444Jy sigma=0.000671 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 (-12.5, 20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130731 Jy ! Component: 100 - total flux cleaned = 0.00172516 Jy ! Component: 150 - total flux cleaned = 0.00185128 Jy ! Component: 200 - total flux cleaned = 0.00193287 Jy ! Total flux subtracted in 200 components = 0.00193287 Jy ! Clean residual min=-0.001118 max=0.001184 Jy/beam ! Clean residual mean=0.000005 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.101713 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.101713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082421Jy sigma=0.000671 ! Fit after self-cal, rms=0.082420Jy sigma=0.000671 ! Inverting map ! Added new window around map position (-24.5, 39.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127355 Jy ! Component: 100 - total flux cleaned = 0.00205979 Jy ! Component: 150 - total flux cleaned = 0.00260798 Jy ! Component: 200 - total flux cleaned = 0.00301951 Jy ! Total flux subtracted in 200 components = 0.00301951 Jy ! Clean residual min=-0.000976 max=0.001021 Jy/beam ! Clean residual mean=0.000002 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.104732 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.104732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082397Jy sigma=0.000671 ! Fit after self-cal, rms=0.082394Jy sigma=0.000671 ! 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.082394Jy sigma=0.000671 ! Fit after self-cal, rms=0.082435Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.851 mas, bmaj=4.239 mas, bpa=58.24 degrees ! Estimated noise=380.014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000581478 Jy ! Component: 100 - total flux cleaned = 0.00101495 Jy ! Component: 150 - total flux cleaned = 0.00131894 Jy ! Component: 200 - total flux cleaned = 0.00148586 Jy ! Total flux subtracted in 200 components = 0.00148586 Jy ! Clean residual min=-0.000981 max=0.000999 Jy/beam ! Clean residual mean=0.000002 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.106218 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 81 components and 0.106218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082428Jy sigma=0.000671 ! Fit after self-cal, rms=0.082429Jy sigma=0.000671 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.000288424 Jy ! Component: 100 - total flux cleaned = 0.000428768 Jy ! Component: 150 - total flux cleaned = 0.00055759 Jy ! Component: 200 - total flux cleaned = 0.000647465 Jy ! Total flux subtracted in 200 components = 0.000647465 Jy ! Clean residual min=-0.000967 max=0.000994 Jy/beam ! Clean residual mean=0.000002 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.106866 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 86 components and 0.106866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082426Jy sigma=0.000671 ! Fit after self-cal, rms=0.082426Jy sigma=0.000671 ! 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.082426Jy sigma=0.000671 ! Fit after self-cal, rms=0.082518Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.518 mas, bmaj=9.173 mas, bpa=51.51 degrees ! Estimated noise=493.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000711668 Jy ! Component: 100 - total flux cleaned = 0.00115636 Jy ! Component: 150 - total flux cleaned = 0.00142333 Jy ! Component: 200 - total flux cleaned = 0.00152455 Jy ! Total flux subtracted in 200 components = 0.00152455 Jy ! Clean residual min=-0.001231 max=0.001198 Jy/beam ! Clean residual mean=0.000009 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.10839 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.10839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082516Jy sigma=0.000671 ! Fit after self-cal, rms=0.082516Jy sigma=0.000671 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.00031498 Jy ! Component: 100 - total flux cleaned = 0.000367592 Jy ! Component: 150 - total flux cleaned = 0.000427332 Jy ! Component: 200 - total flux cleaned = 0.000473624 Jy ! Total flux subtracted in 200 components = 0.000473624 Jy ! Clean residual min=-0.001254 max=0.001224 Jy/beam ! Clean residual mean=0.000010 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.108864 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 103 components and 0.108864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082516Jy sigma=0.000671 ! Fit after self-cal, rms=0.082517Jy sigma=0.000671 ! 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.847 mas, bmaj=4.235 mas, bpa=58.5 degrees ! Estimated noise=380.574 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.847 x 4.235 at 58.5 degrees (North through East) ! Clean map min=-0.00094898 max=0.094727 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.957 mas, bmaj=3.303 mas, bpa=70.22 degrees ! Estimated noise=831.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0719275 Jy ! Component: 100 - total flux cleaned = 0.0877661 Jy ! Component: 150 - total flux cleaned = 0.0925877 Jy ! Component: 200 - total flux cleaned = 0.0953851 Jy ! Total flux subtracted in 200 components = 0.0953851 Jy ! Clean residual min=-0.002257 max=0.002218 Jy/beam ! Clean residual mean=-0.000005 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0953851 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0953851 Jy ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=4.235 mas, bpa=58.5 degrees ! Estimated noise=380.574 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.00354345 Jy ! Component: 100 - total flux cleaned = 0.00541803 Jy ! Component: 150 - total flux cleaned = 0.00682866 Jy ! Component: 200 - total flux cleaned = 0.00796644 Jy ! Total flux subtracted in 200 components = 0.00796644 Jy ! Clean residual min=-0.001116 max=0.001136 Jy/beam ! Clean residual mean=-0.000004 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.103352 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 41 components and 0.103352 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.518 mas, bmaj=9.173 mas, bpa=51.51 degrees ! Estimated noise=493.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161754 Jy ! Component: 100 - total flux cleaned = 0.00273526 Jy ! Component: 150 - total flux cleaned = 0.0035687 Jy ! Component: 200 - total flux cleaned = 0.00420959 Jy ! Total flux subtracted in 200 components = 0.00420959 Jy ! Clean residual min=-0.001180 max=0.001257 Jy/beam ! Clean residual mean=0.000006 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.107561 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.000478704 Jy ! Component: 100 - total flux cleaned = 0.000691248 Jy ! Component: 150 - total flux cleaned = 0.00088723 Jy ! Component: 200 - total flux cleaned = 0.00102107 Jy ! Total flux subtracted in 200 components = 0.00102107 Jy ! Clean residual min=-0.001231 max=0.001239 Jy/beam ! Clean residual mean=0.000009 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.108582 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 87 components and 0.108582 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=4.235 mas, bpa=58.5 degrees ! Estimated noise=380.574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125705 Jy ! Component: 100 - total flux cleaned = -6.56202e-05 Jy ! Component: 150 - total flux cleaned = -1.29152e-05 Jy ! Component: 200 - total flux cleaned = 2.74839e-06 Jy ! Total flux subtracted in 200 components = 2.74839e-06 Jy ! Clean residual min=-0.001005 max=0.001031 Jy/beam ! Clean residual mean=0.000003 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.108585 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.108585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082524Jy sigma=0.000671 ! Fit after self-cal, rms=0.082522Jy sigma=0.000671 wmodel J1607+8501_S_2017_07_09_pus_map.mod ! Writing 103 model components to file: J1607+8501_S_2017_07_09_pus_map.mod wobs J1607+8501_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1607+8501_S_2017_07_09_pus_uvs.fits wwins J1607+8501_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J1607+8501_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 = 5.6498e-05 Jy ! Component: 100 - total flux cleaned = 0.000109139 Jy ! Component: 150 - total flux cleaned = 0.000158723 Jy ! Component: 200 - total flux cleaned = 0.000206952 Jy ! Component: 250 - total flux cleaned = 0.000316549 Jy ! Component: 300 - total flux cleaned = 0.000423536 Jy ! Component: 350 - total flux cleaned = 0.000483455 Jy ! Component: 400 - total flux cleaned = 0.000570784 Jy ! Component: 450 - total flux cleaned = 0.000598953 Jy ! Component: 500 - total flux cleaned = 0.000626734 Jy ! Component: 550 - total flux cleaned = 0.000626525 Jy ! Component: 600 - total flux cleaned = 0.000612993 Jy ! Component: 650 - total flux cleaned = 0.000599858 Jy ! Component: 700 - total flux cleaned = 0.000639279 Jy ! Component: 750 - total flux cleaned = 0.000678161 Jy ! Component: 800 - total flux cleaned = 0.000690847 Jy ! Component: 850 - total flux cleaned = 0.000678087 Jy ! Component: 900 - total flux cleaned = 0.000715584 Jy ! Component: 950 - total flux cleaned = 0.000740258 Jy ! Component: 1000 - total flux cleaned = 0.000740099 Jy ! Component: 1050 - total flux cleaned = 0.000800733 Jy ! Component: 1100 - total flux cleaned = 0.0008007 Jy ! Component: 1150 - total flux cleaned = 0.000872169 Jy ! Component: 1200 - total flux cleaned = 0.000895539 Jy ! Component: 1250 - total flux cleaned = 0.000930598 Jy ! Component: 1300 - total flux cleaned = 0.000965294 Jy ! Component: 1350 - total flux cleaned = 0.000976779 Jy ! Component: 1400 - total flux cleaned = 0.00102249 Jy ! Component: 1450 - total flux cleaned = 0.00105642 Jy ! Component: 1500 - total flux cleaned = 0.00110122 Jy ! Component: 1550 - total flux cleaned = 0.00114583 Jy ! Component: 1600 - total flux cleaned = 0.00116787 Jy ! Component: 1650 - total flux cleaned = 0.00122255 Jy ! Component: 1700 - total flux cleaned = 0.00120092 Jy ! Component: 1750 - total flux cleaned = 0.00125486 Jy ! Component: 1800 - total flux cleaned = 0.00128686 Jy ! Component: 1850 - total flux cleaned = 0.00132942 Jy ! Component: 1900 - total flux cleaned = 0.00132944 Jy ! Component: 1950 - total flux cleaned = 0.0013399 Jy ! Component: 2000 - total flux cleaned = 0.00136064 Jy ! Component: 2050 - total flux cleaned = 0.00139158 Jy ! Component: 2100 - total flux cleaned = 0.00134047 Jy ! Component: 2150 - total flux cleaned = 0.00137111 Jy ! Component: 2200 - total flux cleaned = 0.00142175 Jy ! Component: 2250 - total flux cleaned = 0.00141166 Jy ! Component: 2300 - total flux cleaned = 0.00142168 Jy ! Component: 2350 - total flux cleaned = 0.00141175 Jy ! Component: 2400 - total flux cleaned = 0.00145133 Jy ! Component: 2450 - total flux cleaned = 0.00145136 Jy ! Component: 2500 - total flux cleaned = 0.00149033 Jy ! Component: 2550 - total flux cleaned = 0.00151936 Jy ! Component: 2600 - total flux cleaned = 0.00150967 Jy ! Component: 2650 - total flux cleaned = 0.00153844 Jy ! Component: 2700 - total flux cleaned = 0.00151936 Jy ! Component: 2750 - total flux cleaned = 0.00158563 Jy ! Component: 2800 - total flux cleaned = 0.00159494 Jy ! Component: 2850 - total flux cleaned = 0.00162301 Jy ! Component: 2900 - total flux cleaned = 0.00161358 Jy ! Component: 2950 - total flux cleaned = 0.0016783 Jy ! Component: 3000 - total flux cleaned = 0.00167824 Jy ! Component: 3050 - total flux cleaned = 0.00175137 Jy ! Component: 3100 - total flux cleaned = 0.0017605 Jy ! Component: 3150 - total flux cleaned = 0.0017605 Jy ! Component: 3200 - total flux cleaned = 0.00175152 Jy ! Component: 3250 - total flux cleaned = 0.00178742 Jy ! Component: 3300 - total flux cleaned = 0.00184968 Jy ! Component: 3350 - total flux cleaned = 0.00185852 Jy ! Component: 3400 - total flux cleaned = 0.00189379 Jy ! Component: 3450 - total flux cleaned = 0.00192876 Jy ! Component: 3500 - total flux cleaned = 0.00190264 Jy ! Component: 3550 - total flux cleaned = 0.00193725 Jy ! Component: 3600 - total flux cleaned = 0.00196309 Jy ! Component: 3650 - total flux cleaned = 0.00199743 Jy ! Component: 3700 - total flux cleaned = 0.00198887 Jy ! Component: 3750 - total flux cleaned = 0.00200582 Jy ! Component: 3800 - total flux cleaned = 0.00201427 Jy ! Component: 3850 - total flux cleaned = 0.00203107 Jy ! Component: 3900 - total flux cleaned = 0.00206457 Jy ! Component: 3950 - total flux cleaned = 0.00213107 Jy ! Component: 4000 - total flux cleaned = 0.00213105 Jy ! Component: 4050 - total flux cleaned = 0.00216403 Jy ! Total flux subtracted in 4096 components = 0.00218042 Jy ! Clean residual min=-0.000431 max=0.000438 Jy/beam ! Clean residual mean=0.000001 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.110765 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 390 components and 0.110765 Jy ![Exited script file: muppet] wmap "J1607+8501_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.847 x 4.235 at 58.5 degrees (North through East) ! Clean map min=-0.00074714 max=0.094725 Jy/beam ! Writing clean map to FITS file: J1607+8501_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.094725 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146304 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.463355 0.463355 0.92671 1.85342 3.70684 7.41368 14.8274 29.6547 59.3095 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 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.847 x 4.235 at 58.5 degrees (North through East) ! Clean map min=-0.00074714 max=0.094725 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 J1607+8501_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:52:50 2019