! Started logfile: J0708+3455_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:41:27 2019 obs J0708+3455_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0708+3455_S_2017_05_31_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972515 visibilities/baseline/integration-bin. ! Found source: J0708+3455 ! ! 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 19956 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 J0708+3455_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 589 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.892815Jy sigma=0.008791 ! Fit after self-cal, rms=0.883678Jy sigma=0.008713 ! 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.923 mas, bmaj=5.353 mas, bpa=0.1681 degrees ! Estimated noise=988.663 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.0916247 Jy ! Component: 100 - total flux cleaned = 0.111844 Jy ! Total flux subtracted in 100 components = 0.111844 Jy ! Clean residual min=-0.003953 max=0.006493 Jy/beam ! Clean residual mean=0.000000 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.111844 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.111844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075375Jy sigma=0.000686 ! Fit after self-cal, rms=0.075368Jy sigma=0.000686 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00665681 Jy ! Component: 100 - total flux cleaned = 0.00998814 Jy ! Total flux subtracted in 100 components = 0.00998814 Jy ! Clean residual min=-0.003451 max=0.004547 Jy/beam ! Clean residual mean=-0.000001 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.121832 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.121832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074716Jy sigma=0.000680 ! Fit after self-cal, rms=0.074723Jy sigma=0.000680 ! 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.66 mas, bmaj=6.177 mas, bpa=-1.192 degrees ! Estimated noise=576.397 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 (-7, 30). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00602328 Jy ! Component: 100 - total flux cleaned = 0.00909784 Jy ! Component: 150 - total flux cleaned = 0.0112578 Jy ! Component: 200 - total flux cleaned = 0.0128992 Jy ! Total flux subtracted in 200 components = 0.0128992 Jy ! Clean residual min=-0.002318 max=0.002240 Jy/beam ! Clean residual mean=0.000004 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.134731 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.134731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074225Jy sigma=0.000675 ! Fit after self-cal, rms=0.074186Jy 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.99 FD 0.97 HN 0.95 KP 1.04 ! LA 0.98 MK 0.99 NL 0.86 OV 1.00 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.00 KP 0.97 ! LA 0.96 MK 1.01 NL 1.01 OV 1.14 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 0.97 KP 0.98 ! LA 0.99 MK 1.06 NL 1.03 OV 1.00 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.91 KP 1.00* ! LA 0.93 MK 1.26 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.074186Jy sigma=0.000675 ! Fit after self-cal, rms=0.074180Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.681 mas, bmaj=6.196 mas, bpa=-1.052 degrees ! Estimated noise=574.501 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.00123769 Jy ! Component: 100 - total flux cleaned = 0.00173384 Jy ! Component: 150 - total flux cleaned = 0.00214601 Jy ! Component: 200 - total flux cleaned = 0.0024515 Jy ! Total flux subtracted in 200 components = 0.0024515 Jy ! Clean residual min=-0.001945 max=0.001812 Jy/beam ! Clean residual mean=0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.137183 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 76 components and 0.137183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074141Jy sigma=0.000669 ! Fit after self-cal, rms=0.074152Jy sigma=0.000668 ! 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.074152Jy sigma=0.000668 ! Fit after self-cal, rms=0.072920Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=6.218 mas, bpa=-0.8976 degrees ! Estimated noise=573.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000587321 Jy ! Component: 100 - total flux cleaned = 0.000532839 Jy ! Component: 150 - total flux cleaned = 0.000487113 Jy ! Component: 200 - total flux cleaned = 0.000466057 Jy ! Total flux subtracted in 200 components = 0.000466057 Jy ! Clean residual min=-0.001230 max=0.001370 Jy/beam ! Clean residual mean=0.000000 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.137649 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.137649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072902Jy sigma=0.000662 ! Fit after self-cal, rms=0.072892Jy sigma=0.000661 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.88001e-05 Jy ! Component: 100 - total flux cleaned = 1.72441e-06 Jy ! Component: 150 - total flux cleaned = -1.47859e-05 Jy ! Component: 200 - total flux cleaned = -4.39277e-05 Jy ! Total flux subtracted in 200 components = -4.39277e-05 Jy ! Clean residual min=-0.001230 max=0.001390 Jy/beam ! Clean residual mean=0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.137605 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.137605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072884Jy sigma=0.000661 ! Fit after self-cal, rms=0.072884Jy sigma=0.000661 ! 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.072884Jy sigma=0.000661 ! Fit after self-cal, rms=0.072794Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=6.222 mas, bpa=-0.7933 degrees ! Estimated noise=572.891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.30864e-05 Jy ! Component: 100 - total flux cleaned = -0.000108463 Jy ! Component: 150 - total flux cleaned = -0.000137548 Jy ! Component: 200 - total flux cleaned = -0.000164273 Jy ! Total flux subtracted in 200 components = -0.000164273 Jy ! Clean residual min=-0.001217 max=0.001352 Jy/beam ! Clean residual mean=-0.000000 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.137441 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.137441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072788Jy sigma=0.000661 ! Fit after self-cal, rms=0.072785Jy sigma=0.000661 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.54171e-05 Jy ! Component: 100 - total flux cleaned = -2.97123e-06 Jy ! Component: 150 - total flux cleaned = -2.65623e-06 Jy ! Component: 200 - total flux cleaned = -1.40997e-05 Jy ! Total flux subtracted in 200 components = -1.40997e-05 Jy ! Clean residual min=-0.001204 max=0.001362 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.137427 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.137427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072781Jy sigma=0.000661 ! Fit after self-cal, rms=0.072781Jy sigma=0.000661 ! 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.072781Jy sigma=0.000661 ! Fit after self-cal, rms=0.072777Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.587 mas, bmaj=9.695 mas, bpa=-2.106 degrees ! Estimated noise=695.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109999 Jy ! Component: 100 - total flux cleaned = -0.000113895 Jy ! Component: 150 - total flux cleaned = -9.16366e-05 Jy ! Component: 200 - total flux cleaned = -8.22626e-05 Jy ! Total flux subtracted in 200 components = -8.22626e-05 Jy ! Clean residual min=-0.001353 max=0.001467 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.137344 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 116 components and 0.137344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072777Jy sigma=0.000661 ! Fit after self-cal, rms=0.072775Jy sigma=0.000661 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 = -3.04668e-05 Jy ! Component: 100 - total flux cleaned = -3.07372e-05 Jy ! Component: 150 - total flux cleaned = -3.08917e-05 Jy ! Component: 200 - total flux cleaned = -2.31626e-05 Jy ! Total flux subtracted in 200 components = -2.31626e-05 Jy ! Clean residual min=-0.001354 max=0.001462 Jy/beam ! Clean residual mean=-0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.137321 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 126 components and 0.137321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072774Jy sigma=0.000661 ! Fit after self-cal, rms=0.072775Jy sigma=0.000661 ! 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.665 mas, bmaj=6.223 mas, bpa=-0.7357 degrees ! Estimated noise=572.821 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.665 x 6.223 at -0.7357 degrees (North through East) ! Clean map min=-0.0012439 max=0.11771 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.931 mas, bmaj=5.399 mas, bpa=0.5797 degrees ! Estimated noise=983.077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0910323 Jy ! Component: 100 - total flux cleaned = 0.11104 Jy ! Component: 150 - total flux cleaned = 0.117935 Jy ! Component: 200 - total flux cleaned = 0.122225 Jy ! Total flux subtracted in 200 components = 0.122225 Jy ! Clean residual min=-0.003172 max=0.002686 Jy/beam ! Clean residual mean=-0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.122225 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.122225 Jy ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=6.223 mas, bpa=-0.7357 degrees ! Estimated noise=572.821 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.00428049 Jy ! Component: 100 - total flux cleaned = 0.00707369 Jy ! Component: 150 - total flux cleaned = 0.00905813 Jy ! Component: 200 - total flux cleaned = 0.0105671 Jy ! Total flux subtracted in 200 components = 0.0105671 Jy ! Clean residual min=-0.001309 max=0.001368 Jy/beam ! Clean residual mean=0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.132792 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 56 components and 0.132792 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.587 mas, bmaj=9.695 mas, bpa=-2.106 degrees ! Estimated noise=695.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179258 Jy ! Component: 100 - total flux cleaned = 0.00291909 Jy ! Component: 150 - total flux cleaned = 0.00367591 Jy ! Component: 200 - total flux cleaned = 0.00411223 Jy ! Total flux subtracted in 200 components = 0.00411223 Jy ! Clean residual min=-0.001308 max=0.001417 Jy/beam ! Clean residual mean=-0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.136905 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.000202132 Jy ! Component: 100 - total flux cleaned = 0.000341315 Jy ! Component: 150 - total flux cleaned = 0.000401157 Jy ! Component: 200 - total flux cleaned = 0.000443617 Jy ! Total flux subtracted in 200 components = 0.000443617 Jy ! Clean residual min=-0.001326 max=0.001436 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.137348 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 95 components and 0.137348 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=6.223 mas, bpa=-0.7357 degrees ! Estimated noise=572.821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160001 Jy ! Component: 100 - total flux cleaned = 0.000259345 Jy ! Component: 150 - total flux cleaned = 0.00023916 Jy ! Component: 200 - total flux cleaned = 0.000199905 Jy ! Total flux subtracted in 200 components = 0.000199905 Jy ! Clean residual min=-0.001276 max=0.001379 Jy/beam ! Clean residual mean=-0.000000 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.137548 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.137548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072798Jy sigma=0.000661 ! Fit after self-cal, rms=0.072792Jy sigma=0.000661 wmodel J0708+3455_S_2017_05_31_pus_map.mod ! Writing 109 model components to file: J0708+3455_S_2017_05_31_pus_map.mod wobs J0708+3455_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0708+3455_S_2017_05_31_pus_uvs.fits wwins J0708+3455_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J0708+3455_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.000517766 Jy ! Component: 100 - total flux cleaned = 0.000811953 Jy ! Component: 150 - total flux cleaned = 0.00109607 Jy ! Component: 200 - total flux cleaned = 0.00130774 Jy ! Component: 250 - total flux cleaned = 0.00141068 Jy ! Component: 300 - total flux cleaned = 0.00145098 Jy ! Component: 350 - total flux cleaned = 0.00156866 Jy ! Component: 400 - total flux cleaned = 0.00168388 Jy ! Component: 450 - total flux cleaned = 0.00175922 Jy ! Component: 500 - total flux cleaned = 0.00185185 Jy ! Component: 550 - total flux cleaned = 0.00197861 Jy ! Component: 600 - total flux cleaned = 0.00206708 Jy ! Component: 650 - total flux cleaned = 0.00210189 Jy ! Component: 700 - total flux cleaned = 0.00213618 Jy ! Component: 750 - total flux cleaned = 0.00211897 Jy ! Component: 800 - total flux cleaned = 0.00215261 Jy ! Component: 850 - total flux cleaned = 0.00216917 Jy ! Component: 900 - total flux cleaned = 0.00215282 Jy ! Component: 950 - total flux cleaned = 0.00213644 Jy ! Component: 1000 - total flux cleaned = 0.00218467 Jy ! Component: 1050 - total flux cleaned = 0.00215313 Jy ! Component: 1100 - total flux cleaned = 0.00216882 Jy ! Component: 1150 - total flux cleaned = 0.00215342 Jy ! Component: 1200 - total flux cleaned = 0.0021686 Jy ! Component: 1250 - total flux cleaned = 0.002138 Jy ! Component: 1300 - total flux cleaned = 0.00216794 Jy ! Component: 1350 - total flux cleaned = 0.00215285 Jy ! Component: 1400 - total flux cleaned = 0.00216758 Jy ! Component: 1450 - total flux cleaned = 0.0021677 Jy ! Component: 1500 - total flux cleaned = 0.00215342 Jy ! Component: 1550 - total flux cleaned = 0.00219631 Jy ! Component: 1600 - total flux cleaned = 0.00216811 Jy ! Component: 1650 - total flux cleaned = 0.00222425 Jy ! Component: 1700 - total flux cleaned = 0.00223827 Jy ! Component: 1750 - total flux cleaned = 0.00221065 Jy ! Component: 1800 - total flux cleaned = 0.00225166 Jy ! Component: 1850 - total flux cleaned = 0.00229228 Jy ! Component: 1900 - total flux cleaned = 0.00235942 Jy ! Component: 1950 - total flux cleaned = 0.00233279 Jy ! Component: 2000 - total flux cleaned = 0.0023329 Jy ! Component: 2050 - total flux cleaned = 0.00238548 Jy ! Component: 2100 - total flux cleaned = 0.00245064 Jy ! Component: 2150 - total flux cleaned = 0.00245064 Jy ! Component: 2200 - total flux cleaned = 0.00248898 Jy ! Component: 2250 - total flux cleaned = 0.00250167 Jy ! Component: 2300 - total flux cleaned = 0.00250148 Jy ! Component: 2350 - total flux cleaned = 0.00252646 Jy ! Component: 2400 - total flux cleaned = 0.00250144 Jy ! Component: 2450 - total flux cleaned = 0.00255124 Jy ! Component: 2500 - total flux cleaned = 0.00255113 Jy ! Component: 2550 - total flux cleaned = 0.00257554 Jy ! Component: 2600 - total flux cleaned = 0.00262394 Jy ! Component: 2650 - total flux cleaned = 0.00267204 Jy ! Component: 2700 - total flux cleaned = 0.00266001 Jy ! Component: 2750 - total flux cleaned = 0.00267183 Jy ! Component: 2800 - total flux cleaned = 0.00269546 Jy ! Component: 2850 - total flux cleaned = 0.0027654 Jy ! Component: 2900 - total flux cleaned = 0.00278855 Jy ! Component: 2950 - total flux cleaned = 0.00283455 Jy ! Component: 3000 - total flux cleaned = 0.00288004 Jy ! Component: 3050 - total flux cleaned = 0.00290276 Jy ! Component: 3100 - total flux cleaned = 0.0029364 Jy ! Component: 3150 - total flux cleaned = 0.00292524 Jy ! Component: 3200 - total flux cleaned = 0.00295862 Jy ! Component: 3250 - total flux cleaned = 0.00303586 Jy ! Component: 3300 - total flux cleaned = 0.00304672 Jy ! Component: 3350 - total flux cleaned = 0.00303578 Jy ! Component: 3400 - total flux cleaned = 0.003025 Jy ! Component: 3450 - total flux cleaned = 0.00310032 Jy ! Component: 3500 - total flux cleaned = 0.00313233 Jy ! Component: 3550 - total flux cleaned = 0.00313234 Jy ! Component: 3600 - total flux cleaned = 0.00322736 Jy ! Component: 3650 - total flux cleaned = 0.00322737 Jy ! Component: 3700 - total flux cleaned = 0.00322736 Jy ! Component: 3750 - total flux cleaned = 0.00326896 Jy ! Component: 3800 - total flux cleaned = 0.0033206 Jy ! Component: 3850 - total flux cleaned = 0.00332064 Jy ! Component: 3900 - total flux cleaned = 0.00335137 Jy ! Component: 3950 - total flux cleaned = 0.00339192 Jy ! Component: 4000 - total flux cleaned = 0.00341208 Jy ! Component: 4050 - total flux cleaned = 0.00342211 Jy ! Total flux subtracted in 4096 components = 0.00346211 Jy ! Clean residual min=-0.000699 max=0.000566 Jy/beam ! Clean residual mean=-0.000000 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.14101 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 387 components and 0.14101 Jy ![Exited script file: muppet] wmap "J0708+3455_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.665 x 6.223 at -0.7357 degrees (North through East) ! Clean map min=-0.00091375 max=0.11789 Jy/beam ! Writing clean map to FITS file: J0708+3455_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.117893 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000185087 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.470988 0.470988 0.941976 1.88395 3.76791 7.53581 15.0716 30.1432 60.2865 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.117 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.665 x 6.223 at -0.7357 degrees (North through East) ! Clean map min=-0.00091375 max=0.11789 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 J0708+3455_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:41:33 2019