! Started logfile: J0009+7724_S_2017_06_10_pus_uvs.log on Mon May 6 14:39:01 2019 obs J0009+7724_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0009+7724_S_2017_06_10_pus_uva.fits ! AN table 1: 312 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.984972 visibilities/baseline/integration-bin. ! Found source: J0009+7724 ! ! 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 1154 lines of history. ! ! Reading 55316 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 J0009+7724_S_2017_06_10_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1616 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998685Jy sigma=0.009827 ! Fit after self-cal, rms=0.964567Jy sigma=0.009500 ! 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.078 mas, bmaj=3.523 mas, bpa=-4.051 degrees ! Estimated noise=668.711 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.0295015 Jy ! Component: 100 - total flux cleaned = 0.0359812 Jy ! Total flux subtracted in 100 components = 0.0359812 Jy ! Clean residual min=-0.001939 max=0.002376 Jy/beam ! Clean residual mean=0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0359813 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0359813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071543Jy sigma=0.000677 ! Fit after self-cal, rms=0.070110Jy sigma=0.000662 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038846 Jy ! Component: 100 - total flux cleaned = 0.00407592 Jy ! Total flux subtracted in 100 components = 0.00407592 Jy ! Clean residual min=-0.002031 max=0.002066 Jy/beam ! Clean residual mean=0.000002 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0400572 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0400572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069931Jy sigma=0.000661 ! Fit after self-cal, rms=0.069919Jy sigma=0.000661 ! 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.9 mas, bmaj=4.361 mas, bpa=-5.781 degrees ! Estimated noise=345.932 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.00052599 Jy ! Component: 100 - total flux cleaned = 0.000549823 Jy ! Component: 150 - total flux cleaned = 0.000550207 Jy ! Component: 200 - total flux cleaned = 0.000539111 Jy ! Total flux subtracted in 200 components = 0.000539111 Jy ! Clean residual min=-0.001327 max=0.001360 Jy/beam ! Clean residual mean=0.000006 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.0405963 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.0405963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069906Jy sigma=0.000661 ! Fit after self-cal, rms=0.069902Jy sigma=0.000661 ! 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.04 FD 0.97 HN 1.03 KP 0.99 ! LA 0.92 MK 1.04 NL 0.94 OV 1.06 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.04 KP 1.01 ! LA 0.96 MK 1.00 NL 1.04 OV 1.16 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.06 HN 1.04 KP 0.96 ! LA 0.96 MK 1.00 NL 0.99 OV 0.99 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 0.93 KP 1.00* ! LA 0.92 MK 0.83 NL 1.00* OV 1.00* ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.069902Jy sigma=0.000661 ! Fit after self-cal, rms=0.069289Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=4.326 mas, bpa=-5.861 degrees ! Estimated noise=345.191 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.000402676 Jy ! Component: 100 - total flux cleaned = 0.000446047 Jy ! Component: 150 - total flux cleaned = 0.000437601 Jy ! Component: 200 - total flux cleaned = 0.000429938 Jy ! Total flux subtracted in 200 components = 0.000429938 Jy ! Clean residual min=-0.001227 max=0.001208 Jy/beam ! Clean residual mean=0.000007 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.0410262 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.0410262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069286Jy sigma=0.000660 ! Fit after self-cal, rms=0.069249Jy sigma=0.000660 ! Inverting map ! Added new window around map position (73, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000913334 Jy ! Component: 100 - total flux cleaned = 0.000859069 Jy ! Component: 150 - total flux cleaned = 0.00082833 Jy ! Component: 200 - total flux cleaned = 0.000785496 Jy ! Total flux subtracted in 200 components = 0.000785496 Jy ! Clean residual min=-0.001148 max=0.001194 Jy/beam ! Clean residual mean=0.000006 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.0418117 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.0418117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069233Jy sigma=0.000659 ! Fit after self-cal, rms=0.069226Jy sigma=0.000659 ! 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.069226Jy sigma=0.000659 ! Fit after self-cal, rms=0.068965Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.864 mas, bmaj=4.305 mas, bpa=-4.219 degrees ! Estimated noise=345.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170829 Jy ! Component: 100 - total flux cleaned = 0.000218678 Jy ! Component: 150 - total flux cleaned = 0.000246303 Jy ! Component: 200 - total flux cleaned = 0.000283796 Jy ! Total flux subtracted in 200 components = 0.000283796 Jy ! Clean residual min=-0.001064 max=0.000997 Jy/beam ! Clean residual mean=0.000005 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0420955 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.0420955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068958Jy sigma=0.000659 ! Fit after self-cal, rms=0.068970Jy sigma=0.000659 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000107192 Jy ! Component: 100 - total flux cleaned = 9.37835e-05 Jy ! Component: 150 - total flux cleaned = 9.33687e-05 Jy ! Component: 200 - total flux cleaned = 0.000115614 Jy ! Total flux subtracted in 200 components = 0.000115614 Jy ! Clean residual min=-0.001053 max=0.001013 Jy/beam ! Clean residual mean=0.000005 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.0422111 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 47 components and 0.0422111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068965Jy sigma=0.000658 ! Fit after self-cal, rms=0.068965Jy sigma=0.000658 ! 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.068965Jy sigma=0.000658 ! Fit after self-cal, rms=0.069248Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=4.297 mas, bpa=-3.111 degrees ! Estimated noise=345.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176664 Jy ! Component: 100 - total flux cleaned = 0.000176952 Jy ! Component: 150 - total flux cleaned = 0.000199981 Jy ! Component: 200 - total flux cleaned = 0.000211062 Jy ! Total flux subtracted in 200 components = 0.000211062 Jy ! Clean residual min=-0.001038 max=0.000956 Jy/beam ! Clean residual mean=0.000005 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0424222 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 50 components and 0.0424222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069244Jy sigma=0.000658 ! Fit after self-cal, rms=0.069252Jy sigma=0.000658 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.04574e-05 Jy ! Component: 100 - total flux cleaned = -3.07895e-05 Jy ! Component: 150 - total flux cleaned = -9.97132e-06 Jy ! Component: 200 - total flux cleaned = 9.35673e-06 Jy ! Total flux subtracted in 200 components = 9.35673e-06 Jy ! Clean residual min=-0.001032 max=0.000979 Jy/beam ! Clean residual mean=0.000005 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0424316 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 55 components and 0.0424315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069249Jy sigma=0.000658 ! Fit after self-cal, rms=0.069248Jy sigma=0.000658 ! 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.069248Jy sigma=0.000658 ! Fit after self-cal, rms=0.069416Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.593 mas, bmaj=8.715 mas, bpa=-0.9129 degrees ! Estimated noise=448.223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422427 Jy ! Component: 100 - total flux cleaned = 0.000509787 Jy ! Component: 150 - total flux cleaned = 0.000548125 Jy ! Component: 200 - total flux cleaned = 0.000581354 Jy ! Total flux subtracted in 200 components = 0.000581354 Jy ! Clean residual min=-0.001176 max=0.001208 Jy/beam ! Clean residual mean=0.000012 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0430129 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.0430129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069415Jy sigma=0.000658 ! Fit after self-cal, rms=0.069420Jy sigma=0.000658 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 = 9.7069e-05 Jy ! Component: 100 - total flux cleaned = 0.000130257 Jy ! Component: 150 - total flux cleaned = 0.000135983 Jy ! Component: 200 - total flux cleaned = 0.000145734 Jy ! Total flux subtracted in 200 components = 0.000145734 Jy ! Clean residual min=-0.001173 max=0.001221 Jy/beam ! Clean residual mean=0.000012 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0431586 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.0431586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069420Jy sigma=0.000658 ! Fit after self-cal, rms=0.069421Jy sigma=0.000658 ! 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.858 mas, bmaj=4.289 mas, bpa=-2.367 degrees ! Estimated noise=346.306 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.858 x 4.289 at -2.367 degrees (North through East) ! Clean map min=-0.0011152 max=0.04046 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.049 mas, bmaj=3.469 mas, bpa=0.9727 degrees ! Estimated noise=658.603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0314221 Jy ! Component: 100 - total flux cleaned = 0.0383881 Jy ! Component: 150 - total flux cleaned = 0.0409403 Jy ! Component: 200 - total flux cleaned = 0.0419384 Jy ! Total flux subtracted in 200 components = 0.0419384 Jy ! Clean residual min=-0.001772 max=0.001979 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.0419384 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0419384 Jy ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=4.289 mas, bpa=-2.367 degrees ! Estimated noise=346.306 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.00104016 Jy ! Component: 100 - total flux cleaned = 0.000963116 Jy ! Component: 150 - total flux cleaned = 0.00086624 Jy ! Component: 200 - total flux cleaned = 0.000812059 Jy ! Total flux subtracted in 200 components = 0.000812059 Jy ! Clean residual min=-0.001094 max=0.001019 Jy/beam ! Clean residual mean=0.000005 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.0427505 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 25 components and 0.0427505 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=8.593 mas, bmaj=8.715 mas, bpa=-0.9129 degrees ! Estimated noise=448.223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028956 Jy ! Component: 100 - total flux cleaned = 0.000391559 Jy ! Component: 150 - total flux cleaned = 0.000433809 Jy ! Component: 200 - total flux cleaned = 0.000461787 Jy ! Total flux subtracted in 200 components = 0.000461787 Jy ! Clean residual min=-0.001185 max=0.001213 Jy/beam ! Clean residual mean=0.000012 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.0432122 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 = 8.63054e-06 Jy ! Component: 100 - total flux cleaned = 2.50161e-05 Jy ! Component: 150 - total flux cleaned = 3.95875e-05 Jy ! Component: 200 - total flux cleaned = 5.30417e-05 Jy ! Total flux subtracted in 200 components = 5.30417e-05 Jy ! Clean residual min=-0.001189 max=0.001211 Jy/beam ! Clean residual mean=0.000012 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.0432653 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.0432653 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=4.289 mas, bpa=-2.367 degrees ! Estimated noise=346.306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.22128e-05 Jy ! Component: 100 - total flux cleaned = -0.000180264 Jy ! Component: 150 - total flux cleaned = -0.000196883 Jy ! Component: 200 - total flux cleaned = -0.000183058 Jy ! Total flux subtracted in 200 components = -0.000183058 Jy ! Clean residual min=-0.001035 max=0.000963 Jy/beam ! Clean residual mean=0.000005 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.0430822 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.0430822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069427Jy sigma=0.000658 ! Fit after self-cal, rms=0.069429Jy sigma=0.000658 wmodel J0009+7724_S_2017_06_10_pus_map.mod ! Writing 49 model components to file: J0009+7724_S_2017_06_10_pus_map.mod wobs J0009+7724_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0009+7724_S_2017_06_10_pus_uvs.fits wwins J0009+7724_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0009+7724_S_2017_06_10_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 = -2.7127e-05 Jy ! Component: 100 - total flux cleaned = 4.77972e-06 Jy ! Component: 150 - total flux cleaned = 5.14562e-05 Jy ! Component: 200 - total flux cleaned = 6.6369e-05 Jy ! Component: 250 - total flux cleaned = 8.05466e-05 Jy ! Component: 300 - total flux cleaned = 0.000122469 Jy ! Component: 350 - total flux cleaned = 0.000149765 Jy ! Component: 400 - total flux cleaned = 0.000190045 Jy ! Component: 450 - total flux cleaned = 0.000255855 Jy ! Component: 500 - total flux cleaned = 0.000307355 Jy ! Component: 550 - total flux cleaned = 0.000358054 Jy ! Component: 600 - total flux cleaned = 0.000432913 Jy ! Component: 650 - total flux cleaned = 0.000457298 Jy ! Component: 700 - total flux cleaned = 0.000457306 Jy ! Component: 750 - total flux cleaned = 0.000481338 Jy ! Component: 800 - total flux cleaned = 0.000505031 Jy ! Component: 850 - total flux cleaned = 0.000505183 Jy ! Component: 900 - total flux cleaned = 0.000551456 Jy ! Component: 950 - total flux cleaned = 0.000551506 Jy ! Component: 1000 - total flux cleaned = 0.000574318 Jy ! Component: 1050 - total flux cleaned = 0.000585446 Jy ! Component: 1100 - total flux cleaned = 0.000607415 Jy ! Component: 1150 - total flux cleaned = 0.000662013 Jy ! Component: 1200 - total flux cleaned = 0.000629416 Jy ! Component: 1250 - total flux cleaned = 0.000629497 Jy ! Component: 1300 - total flux cleaned = 0.000672047 Jy ! Component: 1350 - total flux cleaned = 0.000682469 Jy ! Component: 1400 - total flux cleaned = 0.000672196 Jy ! Component: 1450 - total flux cleaned = 0.000775576 Jy ! Component: 1500 - total flux cleaned = 0.00074479 Jy ! Component: 1550 - total flux cleaned = 0.000754827 Jy ! Component: 1600 - total flux cleaned = 0.000815275 Jy ! Component: 1650 - total flux cleaned = 0.000825173 Jy ! Component: 1700 - total flux cleaned = 0.000805424 Jy ! Component: 1750 - total flux cleaned = 0.000834879 Jy ! Component: 1800 - total flux cleaned = 0.000854241 Jy ! Component: 1850 - total flux cleaned = 0.00084459 Jy ! Component: 1900 - total flux cleaned = 0.00084473 Jy ! Component: 1950 - total flux cleaned = 0.000873376 Jy ! Component: 2000 - total flux cleaned = 0.000873441 Jy ! Component: 2050 - total flux cleaned = 0.000882765 Jy ! Component: 2100 - total flux cleaned = 0.000892129 Jy ! Component: 2150 - total flux cleaned = 0.000892227 Jy ! Component: 2200 - total flux cleaned = 0.000910652 Jy ! Component: 2250 - total flux cleaned = 0.000919754 Jy ! Component: 2300 - total flux cleaned = 0.000910735 Jy ! Component: 2350 - total flux cleaned = 0.00091972 Jy ! Component: 2400 - total flux cleaned = 0.000955356 Jy ! Component: 2450 - total flux cleaned = 0.000928874 Jy ! Component: 2500 - total flux cleaned = 0.000999049 Jy ! Component: 2550 - total flux cleaned = 0.000946595 Jy ! Component: 2600 - total flux cleaned = 0.000937941 Jy ! Component: 2650 - total flux cleaned = 0.000946602 Jy ! Component: 2700 - total flux cleaned = 0.000946613 Jy ! Component: 2750 - total flux cleaned = 0.000963574 Jy ! Component: 2800 - total flux cleaned = 0.000971962 Jy ! Component: 2850 - total flux cleaned = 0.00101401 Jy ! Component: 2900 - total flux cleaned = 0.00101396 Jy ! Component: 2950 - total flux cleaned = 0.00103056 Jy ! Component: 3000 - total flux cleaned = 0.0010636 Jy ! Component: 3050 - total flux cleaned = 0.00104723 Jy ! Component: 3100 - total flux cleaned = 0.00106358 Jy ! Component: 3150 - total flux cleaned = 0.00104732 Jy ! Component: 3200 - total flux cleaned = 0.0010716 Jy ! Component: 3250 - total flux cleaned = 0.00108762 Jy ! Component: 3300 - total flux cleaned = 0.00107961 Jy ! Component: 3350 - total flux cleaned = 0.00107954 Jy ! Component: 3400 - total flux cleaned = 0.00112687 Jy ! Component: 3450 - total flux cleaned = 0.00110321 Jy ! Component: 3500 - total flux cleaned = 0.00108766 Jy ! Component: 3550 - total flux cleaned = 0.00113426 Jy ! Component: 3600 - total flux cleaned = 0.0011651 Jy ! Component: 3650 - total flux cleaned = 0.00113441 Jy ! Component: 3700 - total flux cleaned = 0.00118026 Jy ! Component: 3750 - total flux cleaned = 0.00118029 Jy ! Component: 3800 - total flux cleaned = 0.0012106 Jy ! Component: 3850 - total flux cleaned = 0.00122559 Jy ! Component: 3900 - total flux cleaned = 0.00124056 Jy ! Component: 3950 - total flux cleaned = 0.0012555 Jy ! Component: 4000 - total flux cleaned = 0.00128513 Jy ! Component: 4050 - total flux cleaned = 0.00129994 Jy ! Total flux subtracted in 4096 components = 0.00132193 Jy ! Clean residual min=-0.000578 max=0.000411 Jy/beam ! Clean residual mean=0.000003 rms=0.000135 Jy/beam ! Combined flux in latest and established models = 0.0444042 Jy keep ! Adding 334 model components to the UV plane model. ! The established model now contains 383 components and 0.0444041 Jy ![Exited script file: muppet] wmap "J0009+7724_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.858 x 4.289 at -2.367 degrees (North through East) ! Clean map min=-0.0010056 max=0.040317 Jy/beam ! Writing clean map to FITS file: J0009+7724_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.040317 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000134657 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00198 1.00198 2.00397 4.00794 8.01587 16.0317 32.0635 64.127 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.04 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.858 x 4.289 at -2.367 degrees (North through East) ! Clean map min=-0.0010056 max=0.040317 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 J0009+7724_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:39:10 2019