! Started logfile: J0955+6903_S_2017_02_19_pus_uvs.log on Sat May 4 18:48:00 2019 obs J0955+6903_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0955+6903_S_2017_02_19_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.719204 visibilities/baseline/integration-bin. ! Found source: J0955+6903 ! ! 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 482 lines of history. ! ! Reading 22396 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 J0955+6903_S_2017_02_19_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 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 255 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 836 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919634Jy sigma=0.008001 ! Fit after self-cal, rms=0.911910Jy sigma=0.007936 ! 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.947 mas, bmaj=4.372 mas, bpa=-86.45 degrees ! Estimated noise=1109.31 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.068255 Jy ! Component: 100 - total flux cleaned = 0.0864086 Jy ! Total flux subtracted in 100 components = 0.0864086 Jy ! Clean residual min=-0.003962 max=0.007188 Jy/beam ! Clean residual mean=-0.000002 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.0864085 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0864085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082321Jy sigma=0.000670 ! Fit after self-cal, rms=0.082280Jy sigma=0.000670 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00780005 Jy ! Component: 100 - total flux cleaned = 0.011852 Jy ! Total flux subtracted in 100 components = 0.011852 Jy ! Clean residual min=-0.003520 max=0.003387 Jy/beam ! Clean residual mean=-0.000004 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.0982605 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.0982605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081423Jy sigma=0.000665 ! Fit after self-cal, rms=0.081393Jy sigma=0.000664 ! 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.648 mas, bmaj=5.062 mas, bpa=-86.47 degrees ! Estimated noise=602.798 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.0028468 Jy ! Component: 100 - total flux cleaned = 0.0040817 Jy ! Component: 150 - total flux cleaned = 0.00482532 Jy ! Component: 200 - total flux cleaned = 0.00501678 Jy ! Total flux subtracted in 200 components = 0.00501678 Jy ! Clean residual min=-0.002286 max=0.002096 Jy/beam ! Clean residual mean=-0.000004 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.103277 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.103277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081264Jy sigma=0.000664 ! Fit after self-cal, rms=0.081251Jy sigma=0.000664 ! 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 1.00 HN 1.03 KP 1.03 ! LA 1.05 MK 1.05 NL 0.87 OV 1.02 ! PT 1.00* SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.04 KP 0.99 ! LA 0.99 MK 1.03 NL 1.06 OV 1.07 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.09 HN 1.02 KP 0.84 ! LA 0.78 MK 1.05 NL 1.09 OV 1.00 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.06 HN 0.94 KP 1.00* ! LA 0.87 MK 1.06 NL 1.00* OV 0.99 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.081251Jy sigma=0.000664 ! Fit after self-cal, rms=0.078606Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=5.055 mas, bpa=-86.9 degrees ! Estimated noise=604.508 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.000162594 Jy ! Component: 100 - total flux cleaned = 7.02853e-05 Jy ! Component: 150 - total flux cleaned = 3.15481e-05 Jy ! Component: 200 - total flux cleaned = 2.02117e-05 Jy ! Total flux subtracted in 200 components = 2.02117e-05 Jy ! Clean residual min=-0.001776 max=0.002092 Jy/beam ! Clean residual mean=-0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.103297 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.103297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078598Jy sigma=0.000658 ! Fit after self-cal, rms=0.078547Jy sigma=0.000658 ! 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.078547Jy sigma=0.000658 ! Fit after self-cal, rms=0.078524Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=5.05 mas, bpa=-86.61 degrees ! Estimated noise=604.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.05826e-06 Jy ! Component: 100 - total flux cleaned = 7.64077e-06 Jy ! Component: 150 - total flux cleaned = 7.5348e-06 Jy ! Component: 200 - total flux cleaned = -1.90824e-06 Jy ! Total flux subtracted in 200 components = -1.90824e-06 Jy ! Clean residual min=-0.001505 max=0.001602 Jy/beam ! Clean residual mean=0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.103296 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 43 components and 0.103296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078519Jy sigma=0.000657 ! Fit after self-cal, rms=0.078524Jy sigma=0.000657 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.1122e-05 Jy ! Component: 100 - total flux cleaned = -2.1909e-05 Jy ! Component: 150 - total flux cleaned = -2.21212e-05 Jy ! Component: 200 - total flux cleaned = -2.96008e-05 Jy ! Total flux subtracted in 200 components = -2.96008e-05 Jy ! Clean residual min=-0.001501 max=0.001618 Jy/beam ! Clean residual mean=0.000000 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.103266 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.103266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078521Jy sigma=0.000657 ! Fit after self-cal, rms=0.078521Jy sigma=0.000657 ! 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.078521Jy sigma=0.000657 ! Fit after self-cal, rms=0.078686Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.663 mas, bmaj=5.045 mas, bpa=-86.62 degrees ! Estimated noise=604.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164683 Jy ! Component: 100 - total flux cleaned = 0.000211544 Jy ! Component: 150 - total flux cleaned = 0.000219582 Jy ! Component: 200 - total flux cleaned = 0.000213571 Jy ! Total flux subtracted in 200 components = 0.000213571 Jy ! Clean residual min=-0.001470 max=0.001571 Jy/beam ! Clean residual mean=0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.10348 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.10348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078683Jy sigma=0.000657 ! Fit after self-cal, rms=0.078685Jy sigma=0.000657 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 = -2.27606e-05 Jy ! Component: 100 - total flux cleaned = -7.90011e-06 Jy ! Component: 150 - total flux cleaned = -1.39617e-05 Jy ! Component: 200 - total flux cleaned = -1.91685e-05 Jy ! Total flux subtracted in 200 components = -1.91685e-05 Jy ! Clean residual min=-0.001478 max=0.001570 Jy/beam ! Clean residual mean=0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.10346 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.10346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078683Jy sigma=0.000657 ! Fit after self-cal, rms=0.078683Jy sigma=0.000657 ! 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.078683Jy sigma=0.000657 ! Fit after self-cal, rms=0.078806Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.34 mas, bmaj=8.605 mas, bpa=80.11 degrees ! Estimated noise=780.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.0039e-05 Jy ! Component: 100 - total flux cleaned = -9.76894e-05 Jy ! Component: 150 - total flux cleaned = -0.000119503 Jy ! Component: 200 - total flux cleaned = -0.000133032 Jy ! Total flux subtracted in 200 components = -0.000133032 Jy ! Clean residual min=-0.001733 max=0.001700 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.103327 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 52 components and 0.103327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078806Jy sigma=0.000657 ! Fit after self-cal, rms=0.078807Jy sigma=0.000657 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.1135e-05 Jy ! Component: 100 - total flux cleaned = -2.23452e-05 Jy ! Component: 150 - total flux cleaned = -3.78577e-05 Jy ! Component: 200 - total flux cleaned = -4.74117e-05 Jy ! Total flux subtracted in 200 components = -4.74117e-05 Jy ! Clean residual min=-0.001741 max=0.001696 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.10328 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 54 components and 0.10328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078808Jy sigma=0.000657 ! Fit after self-cal, rms=0.078808Jy sigma=0.000657 ! 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.661 mas, bmaj=5.042 mas, bpa=-86.62 degrees ! Estimated noise=605.77 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 5.042 at -86.62 degrees (North through East) ! Clean map min=-0.0014601 max=0.088669 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.955 mas, bmaj=4.348 mas, bpa=-86.43 degrees ! Estimated noise=1110.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0680365 Jy ! Component: 100 - total flux cleaned = 0.0870366 Jy ! Component: 150 - total flux cleaned = 0.0949857 Jy ! Component: 200 - total flux cleaned = 0.0992162 Jy ! Total flux subtracted in 200 components = 0.0992162 Jy ! Clean residual min=-0.002891 max=0.003076 Jy/beam ! Clean residual mean=0.000001 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0992163 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0992163 Jy ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=5.042 mas, bpa=-86.62 degrees ! Estimated noise=605.77 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) ! Added new window around map position (4, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283294 Jy ! Component: 100 - total flux cleaned = 0.00398442 Jy ! Component: 150 - total flux cleaned = 0.00414541 Jy ! Component: 200 - total flux cleaned = 0.00421409 Jy ! Total flux subtracted in 200 components = 0.00421409 Jy ! Clean residual min=-0.001621 max=0.001560 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.10343 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 44 components and 0.10343 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.34 mas, bmaj=8.605 mas, bpa=80.11 degrees ! Estimated noise=780.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000188682 Jy ! Component: 100 - total flux cleaned = 0.000277644 Jy ! Component: 150 - total flux cleaned = 0.000249571 Jy ! Component: 200 - total flux cleaned = 0.000237318 Jy ! Total flux subtracted in 200 components = 0.000237318 Jy ! Clean residual min=-0.001751 max=0.001722 Jy/beam ! Clean residual mean=0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.103668 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 = -3.03528e-05 Jy ! Component: 100 - total flux cleaned = -5.66934e-05 Jy ! Component: 150 - total flux cleaned = -6.52064e-05 Jy ! Component: 200 - total flux cleaned = -6.53292e-05 Jy ! Total flux subtracted in 200 components = -6.53292e-05 Jy ! Clean residual min=-0.001719 max=0.001719 Jy/beam ! Clean residual mean=0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.103602 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 68 components and 0.103602 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=5.042 mas, bpa=-86.62 degrees ! Estimated noise=605.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000141994 Jy ! Component: 100 - total flux cleaned = -0.000140881 Jy ! Component: 150 - total flux cleaned = -0.000140646 Jy ! Component: 200 - total flux cleaned = -0.000140652 Jy ! Total flux subtracted in 200 components = -0.000140652 Jy ! Clean residual min=-0.001501 max=0.001535 Jy/beam ! Clean residual mean=0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.103462 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.103462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078792Jy sigma=0.000657 ! Fit after self-cal, rms=0.078784Jy sigma=0.000657 wmodel J0955+6903_S_2017_02_19_pus_map.mod ! Writing 83 model components to file: J0955+6903_S_2017_02_19_pus_map.mod wobs J0955+6903_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0955+6903_S_2017_02_19_pus_uvs.fits wwins J0955+6903_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J0955+6903_S_2017_02_19_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.000137266 Jy ! Component: 100 - total flux cleaned = -0.000136788 Jy ! Component: 150 - total flux cleaned = -6.13572e-05 Jy ! Component: 200 - total flux cleaned = 0.000107462 Jy ! Component: 250 - total flux cleaned = 0.000200889 Jy ! Component: 300 - total flux cleaned = 0.0003373 Jy ! Component: 350 - total flux cleaned = 0.000425757 Jy ! Component: 400 - total flux cleaned = 0.000532912 Jy ! Component: 450 - total flux cleaned = 0.000533027 Jy ! Component: 500 - total flux cleaned = 0.000614972 Jy ! Component: 550 - total flux cleaned = 0.000614706 Jy ! Component: 600 - total flux cleaned = 0.000654106 Jy ! Component: 650 - total flux cleaned = 0.000654279 Jy ! Component: 700 - total flux cleaned = 0.000749773 Jy ! Component: 750 - total flux cleaned = 0.000787099 Jy ! Component: 800 - total flux cleaned = 0.000824074 Jy ! Component: 850 - total flux cleaned = 0.000878813 Jy ! Component: 900 - total flux cleaned = 0.000950646 Jy ! Component: 950 - total flux cleaned = 0.000985916 Jy ! Component: 1000 - total flux cleaned = 0.00105584 Jy ! Component: 1050 - total flux cleaned = 0.00107311 Jy ! Component: 1100 - total flux cleaned = 0.00110745 Jy ! Component: 1150 - total flux cleaned = 0.00119155 Jy ! Component: 1200 - total flux cleaned = 0.00124125 Jy ! Component: 1250 - total flux cleaned = 0.00127403 Jy ! Component: 1300 - total flux cleaned = 0.0013391 Jy ! Component: 1350 - total flux cleaned = 0.0013549 Jy ! Component: 1400 - total flux cleaned = 0.00141813 Jy ! Component: 1450 - total flux cleaned = 0.00140262 Jy ! Component: 1500 - total flux cleaned = 0.00146438 Jy ! Component: 1550 - total flux cleaned = 0.00147962 Jy ! Component: 1600 - total flux cleaned = 0.00149464 Jy ! Component: 1650 - total flux cleaned = 0.00153948 Jy ! Component: 1700 - total flux cleaned = 0.00158385 Jy ! Component: 1750 - total flux cleaned = 0.00164228 Jy ! Component: 1800 - total flux cleaned = 0.00170016 Jy ! Component: 1850 - total flux cleaned = 0.00171455 Jy ! Component: 1900 - total flux cleaned = 0.00175731 Jy ! Component: 1950 - total flux cleaned = 0.00184151 Jy ! Component: 2000 - total flux cleaned = 0.00188315 Jy ! Component: 2050 - total flux cleaned = 0.00191076 Jy ! Component: 2100 - total flux cleaned = 0.00191103 Jy ! Component: 2150 - total flux cleaned = 0.00193799 Jy ! Component: 2200 - total flux cleaned = 0.00205886 Jy ! Component: 2250 - total flux cleaned = 0.00203222 Jy ! Component: 2300 - total flux cleaned = 0.0021377 Jy ! Component: 2350 - total flux cleaned = 0.0021506 Jy ! Component: 2400 - total flux cleaned = 0.00217637 Jy ! Component: 2450 - total flux cleaned = 0.00218921 Jy ! Component: 2500 - total flux cleaned = 0.00224011 Jy ! Component: 2550 - total flux cleaned = 0.00222768 Jy ! Component: 2600 - total flux cleaned = 0.00226532 Jy ! Component: 2650 - total flux cleaned = 0.00237724 Jy ! Component: 2700 - total flux cleaned = 0.00235253 Jy ! Component: 2750 - total flux cleaned = 0.00238912 Jy ! Component: 2800 - total flux cleaned = 0.00242557 Jy ! Component: 2850 - total flux cleaned = 0.00246179 Jy ! Component: 2900 - total flux cleaned = 0.00248562 Jy ! Component: 2950 - total flux cleaned = 0.00246179 Jy ! Component: 3000 - total flux cleaned = 0.00249702 Jy ! Component: 3050 - total flux cleaned = 0.00245049 Jy ! Component: 3100 - total flux cleaned = 0.00250844 Jy ! Component: 3150 - total flux cleaned = 0.0025199 Jy ! Component: 3200 - total flux cleaned = 0.00251978 Jy ! Component: 3250 - total flux cleaned = 0.00249701 Jy ! Component: 3300 - total flux cleaned = 0.0025195 Jy ! Component: 3350 - total flux cleaned = 0.00248605 Jy ! Component: 3400 - total flux cleaned = 0.00250826 Jy ! Component: 3450 - total flux cleaned = 0.00246415 Jy ! Component: 3500 - total flux cleaned = 0.00251884 Jy ! Component: 3550 - total flux cleaned = 0.00247547 Jy ! Component: 3600 - total flux cleaned = 0.00248635 Jy ! Component: 3650 - total flux cleaned = 0.00246491 Jy ! Component: 3700 - total flux cleaned = 0.00244367 Jy ! Component: 3750 - total flux cleaned = 0.00245426 Jy ! Component: 3800 - total flux cleaned = 0.00244376 Jy ! Component: 3850 - total flux cleaned = 0.00247508 Jy ! Component: 3900 - total flux cleaned = 0.00252694 Jy ! Component: 3950 - total flux cleaned = 0.00248569 Jy ! Component: 4000 - total flux cleaned = 0.00249584 Jy ! Component: 4050 - total flux cleaned = 0.00245513 Jy ! Total flux subtracted in 4096 components = 0.00251586 Jy ! Clean residual min=-0.000647 max=0.000596 Jy/beam ! Clean residual mean=0.000001 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.105978 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 367 components and 0.105978 Jy ![Exited script file: muppet] wmap "J0955+6903_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 5.042 at -86.62 degrees (North through East) ! Clean map min=-0.0011058 max=0.088524 Jy/beam ! Writing clean map to FITS file: J0955+6903_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0885237 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179232 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.607403 0.607403 1.21481 2.42961 4.85922 9.71845 19.4369 38.8738 77.7476 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.088 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.661 x 5.042 at -86.62 degrees (North through East) ! Clean map min=-0.0011058 max=0.088524 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 J0955+6903_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:48:05 2019