! Started logfile: J0202+8115_S_2017_10_09_pus_uvs.log on Sun May 12 13:02:25 2019 obs J0202+8115_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J0202+8115_S_2017_10_09_pus_uva.fits ! AN table 1: 218 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.647808 visibilities/baseline/integration-bin. ! Found source: J0202+8115 ! ! 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 496 lines of history. ! ! Reading 20336 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 J0202+8115_S_2017_10_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 504 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 546 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 536 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1016 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.992428Jy sigma=0.008114 ! Fit after self-cal, rms=0.950889Jy sigma=0.007792 ! 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=3.121 mas, bmaj=3.863 mas, bpa=-25.34 degrees ! Estimated noise=1391.63 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.0386992 Jy ! Component: 100 - total flux cleaned = 0.0477117 Jy ! Total flux subtracted in 100 components = 0.0477117 Jy ! Clean residual min=-0.003721 max=0.004497 Jy/beam ! Clean residual mean=0.000000 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.0477117 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0477117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089080Jy sigma=0.000617 ! Fit after self-cal, rms=0.088021Jy sigma=0.000608 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00522396 Jy ! Component: 100 - total flux cleaned = 0.00784711 Jy ! Total flux subtracted in 100 components = 0.00784711 Jy ! Clean residual min=-0.004630 max=0.004483 Jy/beam ! Clean residual mean=0.000005 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.0555588 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.0555588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087586Jy sigma=0.000606 ! Fit after self-cal, rms=0.087542Jy sigma=0.000606 ! 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=4.059 mas, bmaj=5.063 mas, bpa=-31.98 degrees ! Estimated noise=749.056 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.00155477 Jy ! Component: 100 - total flux cleaned = 0.00198899 Jy ! Component: 150 - total flux cleaned = 0.00201224 Jy ! Component: 200 - total flux cleaned = 0.0020334 Jy ! Total flux subtracted in 200 components = 0.0020334 Jy ! Clean residual min=-0.003142 max=0.002701 Jy/beam ! Clean residual mean=0.000024 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.0575922 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 24 components and 0.0575922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087490Jy sigma=0.000606 ! Fit after self-cal, rms=0.087465Jy sigma=0.000606 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.06 HN 1.05 KP 1.01 ! LA 1.07 MK 1.05 NL 0.63 OV 1.00* ! PT 1.09 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.08 HN 1.06 KP 1.01 ! LA 1.01 MK 1.03 NL 1.00* OV 1.00* ! PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.08 KP 0.91 ! LA 0.86 MK 1.02 NL 0.84 OV 1.00* ! PT 1.01 ! ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.98 KP 1.00* ! LA 0.74 MK 0.98 NL 1.00* OV 1.00* ! PT 1.06 ! ! ! Fit before self-cal, rms=0.087465Jy sigma=0.000606 ! Fit after self-cal, rms=0.080843Jy sigma=0.000603 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.062 mas, bmaj=5.082 mas, bpa=-33.03 degrees ! Estimated noise=762.778 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.000411577 Jy ! Component: 100 - total flux cleaned = 0.000411803 Jy ! Component: 150 - total flux cleaned = 0.000395383 Jy ! Component: 200 - total flux cleaned = 0.000395408 Jy ! Total flux subtracted in 200 components = 0.000395408 Jy ! Clean residual min=-0.002306 max=0.002137 Jy/beam ! Clean residual mean=0.000024 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.0579877 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.0579877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080834Jy sigma=0.000603 ! Fit after self-cal, rms=0.080548Jy sigma=0.000602 ! 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.080548Jy sigma=0.000602 ! Fit after self-cal, rms=0.078198Jy sigma=0.000600 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.052 mas, bmaj=5.088 mas, bpa=-31.75 degrees ! Estimated noise=756.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.94718e-05 Jy ! Component: 100 - total flux cleaned = 4.22742e-05 Jy ! Component: 150 - total flux cleaned = 4.27566e-05 Jy ! Component: 200 - total flux cleaned = 4.85091e-05 Jy ! Total flux subtracted in 200 components = 4.85091e-05 Jy ! Clean residual min=-0.001647 max=0.001798 Jy/beam ! Clean residual mean=0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0580362 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.0580362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078197Jy sigma=0.000600 ! Fit after self-cal, rms=0.078180Jy sigma=0.000600 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 = 7.22069e-05 Jy ! Component: 100 - total flux cleaned = 9.09914e-05 Jy ! Component: 150 - total flux cleaned = 9.81641e-05 Jy ! Component: 200 - total flux cleaned = 0.000104933 Jy ! Total flux subtracted in 200 components = 0.000104933 Jy ! Clean residual min=-0.001591 max=0.001593 Jy/beam ! Clean residual mean=0.000004 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0581411 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.0581411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078178Jy sigma=0.000600 ! Fit after self-cal, rms=0.078178Jy sigma=0.000600 ! 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.078178Jy sigma=0.000600 ! Fit after self-cal, rms=0.078208Jy sigma=0.000600 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=5.081 mas, bpa=-31.35 degrees ! Estimated noise=755.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.12319e-05 Jy ! Component: 100 - total flux cleaned = 2.53529e-05 Jy ! Component: 150 - total flux cleaned = 3.11387e-05 Jy ! Component: 200 - total flux cleaned = 3.11256e-05 Jy ! Total flux subtracted in 200 components = 3.11256e-05 Jy ! Clean residual min=-0.001608 max=0.001546 Jy/beam ! Clean residual mean=0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0581722 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0581722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078207Jy sigma=0.000600 ! Fit after self-cal, rms=0.078225Jy sigma=0.000599 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.1116e-05 Jy ! Component: 100 - total flux cleaned = 2.09014e-06 Jy ! Component: 150 - total flux cleaned = 7.55198e-06 Jy ! Component: 200 - total flux cleaned = 1.2844e-05 Jy ! Total flux subtracted in 200 components = 1.2844e-05 Jy ! Clean residual min=-0.001624 max=0.001495 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.0581851 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.0581851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078224Jy sigma=0.000599 ! Fit after self-cal, rms=0.078225Jy sigma=0.000599 ! 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.078225Jy sigma=0.000599 ! Fit after self-cal, rms=0.078236Jy sigma=0.000599 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.281 mas, bmaj=10.93 mas, bpa=-25.44 degrees ! Estimated noise=947.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.13964e-05 Jy ! Component: 100 - total flux cleaned = 4.08241e-05 Jy ! Component: 150 - total flux cleaned = 3.58963e-05 Jy ! Component: 200 - total flux cleaned = 3.15421e-05 Jy ! Total flux subtracted in 200 components = 3.15421e-05 Jy ! Clean residual min=-0.001365 max=0.001472 Jy/beam ! Clean residual mean=0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0582166 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 42 components and 0.0582166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078236Jy sigma=0.000599 ! Fit after self-cal, rms=0.078252Jy sigma=0.000599 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.21153e-05 Jy ! Component: 100 - total flux cleaned = -2.75527e-05 Jy ! Component: 150 - total flux cleaned = -3.636e-05 Jy ! Component: 200 - total flux cleaned = -4.05056e-05 Jy ! Total flux subtracted in 200 components = -4.05056e-05 Jy ! Clean residual min=-0.001339 max=0.001484 Jy/beam ! Clean residual mean=0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0581761 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 42 components and 0.0581761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078253Jy sigma=0.000599 ! Fit after self-cal, rms=0.078253Jy sigma=0.000599 ! 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=4.045 mas, bmaj=5.079 mas, bpa=-31.3 degrees ! Estimated noise=754.405 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.045 x 5.079 at -31.3 degrees (North through East) ! Clean map min=-0.0015567 max=0.05264 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=3.117 mas, bmaj=3.921 mas, bpa=-23.78 degrees ! Estimated noise=1357.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.039763 Jy ! Component: 100 - total flux cleaned = 0.0490376 Jy ! Component: 150 - total flux cleaned = 0.0529021 Jy ! Component: 200 - total flux cleaned = 0.0550343 Jy ! Total flux subtracted in 200 components = 0.0550343 Jy ! Clean residual min=-0.003273 max=0.003187 Jy/beam ! Clean residual mean=-0.000001 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.0550343 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0550343 Jy ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=5.079 mas, bpa=-31.3 degrees ! Estimated noise=754.405 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.00214686 Jy ! Component: 100 - total flux cleaned = 0.00297797 Jy ! Component: 150 - total flux cleaned = 0.00313508 Jy ! Component: 200 - total flux cleaned = 0.00316708 Jy ! Total flux subtracted in 200 components = 0.00316708 Jy ! Clean residual min=-0.001716 max=0.001471 Jy/beam ! Clean residual mean=0.000002 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0582014 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.0582014 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=9.281 mas, bmaj=10.93 mas, bpa=-25.44 degrees ! Estimated noise=947.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.24227e-07 Jy ! Component: 100 - total flux cleaned = 1.21872e-06 Jy ! Component: 150 - total flux cleaned = 1.55647e-06 Jy ! Component: 200 - total flux cleaned = 1.42197e-06 Jy ! Total flux subtracted in 200 components = 1.42197e-06 Jy ! Clean residual min=-0.001342 max=0.001493 Jy/beam ! Clean residual mean=0.000004 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0582029 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.614e-06 Jy ! Component: 100 - total flux cleaned = -5.79727e-06 Jy ! Component: 150 - total flux cleaned = -1.06306e-05 Jy ! Component: 200 - total flux cleaned = -1.5212e-05 Jy ! Total flux subtracted in 200 components = -1.5212e-05 Jy ! Clean residual min=-0.001344 max=0.001491 Jy/beam ! Clean residual mean=0.000004 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0581876 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.0581876 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=5.079 mas, bpa=-31.3 degrees ! Estimated noise=754.405 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.94633e-06 Jy ! Component: 100 - total flux cleaned = 2.7987e-06 Jy ! Component: 150 - total flux cleaned = -2.2291e-05 Jy ! Component: 200 - total flux cleaned = -1.05407e-05 Jy ! Total flux subtracted in 200 components = -1.05407e-05 Jy ! Clean residual min=-0.001695 max=0.001482 Jy/beam ! Clean residual mean=0.000002 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0581771 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.0581771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078260Jy sigma=0.000599 ! Fit after self-cal, rms=0.078250Jy sigma=0.000599 wmodel J0202+8115_S_2017_10_09_pus_map.mod ! Writing 41 model components to file: J0202+8115_S_2017_10_09_pus_map.mod wobs J0202+8115_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J0202+8115_S_2017_10_09_pus_uvs.fits wwins J0202+8115_S_2017_10_09_pus_map.win ! wwins: Wrote 1 windows to J0202+8115_S_2017_10_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274908 Jy ! Component: 100 - total flux cleaned = -0.000195065 Jy ! Component: 150 - total flux cleaned = -0.00024493 Jy ! Component: 200 - total flux cleaned = -0.000244901 Jy ! Component: 250 - total flux cleaned = -0.000268122 Jy ! Component: 300 - total flux cleaned = -0.000246045 Jy ! Component: 350 - total flux cleaned = -0.000118069 Jy ! Component: 400 - total flux cleaned = -3.50828e-05 Jy ! Component: 450 - total flux cleaned = 0.000106682 Jy ! Component: 500 - total flux cleaned = 0.000145861 Jy ! Component: 550 - total flux cleaned = 0.000184674 Jy ! Component: 600 - total flux cleaned = 0.000261036 Jy ! Component: 650 - total flux cleaned = 0.000241994 Jy ! Component: 700 - total flux cleaned = 0.000187308 Jy ! Component: 750 - total flux cleaned = 0.000187581 Jy ! Component: 800 - total flux cleaned = 0.000240593 Jy ! Component: 850 - total flux cleaned = 0.000240652 Jy ! Component: 900 - total flux cleaned = 0.000257726 Jy ! Component: 950 - total flux cleaned = 0.000257323 Jy ! Component: 1000 - total flux cleaned = 0.000257296 Jy ! Component: 1050 - total flux cleaned = 0.00027377 Jy ! Component: 1100 - total flux cleaned = 0.000289942 Jy ! Component: 1150 - total flux cleaned = 0.000321871 Jy ! Component: 1200 - total flux cleaned = 0.000368805 Jy ! Component: 1250 - total flux cleaned = 0.000337749 Jy ! Component: 1300 - total flux cleaned = 0.000352918 Jy ! Component: 1350 - total flux cleaned = 0.000352999 Jy ! Component: 1400 - total flux cleaned = 0.00035293 Jy ! Component: 1450 - total flux cleaned = 0.000338147 Jy ! Component: 1500 - total flux cleaned = 0.000353041 Jy ! Component: 1550 - total flux cleaned = 0.000338687 Jy ! Component: 1600 - total flux cleaned = 0.000338736 Jy ! Component: 1650 - total flux cleaned = 0.000338785 Jy ! Component: 1700 - total flux cleaned = 0.000338875 Jy ! Component: 1750 - total flux cleaned = 0.000325157 Jy ! Component: 1800 - total flux cleaned = 0.000311617 Jy ! Component: 1850 - total flux cleaned = 0.000311907 Jy ! Component: 1900 - total flux cleaned = 0.000311724 Jy ! Component: 1950 - total flux cleaned = 0.000324941 Jy ! Component: 2000 - total flux cleaned = 0.000285815 Jy ! Component: 2050 - total flux cleaned = 0.000285981 Jy ! Component: 2100 - total flux cleaned = 0.000273204 Jy ! Component: 2150 - total flux cleaned = 0.000285828 Jy ! Component: 2200 - total flux cleaned = 0.000285903 Jy ! Component: 2250 - total flux cleaned = 0.000298282 Jy ! Component: 2300 - total flux cleaned = 0.000347651 Jy ! Component: 2350 - total flux cleaned = 0.000335411 Jy ! Component: 2400 - total flux cleaned = 0.000371867 Jy ! Component: 2450 - total flux cleaned = 0.00033567 Jy ! Component: 2500 - total flux cleaned = 0.000323803 Jy ! Component: 2550 - total flux cleaned = 0.000347658 Jy ! Component: 2600 - total flux cleaned = 0.000359405 Jy ! Component: 2650 - total flux cleaned = 0.0003593 Jy ! Component: 2700 - total flux cleaned = 0.000336304 Jy ! Component: 2750 - total flux cleaned = 0.000393748 Jy ! Component: 2800 - total flux cleaned = 0.000370827 Jy ! Component: 2850 - total flux cleaned = 0.000393384 Jy ! Component: 2900 - total flux cleaned = 0.000382115 Jy ! Component: 2950 - total flux cleaned = 0.000348739 Jy ! Component: 3000 - total flux cleaned = 0.000392939 Jy ! Component: 3050 - total flux cleaned = 0.000349154 Jy ! Component: 3100 - total flux cleaned = 0.000349198 Jy ! Component: 3150 - total flux cleaned = 0.000349217 Jy ! Component: 3200 - total flux cleaned = 0.000381434 Jy ! Component: 3250 - total flux cleaned = 0.000392234 Jy ! Component: 3300 - total flux cleaned = 0.000413299 Jy ! Component: 3350 - total flux cleaned = 0.000402733 Jy ! Component: 3400 - total flux cleaned = 0.000392242 Jy ! Component: 3450 - total flux cleaned = 0.000412941 Jy ! Component: 3500 - total flux cleaned = 0.000443721 Jy ! Component: 3550 - total flux cleaned = 0.000464134 Jy ! Component: 3600 - total flux cleaned = 0.000484384 Jy ! Component: 3650 - total flux cleaned = 0.000464164 Jy ! Component: 3700 - total flux cleaned = 0.000504321 Jy ! Component: 3750 - total flux cleaned = 0.000524293 Jy ! Component: 3800 - total flux cleaned = 0.000524336 Jy ! Component: 3850 - total flux cleaned = 0.00056369 Jy ! Component: 3900 - total flux cleaned = 0.000573468 Jy ! Component: 3950 - total flux cleaned = 0.000563807 Jy ! Component: 4000 - total flux cleaned = 0.00059288 Jy ! Component: 4050 - total flux cleaned = 0.000602461 Jy ! Total flux subtracted in 4096 components = 0.000621654 Jy ! Clean residual min=-0.000569 max=0.000593 Jy/beam ! Clean residual mean=-0.000002 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.0587988 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 318 components and 0.0587988 Jy ![Exited script file: muppet] wmap "J0202+8115_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.045 x 5.079 at -31.3 degrees (North through East) ! Clean map min=-0.00097773 max=0.052452 Jy/beam ! Writing clean map to FITS file: J0202+8115_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0524515 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00016154 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.923938 0.923938 1.84788 3.69575 7.39151 14.783 29.566 59.1321 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.052 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.045 x 5.079 at -31.3 degrees (North through East) ! Clean map min=-0.00097773 max=0.052452 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 J0202+8115_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:02:30 2019