! Started logfile: J0603+1742_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:33:43 2019 obs J0603+1742_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0603+1742_S_2017_03_27_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.871111 visibilities/baseline/integration-bin. ! Found source: J0603+1742 ! ! 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 1684 lines of history. ! ! Reading 2352 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 J0603+1742_S_2017_03_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 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.663238Jy sigma=0.006482 ! Fit after self-cal, rms=0.661425Jy sigma=0.006465 ! 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.787 mas, bmaj=6.959 mas, bpa=-0.5708 degrees ! Estimated noise=1918.25 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.263428 Jy ! Component: 100 - total flux cleaned = 0.329719 Jy ! Total flux subtracted in 100 components = 0.329719 Jy ! Clean residual min=-0.011605 max=0.025431 Jy/beam ! Clean residual mean=0.000037 rms=0.003390 Jy/beam ! Combined flux in latest and established models = 0.329719 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.329719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093554Jy sigma=0.000866 ! Fit after self-cal, rms=0.093530Jy sigma=0.000865 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.026537 Jy ! Component: 100 - total flux cleaned = 0.0408934 Jy ! Total flux subtracted in 100 components = 0.0408934 Jy ! Clean residual min=-0.009183 max=0.012777 Jy/beam ! Clean residual mean=0.000031 rms=0.002531 Jy/beam ! Combined flux in latest and established models = 0.370613 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.370613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084586Jy sigma=0.000772 ! Fit after self-cal, rms=0.084564Jy sigma=0.000771 ! 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.294 mas, bmaj=7.648 mas, bpa=0.1666 degrees ! Estimated noise=1621.26 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.0114709 Jy ! Component: 100 - total flux cleaned = 0.0177076 Jy ! Component: 150 - total flux cleaned = 0.0213233 Jy ! Component: 200 - total flux cleaned = 0.0236139 Jy ! Total flux subtracted in 200 components = 0.0236139 Jy ! Clean residual min=-0.007748 max=0.012120 Jy/beam ! Clean residual mean=0.000059 rms=0.002522 Jy/beam ! Combined flux in latest and established models = 0.394227 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 40 components and 0.394227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082854Jy sigma=0.000756 ! Fit after self-cal, rms=0.082827Jy sigma=0.000756 ! 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 1.00 FD 0.98 HN 0.94 KP 1.00 ! LA 0.98 MK 1.02 NL 1.02 OV 1.08 ! PT 0.94 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 0.97 KP 0.99 ! LA 0.93 MK 1.01 NL 1.13 OV 1.08 ! PT 0.93 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.03 HN 0.97 KP 0.97 ! LA 1.00 MK 1.01 NL 1.22 OV 0.98 ! PT 0.92 SC 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.08 HN 0.88 KP 1.00* ! LA 0.96 MK 1.24 NL 1.00* OV 1.01 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.082827Jy sigma=0.000756 ! Fit after self-cal, rms=0.080998Jy sigma=0.000697 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=7.662 mas, bpa=0.3461 degrees ! Estimated noise=1627.5 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 (9, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00898593 Jy ! Component: 100 - total flux cleaned = 0.0129354 Jy ! Component: 150 - total flux cleaned = 0.0141875 Jy ! Component: 200 - total flux cleaned = 0.0151943 Jy ! Total flux subtracted in 200 components = 0.0151943 Jy ! Clean residual min=-0.005341 max=0.006623 Jy/beam ! Clean residual mean=0.000003 rms=0.001485 Jy/beam ! Combined flux in latest and established models = 0.409421 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 70 components and 0.409421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079988Jy sigma=0.000685 ! Fit after self-cal, rms=0.079945Jy sigma=0.000684 ! 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.079945Jy sigma=0.000684 ! Fit after self-cal, rms=0.073798Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.301 mas, bmaj=7.668 mas, bpa=0.4556 degrees ! Estimated noise=1622.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00351212 Jy ! Component: 100 - total flux cleaned = 0.00428016 Jy ! Component: 150 - total flux cleaned = 0.00434367 Jy ! Component: 200 - total flux cleaned = 0.00445149 Jy ! Total flux subtracted in 200 components = 0.00445149 Jy ! Clean residual min=-0.004297 max=0.003882 Jy/beam ! Clean residual mean=0.000001 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.413872 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 88 components and 0.413872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073595Jy sigma=0.000647 ! Fit after self-cal, rms=0.073600Jy sigma=0.000646 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.000472039 Jy ! Component: 100 - total flux cleaned = 0.000569351 Jy ! Component: 150 - total flux cleaned = 0.000524775 Jy ! Component: 200 - total flux cleaned = 0.000524505 Jy ! Total flux subtracted in 200 components = 0.000524505 Jy ! Clean residual min=-0.004302 max=0.003893 Jy/beam ! Clean residual mean=0.000000 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.414397 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.414397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073543Jy sigma=0.000646 ! Fit after self-cal, rms=0.073540Jy sigma=0.000646 ! 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.073540Jy sigma=0.000646 ! Fit after self-cal, rms=0.073403Jy sigma=0.000645 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=7.672 mas, bpa=0.4701 degrees ! Estimated noise=1621.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000680983 Jy ! Component: 100 - total flux cleaned = 0.000818683 Jy ! Component: 150 - total flux cleaned = 0.000860086 Jy ! Component: 200 - total flux cleaned = 0.000895561 Jy ! Total flux subtracted in 200 components = 0.000895561 Jy ! Clean residual min=-0.004300 max=0.003764 Jy/beam ! Clean residual mean=0.000000 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.415292 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 111 components and 0.415293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073357Jy sigma=0.000645 ! Fit after self-cal, rms=0.073350Jy sigma=0.000645 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.0001612 Jy ! Component: 100 - total flux cleaned = 0.000195759 Jy ! Component: 150 - total flux cleaned = 0.000196185 Jy ! Component: 200 - total flux cleaned = 0.000196003 Jy ! Total flux subtracted in 200 components = 0.000196003 Jy ! Clean residual min=-0.004285 max=0.003732 Jy/beam ! Clean residual mean=-0.000000 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.415489 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 120 components and 0.415489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073323Jy sigma=0.000644 ! Fit after self-cal, rms=0.073321Jy sigma=0.000644 ! 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.073321Jy sigma=0.000644 ! Fit after self-cal, rms=0.073326Jy sigma=0.000644 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.503 mas, bmaj=10.74 mas, bpa=0.313 degrees ! Estimated noise=1999.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000616692 Jy ! Component: 100 - total flux cleaned = 0.000722446 Jy ! Component: 150 - total flux cleaned = 0.000740998 Jy ! Component: 200 - total flux cleaned = 0.000776414 Jy ! Total flux subtracted in 200 components = 0.000776414 Jy ! Clean residual min=-0.003624 max=0.003741 Jy/beam ! Clean residual mean=-0.000001 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.416265 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 130 components and 0.416265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073320Jy sigma=0.000644 ! Fit after self-cal, rms=0.073320Jy sigma=0.000644 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.08752e-05 Jy ! Component: 100 - total flux cleaned = 4.32881e-05 Jy ! Component: 150 - total flux cleaned = 7.43793e-05 Jy ! Component: 200 - total flux cleaned = 0.000117872 Jy ! Total flux subtracted in 200 components = 0.000117872 Jy ! Clean residual min=-0.003666 max=0.003707 Jy/beam ! Clean residual mean=-0.000002 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.416383 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 137 components and 0.416383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073320Jy sigma=0.000644 ! Fit after self-cal, rms=0.073320Jy sigma=0.000644 ! 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.303 mas, bmaj=7.677 mas, bpa=0.4821 degrees ! Estimated noise=1620.57 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.303 x 7.677 at 0.4821 degrees (North through East) ! Clean map min=-0.0042175 max=0.34213 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.8 mas, bmaj=6.983 mas, bpa=-0.2469 degrees ! Estimated noise=1912.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.262013 Jy ! Component: 100 - total flux cleaned = 0.329672 Jy ! Component: 150 - total flux cleaned = 0.355906 Jy ! Component: 200 - total flux cleaned = 0.369469 Jy ! Total flux subtracted in 200 components = 0.369469 Jy ! Clean residual min=-0.006856 max=0.007387 Jy/beam ! Clean residual mean=0.000011 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.369469 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.369469 Jy ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=7.677 mas, bpa=0.4821 degrees ! Estimated noise=1620.57 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.013035 Jy ! Component: 100 - total flux cleaned = 0.0219515 Jy ! Component: 150 - total flux cleaned = 0.0284094 Jy ! Component: 200 - total flux cleaned = 0.0332114 Jy ! Total flux subtracted in 200 components = 0.0332114 Jy ! Clean residual min=-0.004843 max=0.003833 Jy/beam ! Clean residual mean=0.000012 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.40268 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 59 components and 0.40268 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.503 mas, bmaj=10.74 mas, bpa=0.313 degrees ! Estimated noise=1999.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00569708 Jy ! Component: 100 - total flux cleaned = 0.00896569 Jy ! Component: 150 - total flux cleaned = 0.0110817 Jy ! Component: 200 - total flux cleaned = 0.0118237 Jy ! Total flux subtracted in 200 components = 0.0118237 Jy ! Clean residual min=-0.003821 max=0.003582 Jy/beam ! Clean residual mean=0.000003 rms=0.001055 Jy/beam ! Combined flux in latest and established models = 0.414504 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.000549484 Jy ! Component: 100 - total flux cleaned = 0.000963079 Jy ! Component: 150 - total flux cleaned = 0.00120919 Jy ! Component: 200 - total flux cleaned = 0.0012994 Jy ! Total flux subtracted in 200 components = 0.0012994 Jy ! Clean residual min=-0.003711 max=0.003590 Jy/beam ! Clean residual mean=-0.000000 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.415803 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 115 components and 0.415803 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=7.677 mas, bpa=0.4821 degrees ! Estimated noise=1620.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151816 Jy ! Component: 100 - total flux cleaned = -0.000334611 Jy ! Component: 150 - total flux cleaned = -0.000386921 Jy ! Component: 200 - total flux cleaned = -0.000291601 Jy ! Total flux subtracted in 200 components = -0.000291601 Jy ! Clean residual min=-0.004644 max=0.003738 Jy/beam ! Clean residual mean=-0.000000 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.415512 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.415512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073326Jy sigma=0.000645 ! Fit after self-cal, rms=0.073320Jy sigma=0.000645 wmodel J0603+1742_S_2017_03_27_pus_map.mod ! Writing 133 model components to file: J0603+1742_S_2017_03_27_pus_map.mod wobs J0603+1742_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0603+1742_S_2017_03_27_pus_uvs.fits wwins J0603+1742_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J0603+1742_S_2017_03_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.00161057 Jy ! Component: 100 - total flux cleaned = -0.0020842 Jy ! Component: 150 - total flux cleaned = -0.00221051 Jy ! Component: 200 - total flux cleaned = -0.00239082 Jy ! Component: 250 - total flux cleaned = -0.0025641 Jy ! Component: 300 - total flux cleaned = -0.00273212 Jy ! Component: 350 - total flux cleaned = -0.00289773 Jy ! Component: 400 - total flux cleaned = -0.00289881 Jy ! Component: 450 - total flux cleaned = -0.00295145 Jy ! Component: 500 - total flux cleaned = -0.00290024 Jy ! Component: 550 - total flux cleaned = -0.00295075 Jy ! Component: 600 - total flux cleaned = -0.00285317 Jy ! Component: 650 - total flux cleaned = -0.00285399 Jy ! Component: 700 - total flux cleaned = -0.00276025 Jy ! Component: 750 - total flux cleaned = -0.00271444 Jy ! Component: 800 - total flux cleaned = -0.00284887 Jy ! Component: 850 - total flux cleaned = -0.00262733 Jy ! Component: 900 - total flux cleaned = -0.00262837 Jy ! Component: 950 - total flux cleaned = -0.00271446 Jy ! Component: 1000 - total flux cleaned = -0.00254532 Jy ! Component: 1050 - total flux cleaned = -0.0025881 Jy ! Component: 1100 - total flux cleaned = -0.0027516 Jy ! Component: 1150 - total flux cleaned = -0.00279072 Jy ! Component: 1200 - total flux cleaned = -0.00279049 Jy ! Component: 1250 - total flux cleaned = -0.00282952 Jy ! Component: 1300 - total flux cleaned = -0.00302467 Jy ! Component: 1350 - total flux cleaned = -0.00313904 Jy ! Component: 1400 - total flux cleaned = -0.0031393 Jy ! Component: 1450 - total flux cleaned = -0.00325073 Jy ! Component: 1500 - total flux cleaned = -0.00332496 Jy ! Component: 1550 - total flux cleaned = -0.0034338 Jy ! Component: 1600 - total flux cleaned = -0.00350568 Jy ! Component: 1650 - total flux cleaned = -0.00361232 Jy ! Component: 1700 - total flux cleaned = -0.00371684 Jy ! Component: 1750 - total flux cleaned = -0.00368221 Jy ! Component: 1800 - total flux cleaned = -0.00364805 Jy ! Component: 1850 - total flux cleaned = -0.00368247 Jy ! Component: 1900 - total flux cleaned = -0.00371706 Jy ! Component: 1950 - total flux cleaned = -0.00385072 Jy ! Component: 2000 - total flux cleaned = -0.00381764 Jy ! Component: 2050 - total flux cleaned = -0.00391535 Jy ! Component: 2100 - total flux cleaned = -0.00394763 Jy ! Component: 2150 - total flux cleaned = -0.00410777 Jy ! Component: 2200 - total flux cleaned = -0.0041393 Jy ! Component: 2250 - total flux cleaned = -0.0042651 Jy ! Component: 2300 - total flux cleaned = -0.00429589 Jy ! Component: 2350 - total flux cleaned = -0.00423386 Jy ! Component: 2400 - total flux cleaned = -0.00426459 Jy ! Component: 2450 - total flux cleaned = -0.00426443 Jy ! Component: 2500 - total flux cleaned = -0.00426439 Jy ! Component: 2550 - total flux cleaned = -0.0042347 Jy ! Component: 2600 - total flux cleaned = -0.00417571 Jy ! Component: 2650 - total flux cleaned = -0.00417596 Jy ! Component: 2700 - total flux cleaned = -0.00423431 Jy ! Component: 2750 - total flux cleaned = -0.00420527 Jy ! Component: 2800 - total flux cleaned = -0.00411927 Jy ! Component: 2850 - total flux cleaned = -0.00406246 Jy ! Component: 2900 - total flux cleaned = -0.00406278 Jy ! Component: 2950 - total flux cleaned = -0.00397871 Jy ! Component: 3000 - total flux cleaned = -0.00392322 Jy ! Component: 3050 - total flux cleaned = -0.00389555 Jy ! Component: 3100 - total flux cleaned = -0.0039228 Jy ! Component: 3150 - total flux cleaned = -0.00378705 Jy ! Component: 3200 - total flux cleaned = -0.00370605 Jy ! Component: 3250 - total flux cleaned = -0.00357229 Jy ! Component: 3300 - total flux cleaned = -0.00351902 Jy ! Component: 3350 - total flux cleaned = -0.00343986 Jy ! Component: 3400 - total flux cleaned = -0.0033877 Jy ! Component: 3450 - total flux cleaned = -0.00338746 Jy ! Component: 3500 - total flux cleaned = -0.00338749 Jy ! Component: 3550 - total flux cleaned = -0.00343865 Jy ! Component: 3600 - total flux cleaned = -0.00336194 Jy ! Component: 3650 - total flux cleaned = -0.00331137 Jy ! Component: 3700 - total flux cleaned = -0.0033867 Jy ! Component: 3750 - total flux cleaned = -0.00331151 Jy ! Component: 3800 - total flux cleaned = -0.00328675 Jy ! Component: 3850 - total flux cleaned = -0.00326219 Jy ! Component: 3900 - total flux cleaned = -0.0032132 Jy ! Component: 3950 - total flux cleaned = -0.00323725 Jy ! Component: 4000 - total flux cleaned = -0.003237 Jy ! Component: 4050 - total flux cleaned = -0.00318882 Jy ! Total flux subtracted in 4096 components = -0.00316496 Jy ! Clean residual min=-0.001413 max=0.001426 Jy/beam ! Clean residual mean=-0.000002 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.412347 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 429 components and 0.412347 Jy ![Exited script file: muppet] wmap "J0603+1742_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.303 x 7.677 at 0.4821 degrees (North through East) ! Clean map min=-0.003158 max=0.34132 Jy/beam ! Writing clean map to FITS file: J0603+1742_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.341323 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000431723 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.379456 0.379456 0.758912 1.51782 3.03565 6.0713 12.1426 24.2852 48.5704 97.1408 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.341 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.303 x 7.677 at 0.4821 degrees (North through East) ! Clean map min=-0.003158 max=0.34132 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 J0603+1742_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:33:49 2019