! Started logfile: J1835+2407_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:54:55 2019 obs J1835+2407_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1835+2407_S_2017_05_31_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963029 visibilities/baseline/integration-bin. ! Found source: J1835+2407 ! ! 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 703 lines of history. ! ! Reading 19588 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 J1835+2407_S_2017_05_31_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 562 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.912348Jy sigma=0.009032 ! Fit after self-cal, rms=0.905136Jy sigma=0.008973 ! 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.784 mas, bmaj=6.356 mas, bpa=-8.392 degrees ! Estimated noise=837.467 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.0746379 Jy ! Component: 100 - total flux cleaned = 0.0930077 Jy ! Total flux subtracted in 100 components = 0.0930077 Jy ! Clean residual min=-0.004018 max=0.007663 Jy/beam ! Clean residual mean=-0.000010 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.0930077 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0930077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163350Jy sigma=0.000677 ! Fit after self-cal, rms=0.163351Jy sigma=0.000677 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836625 Jy ! Component: 100 - total flux cleaned = 0.0125944 Jy ! Total flux subtracted in 100 components = 0.0125944 Jy ! Clean residual min=-0.003514 max=0.003375 Jy/beam ! Clean residual mean=-0.000003 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.105602 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.105602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162436Jy sigma=0.000671 ! Fit after self-cal, rms=0.162445Jy sigma=0.000671 ! 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.389 mas, bmaj=7.163 mas, bpa=-7.117 degrees ! Estimated noise=590.039 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.0015331 Jy ! Component: 100 - total flux cleaned = 0.00196657 Jy ! Component: 150 - total flux cleaned = 0.00205056 Jy ! Component: 200 - total flux cleaned = 0.00205164 Jy ! Total flux subtracted in 200 components = 0.00205164 Jy ! Clean residual min=-0.001875 max=0.001970 Jy/beam ! Clean residual mean=0.000004 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.107654 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 31 components and 0.107654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162340Jy sigma=0.000670 ! Fit after self-cal, rms=0.162342Jy sigma=0.000670 ! 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.05 ! LA 1.02 MK 0.99 NL 0.90 OV 1.04 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.00 HN 1.02 KP 0.97 ! LA 0.96 MK 1.02 NL 1.04 OV 1.07 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 0.98 KP 1.00 ! LA 1.02 MK 1.04 NL 1.02 OV 0.96 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.97 KP 0.62 ! LA 1.02 MK 1.17 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.162342Jy sigma=0.000670 ! Fit after self-cal, rms=0.159483Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=7.185 mas, bpa=-7.291 degrees ! Estimated noise=596.581 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.000681746 Jy ! Component: 100 - total flux cleaned = 0.000737772 Jy ! Component: 150 - total flux cleaned = 0.000717423 Jy ! Component: 200 - total flux cleaned = 0.000699567 Jy ! Total flux subtracted in 200 components = 0.000699567 Jy ! Clean residual min=-0.001854 max=0.002034 Jy/beam ! Clean residual mean=0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.108353 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.108353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159391Jy sigma=0.000667 ! Fit after self-cal, rms=0.159385Jy sigma=0.000667 ! 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.159385Jy sigma=0.000667 ! Fit after self-cal, rms=0.123503Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=7.224 mas, bpa=-7.44 degrees ! Estimated noise=602.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000823643 Jy ! Component: 100 - total flux cleaned = 0.000770561 Jy ! Component: 150 - total flux cleaned = 0.000708444 Jy ! Component: 200 - total flux cleaned = 0.000690221 Jy ! Total flux subtracted in 200 components = 0.000690221 Jy ! Clean residual min=-0.001637 max=0.001693 Jy/beam ! Clean residual mean=0.000004 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.109043 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.109043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123400Jy sigma=0.000664 ! Fit after self-cal, rms=0.123400Jy sigma=0.000664 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.95625e-06 Jy ! Component: 100 - total flux cleaned = -6.24722e-05 Jy ! Component: 150 - total flux cleaned = -8.79736e-05 Jy ! Component: 200 - total flux cleaned = -9.92906e-05 Jy ! Total flux subtracted in 200 components = -9.92906e-05 Jy ! Clean residual min=-0.001638 max=0.001685 Jy/beam ! Clean residual mean=0.000004 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.108944 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.108944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123379Jy sigma=0.000664 ! Fit after self-cal, rms=0.123378Jy sigma=0.000664 ! 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.123378Jy sigma=0.000664 ! Fit after self-cal, rms=0.089508Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.41 mas, bmaj=7.239 mas, bpa=-7.531 degrees ! Estimated noise=605.892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000414824 Jy ! Component: 100 - total flux cleaned = 0.000401263 Jy ! Component: 150 - total flux cleaned = 0.000425924 Jy ! Component: 200 - total flux cleaned = 0.000425337 Jy ! Total flux subtracted in 200 components = 0.000425337 Jy ! Clean residual min=-0.001411 max=0.001528 Jy/beam ! Clean residual mean=0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.10937 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.10937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089487Jy sigma=0.000662 ! Fit after self-cal, rms=0.089469Jy sigma=0.000662 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.01326e-05 Jy ! Component: 100 - total flux cleaned = -4.73916e-07 Jy ! Component: 150 - total flux cleaned = -9.33802e-06 Jy ! Component: 200 - total flux cleaned = -9.15924e-06 Jy ! Total flux subtracted in 200 components = -9.15924e-06 Jy ! Clean residual min=-0.001408 max=0.001535 Jy/beam ! Clean residual mean=0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.10936 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.10936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089465Jy sigma=0.000662 ! Fit after self-cal, rms=0.089464Jy sigma=0.000662 ! 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.089464Jy sigma=0.000662 ! Fit after self-cal, rms=0.089781Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.506 mas, bmaj=10.77 mas, bpa=-11.02 degrees ! Estimated noise=742.777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105521 Jy ! Component: 100 - total flux cleaned = 3.98791e-05 Jy ! Component: 150 - total flux cleaned = -2.90672e-05 Jy ! Component: 200 - total flux cleaned = -7.54526e-05 Jy ! Total flux subtracted in 200 components = -7.54526e-05 Jy ! Clean residual min=-0.001504 max=0.001891 Jy/beam ! Clean residual mean=0.000006 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.109285 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.109285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089758Jy sigma=0.000662 ! Fit after self-cal, rms=0.089756Jy sigma=0.000662 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 (91.5, -109). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157258 Jy ! Component: 100 - total flux cleaned = 0.00194196 Jy ! Component: 150 - total flux cleaned = 0.00221792 Jy ! Component: 200 - total flux cleaned = 0.00248964 Jy ! Total flux subtracted in 200 components = 0.00248964 Jy ! Clean residual min=-0.001438 max=0.001429 Jy/beam ! Clean residual mean=0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.111775 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 92 components and 0.111775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089679Jy sigma=0.000662 ! Fit after self-cal, rms=0.089677Jy sigma=0.000662 ! 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.414 mas, bmaj=7.243 mas, bpa=-7.561 degrees ! Estimated noise=609.353 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.414 x 7.243 at -7.561 degrees (North through East) ! Clean map min=-0.0014346 max=0.10109 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.808 mas, bmaj=6.457 mas, bpa=-8.731 degrees ! Estimated noise=868.616 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0772576 Jy ! Component: 100 - total flux cleaned = 0.0959039 Jy ! Component: 150 - total flux cleaned = 0.104119 Jy ! Component: 200 - total flux cleaned = 0.108241 Jy ! Total flux subtracted in 200 components = 0.108241 Jy ! Clean residual min=-0.003179 max=0.002570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.108241 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.108241 Jy ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=7.243 mas, bpa=-7.561 degrees ! Estimated noise=609.353 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.00192764 Jy ! Component: 100 - total flux cleaned = 0.00279137 Jy ! Component: 150 - total flux cleaned = 0.00336751 Jy ! Component: 200 - total flux cleaned = 0.00391853 Jy ! Total flux subtracted in 200 components = 0.00391853 Jy ! Clean residual min=-0.001481 max=0.001433 Jy/beam ! Clean residual mean=0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.11216 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 49 components and 0.11216 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.506 mas, bmaj=10.77 mas, bpa=-11.02 degrees ! Estimated noise=742.777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000614149 Jy ! Component: 100 - total flux cleaned = 0.000864737 Jy ! Component: 150 - total flux cleaned = 0.000959266 Jy ! Component: 200 - total flux cleaned = 0.000989007 Jy ! Total flux subtracted in 200 components = 0.000989007 Jy ! Clean residual min=-0.001437 max=0.001389 Jy/beam ! Clean residual mean=0.000002 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.113149 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 = 5.00968e-08 Jy ! Component: 100 - total flux cleaned = 3.04471e-07 Jy ! Component: 150 - total flux cleaned = 6.39219e-07 Jy ! Component: 200 - total flux cleaned = -2.11353e-05 Jy ! Total flux subtracted in 200 components = -2.11353e-05 Jy ! Clean residual min=-0.001432 max=0.001360 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.113127 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 94 components and 0.113127 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=7.243 mas, bpa=-7.561 degrees ! Estimated noise=609.353 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.72466e-05 Jy ! Component: 100 - total flux cleaned = 9.58664e-06 Jy ! Component: 150 - total flux cleaned = 4.05601e-05 Jy ! Component: 200 - total flux cleaned = -1.87891e-05 Jy ! Total flux subtracted in 200 components = -1.87891e-05 Jy ! Clean residual min=-0.001427 max=0.001291 Jy/beam ! Clean residual mean=0.000002 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.113109 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 116 components and 0.113109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089595Jy sigma=0.000662 ! Fit after self-cal, rms=0.089588Jy sigma=0.000662 wmodel J1835+2407_S_2017_05_31_pus_map.mod ! Writing 116 model components to file: J1835+2407_S_2017_05_31_pus_map.mod wobs J1835+2407_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1835+2407_S_2017_05_31_pus_uvs.fits wwins J1835+2407_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J1835+2407_S_2017_05_31_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.000256786 Jy ! Component: 100 - total flux cleaned = -0.00016278 Jy ! Component: 150 - total flux cleaned = -0.000140107 Jy ! Component: 200 - total flux cleaned = -9.58355e-05 Jy ! Component: 250 - total flux cleaned = -9.39184e-06 Jy ! Component: 300 - total flux cleaned = 7.53002e-05 Jy ! Component: 350 - total flux cleaned = 3.42189e-05 Jy ! Component: 400 - total flux cleaned = 7.51334e-05 Jy ! Component: 450 - total flux cleaned = -4.741e-06 Jy ! Component: 500 - total flux cleaned = -6.38508e-05 Jy ! Component: 550 - total flux cleaned = -0.00016038 Jy ! Component: 600 - total flux cleaned = -0.000217257 Jy ! Component: 650 - total flux cleaned = -0.000273646 Jy ! Component: 700 - total flux cleaned = -0.000292083 Jy ! Component: 750 - total flux cleaned = -0.000310693 Jy ! Component: 800 - total flux cleaned = -0.000383395 Jy ! Component: 850 - total flux cleaned = -0.000401242 Jy ! Component: 900 - total flux cleaned = -0.00036591 Jy ! Component: 950 - total flux cleaned = -0.000418339 Jy ! Component: 1000 - total flux cleaned = -0.000383737 Jy ! Component: 1050 - total flux cleaned = -0.00041825 Jy ! Component: 1100 - total flux cleaned = -0.000400989 Jy ! Component: 1150 - total flux cleaned = -0.000333807 Jy ! Component: 1200 - total flux cleaned = -0.000300527 Jy ! Component: 1250 - total flux cleaned = -0.000317016 Jy ! Component: 1300 - total flux cleaned = -0.000235426 Jy ! Component: 1350 - total flux cleaned = -0.000235396 Jy ! Component: 1400 - total flux cleaned = -0.000187249 Jy ! Component: 1450 - total flux cleaned = -7.60377e-05 Jy ! Component: 1500 - total flux cleaned = -0.000107605 Jy ! Component: 1550 - total flux cleaned = -4.52721e-05 Jy ! Component: 1600 - total flux cleaned = 1.63958e-05 Jy ! Component: 1650 - total flux cleaned = 3.17534e-05 Jy ! Component: 1700 - total flux cleaned = 6.23168e-05 Jy ! Component: 1750 - total flux cleaned = 0.000137878 Jy ! Component: 1800 - total flux cleaned = 0.000182917 Jy ! Component: 1850 - total flux cleaned = 0.000272205 Jy ! Component: 1900 - total flux cleaned = 0.000272167 Jy ! Component: 1950 - total flux cleaned = 0.000389393 Jy ! Component: 2000 - total flux cleaned = 0.000360294 Jy ! Component: 2050 - total flux cleaned = 0.000461651 Jy ! Component: 2100 - total flux cleaned = 0.000533358 Jy ! Component: 2150 - total flux cleaned = 0.000604674 Jy ! Component: 2200 - total flux cleaned = 0.000661336 Jy ! Component: 2250 - total flux cleaned = 0.000689377 Jy ! Component: 2300 - total flux cleaned = 0.000731196 Jy ! Component: 2350 - total flux cleaned = 0.000828348 Jy ! Component: 2400 - total flux cleaned = 0.000869631 Jy ! Component: 2450 - total flux cleaned = 0.000856022 Jy ! Component: 2500 - total flux cleaned = 0.000937707 Jy ! Component: 2550 - total flux cleaned = 0.000964732 Jy ! Component: 2600 - total flux cleaned = 0.0010185 Jy ! Component: 2650 - total flux cleaned = 0.0010985 Jy ! Component: 2700 - total flux cleaned = 0.00113825 Jy ! Component: 2750 - total flux cleaned = 0.00121742 Jy ! Component: 2800 - total flux cleaned = 0.0012044 Jy ! Component: 2850 - total flux cleaned = 0.0012957 Jy ! Component: 2900 - total flux cleaned = 0.00136068 Jy ! Component: 2950 - total flux cleaned = 0.00142502 Jy ! Component: 3000 - total flux cleaned = 0.00147617 Jy ! Component: 3050 - total flux cleaned = 0.00152719 Jy ! Component: 3100 - total flux cleaned = 0.00162841 Jy ! Component: 3150 - total flux cleaned = 0.0016536 Jy ! Component: 3200 - total flux cleaned = 0.00171618 Jy ! Component: 3250 - total flux cleaned = 0.00180315 Jy ! Component: 3300 - total flux cleaned = 0.00181568 Jy ! Component: 3350 - total flux cleaned = 0.0018772 Jy ! Component: 3400 - total flux cleaned = 0.00193844 Jy ! Component: 3450 - total flux cleaned = 0.00199936 Jy ! Component: 3500 - total flux cleaned = 0.00207204 Jy ! Component: 3550 - total flux cleaned = 0.00207195 Jy ! Component: 3600 - total flux cleaned = 0.00216792 Jy ! Component: 3650 - total flux cleaned = 0.00220376 Jy ! Component: 3700 - total flux cleaned = 0.00227505 Jy ! Component: 3750 - total flux cleaned = 0.00236962 Jy ! Component: 3800 - total flux cleaned = 0.00244021 Jy ! Component: 3850 - total flux cleaned = 0.00245186 Jy ! Component: 3900 - total flux cleaned = 0.00249847 Jy ! Component: 3950 - total flux cleaned = 0.00263758 Jy ! Component: 4000 - total flux cleaned = 0.0026721 Jy ! Component: 4050 - total flux cleaned = 0.00269511 Jy ! Total flux subtracted in 4096 components = 0.00272938 Jy ! Clean residual min=-0.000632 max=0.000629 Jy/beam ! Clean residual mean=0.000002 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.115838 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 427 components and 0.115838 Jy ![Exited script file: muppet] wmap "J1835+2407_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.414 x 7.243 at -7.561 degrees (North through East) ! Clean map min=-0.0013628 max=0.10064 Jy/beam ! Writing clean map to FITS file: J1835+2407_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100641 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213283 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.635772 0.635772 1.27154 2.54309 5.08617 10.1723 20.3447 40.6894 81.3788 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.414 x 7.243 at -7.561 degrees (North through East) ! Clean map min=-0.0013628 max=0.10064 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 J1835+2407_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:54:59 2019