! Started logfile: J0106+1300_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:30:56 2019 obs J0106+1300_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0106+1300_S_2017_05_31_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974846 visibilities/baseline/integration-bin. ! Found source: J0106+1300 ! ! 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 25268 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 J0106+1300_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 741 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.876210Jy sigma=0.008350 ! Fit after self-cal, rms=0.870357Jy sigma=0.008298 ! 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.646 mas, bmaj=6.799 mas, bpa=-3.303 degrees ! Estimated noise=787.137 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.0993624 Jy ! Component: 100 - total flux cleaned = 0.123629 Jy ! Total flux subtracted in 100 components = 0.123629 Jy ! Clean residual min=-0.003842 max=0.009596 Jy/beam ! Clean residual mean=0.000002 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.123629 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.123629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082166Jy sigma=0.000698 ! Fit after self-cal, rms=0.082163Jy sigma=0.000698 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104477 Jy ! Component: 100 - total flux cleaned = 0.0157161 Jy ! Total flux subtracted in 100 components = 0.0157161 Jy ! Clean residual min=-0.003286 max=0.003949 Jy/beam ! Clean residual mean=0.000005 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.139345 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 24 components and 0.139345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080393Jy sigma=0.000681 ! Fit after self-cal, rms=0.080394Jy sigma=0.000681 ! 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.265 mas, bmaj=7.734 mas, bpa=-3.791 degrees ! Estimated noise=530.261 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 (-2.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00513706 Jy ! Component: 100 - total flux cleaned = 0.00825249 Jy ! Component: 150 - total flux cleaned = 0.0104215 Jy ! Component: 200 - total flux cleaned = 0.0119826 Jy ! Total flux subtracted in 200 components = 0.0119826 Jy ! Clean residual min=-0.002036 max=0.002166 Jy/beam ! Clean residual mean=0.000014 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.151328 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 56 components and 0.151328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079982Jy sigma=0.000677 ! Fit after self-cal, rms=0.079966Jy sigma=0.000677 ! 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.03 FD 0.96 HN 0.95 KP 1.01 ! LA 1.00 MK 1.01 NL 0.91 OV 1.03 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.00 KP 0.99 ! LA 0.98 MK 1.02 NL 1.03 OV 1.06 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.05 HN 0.99 KP 0.99 ! LA 0.99 MK 1.05 NL 0.97 OV 0.98 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.95 KP 1.00* ! LA 1.00 MK 1.13 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.079966Jy sigma=0.000677 ! Fit after self-cal, rms=0.078558Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=7.753 mas, bpa=-3.839 degrees ! Estimated noise=530.99 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.0011834 Jy ! Component: 100 - total flux cleaned = 0.00173067 Jy ! Component: 150 - total flux cleaned = 0.00188762 Jy ! Component: 200 - total flux cleaned = 0.00199444 Jy ! Total flux subtracted in 200 components = 0.00199444 Jy ! Clean residual min=-0.001655 max=0.001853 Jy/beam ! Clean residual mean=0.000010 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.153322 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 81 components and 0.153322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078521Jy sigma=0.000673 ! Fit after self-cal, rms=0.078516Jy sigma=0.000673 ! 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.078516Jy sigma=0.000673 ! Fit after self-cal, rms=0.076444Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.753 mas, bpa=-3.961 degrees ! Estimated noise=532.288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000920748 Jy ! Component: 100 - total flux cleaned = 0.00102608 Jy ! Component: 150 - total flux cleaned = 0.00115709 Jy ! Component: 200 - total flux cleaned = 0.0011569 Jy ! Total flux subtracted in 200 components = 0.0011569 Jy ! Clean residual min=-0.001566 max=0.001579 Jy/beam ! Clean residual mean=0.000005 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.154479 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.154479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076425Jy sigma=0.000669 ! Fit after self-cal, rms=0.076414Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-5.5, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015199 Jy ! Component: 100 - total flux cleaned = 0.00189481 Jy ! Component: 150 - total flux cleaned = 0.00225502 Jy ! Component: 200 - total flux cleaned = 0.0025608 Jy ! Total flux subtracted in 200 components = 0.0025608 Jy ! Clean residual min=-0.001490 max=0.001445 Jy/beam ! Clean residual mean=0.000004 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.15704 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 116 components and 0.15704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076375Jy sigma=0.000669 ! Fit after self-cal, rms=0.076372Jy sigma=0.000669 ! 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.076372Jy sigma=0.000669 ! Fit after self-cal, rms=0.075853Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.74 mas, bpa=-3.915 degrees ! Estimated noise=532.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590131 Jy ! Component: 100 - total flux cleaned = 0.00078484 Jy ! Component: 150 - total flux cleaned = 0.000918565 Jy ! Component: 200 - total flux cleaned = 0.00100527 Jy ! Total flux subtracted in 200 components = 0.00100527 Jy ! Clean residual min=-0.001448 max=0.001449 Jy/beam ! Clean residual mean=0.000003 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.158045 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 130 components and 0.158045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075842Jy sigma=0.000668 ! Fit after self-cal, rms=0.075835Jy sigma=0.000668 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.00010015 Jy ! Component: 100 - total flux cleaned = 0.000150888 Jy ! Component: 150 - total flux cleaned = 0.000212974 Jy ! Component: 200 - total flux cleaned = 0.000227673 Jy ! Total flux subtracted in 200 components = 0.000227673 Jy ! Clean residual min=-0.001428 max=0.001439 Jy/beam ! Clean residual mean=0.000003 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.158273 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 135 components and 0.158273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075828Jy sigma=0.000668 ! Fit after self-cal, rms=0.075826Jy sigma=0.000668 ! Inverting map ! Added new window around map position (-126.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113352 Jy ! Component: 100 - total flux cleaned = 0.00126337 Jy ! Component: 150 - total flux cleaned = 0.00135332 Jy ! Component: 200 - total flux cleaned = 0.0014016 Jy ! Total flux subtracted in 200 components = 0.0014016 Jy ! Clean residual min=-0.001357 max=0.001273 Jy/beam ! Clean residual mean=0.000003 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.159674 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 154 components and 0.159674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075806Jy sigma=0.000668 ! Fit after self-cal, rms=0.075804Jy sigma=0.000668 ! 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.075804Jy sigma=0.000668 ! Fit after self-cal, rms=0.075837Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.274 mas, bmaj=11.38 mas, bpa=-6.123 degrees ! Estimated noise=660.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000671282 Jy ! Component: 100 - total flux cleaned = 0.000785452 Jy ! Component: 150 - total flux cleaned = 0.000819347 Jy ! Component: 200 - total flux cleaned = 0.000834262 Jy ! Total flux subtracted in 200 components = 0.000834262 Jy ! Clean residual min=-0.001509 max=0.001424 Jy/beam ! Clean residual mean=0.000005 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.160509 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 170 components and 0.160509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075835Jy sigma=0.000668 ! Fit after self-cal, rms=0.075833Jy sigma=0.000668 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.000101172 Jy ! Component: 100 - total flux cleaned = 0.000115734 Jy ! Component: 150 - total flux cleaned = 0.000103964 Jy ! Component: 200 - total flux cleaned = 0.000103981 Jy ! Total flux subtracted in 200 components = 0.000103981 Jy ! Clean residual min=-0.001497 max=0.001377 Jy/beam ! Clean residual mean=0.000004 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.160613 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 178 components and 0.160613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075831Jy sigma=0.000668 ! Fit after self-cal, rms=0.075831Jy sigma=0.000668 ! 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.29 mas, bmaj=7.735 mas, bpa=-3.912 degrees ! Estimated noise=532.824 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.29 x 7.735 at -3.912 degrees (North through East) ! Clean map min=-0.0012431 max=0.13007 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.665 mas, bmaj=6.79 mas, bpa=-3.33 degrees ! Estimated noise=791.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0997168 Jy ! Component: 100 - total flux cleaned = 0.124723 Jy ! Component: 150 - total flux cleaned = 0.134921 Jy ! Component: 200 - total flux cleaned = 0.140354 Jy ! Total flux subtracted in 200 components = 0.140354 Jy ! Clean residual min=-0.002599 max=0.002822 Jy/beam ! Clean residual mean=0.000002 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.140354 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.140354 Jy ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.735 mas, bpa=-3.912 degrees ! Estimated noise=532.824 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.00505286 Jy ! Component: 100 - total flux cleaned = 0.00824369 Jy ! Component: 150 - total flux cleaned = 0.0105918 Jy ! Component: 200 - total flux cleaned = 0.0124454 Jy ! Total flux subtracted in 200 components = 0.0124454 Jy ! Clean residual min=-0.001855 max=0.001439 Jy/beam ! Clean residual mean=0.000005 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.152799 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 69 components and 0.152799 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.274 mas, bmaj=11.38 mas, bpa=-6.123 degrees ! Estimated noise=660.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244382 Jy ! Component: 100 - total flux cleaned = 0.00405712 Jy ! Component: 150 - total flux cleaned = 0.00524455 Jy ! Component: 200 - total flux cleaned = 0.00617356 Jy ! Total flux subtracted in 200 components = 0.00617356 Jy ! Clean residual min=-0.001684 max=0.001562 Jy/beam ! Clean residual mean=0.000007 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.158973 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.000366327 Jy ! Component: 100 - total flux cleaned = 0.000577633 Jy ! Component: 150 - total flux cleaned = 0.000764463 Jy ! Component: 200 - total flux cleaned = 0.00088955 Jy ! Total flux subtracted in 200 components = 0.00088955 Jy ! Clean residual min=-0.001608 max=0.001451 Jy/beam ! Clean residual mean=0.000006 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.159862 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 147 components and 0.159862 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.735 mas, bpa=-3.912 degrees ! Estimated noise=532.824 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254043 Jy ! Component: 100 - total flux cleaned = 0.000416878 Jy ! Component: 150 - total flux cleaned = 0.000465799 Jy ! Component: 200 - total flux cleaned = 0.000511551 Jy ! Total flux subtracted in 200 components = 0.000511551 Jy ! Clean residual min=-0.001387 max=0.001317 Jy/beam ! Clean residual mean=0.000002 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.160374 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 170 components and 0.160374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075846Jy sigma=0.000668 ! Fit after self-cal, rms=0.075838Jy sigma=0.000668 wmodel J0106+1300_S_2017_05_31_pus_map.mod ! Writing 170 model components to file: J0106+1300_S_2017_05_31_pus_map.mod wobs J0106+1300_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0106+1300_S_2017_05_31_pus_uvs.fits wwins J0106+1300_S_2017_05_31_pus_map.win ! wwins: Wrote 4 windows to J0106+1300_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.000159089 Jy ! Component: 100 - total flux cleaned = -0.000204751 Jy ! Component: 150 - total flux cleaned = -0.000183617 Jy ! Component: 200 - total flux cleaned = -0.00018421 Jy ! Component: 250 - total flux cleaned = -0.000165159 Jy ! Component: 300 - total flux cleaned = -0.000126558 Jy ! Component: 350 - total flux cleaned = -1.42504e-05 Jy ! Component: 400 - total flux cleaned = 4.04847e-05 Jy ! Component: 450 - total flux cleaned = 9.38621e-05 Jy ! Component: 500 - total flux cleaned = 0.000111746 Jy ! Component: 550 - total flux cleaned = 0.00011192 Jy ! Component: 600 - total flux cleaned = 9.50997e-05 Jy ! Component: 650 - total flux cleaned = 0.000178471 Jy ! Component: 700 - total flux cleaned = 0.000194663 Jy ! Component: 750 - total flux cleaned = 0.000242814 Jy ! Component: 800 - total flux cleaned = 0.000274462 Jy ! Component: 850 - total flux cleaned = 0.00029 Jy ! Component: 900 - total flux cleaned = 0.000305554 Jy ! Component: 950 - total flux cleaned = 0.000336136 Jy ! Component: 1000 - total flux cleaned = 0.000336042 Jy ! Component: 1050 - total flux cleaned = 0.000395046 Jy ! Component: 1100 - total flux cleaned = 0.000365526 Jy ! Component: 1150 - total flux cleaned = 0.000408568 Jy ! Component: 1200 - total flux cleaned = 0.000422437 Jy ! Component: 1250 - total flux cleaned = 0.000380208 Jy ! Component: 1300 - total flux cleaned = 0.000506107 Jy ! Component: 1350 - total flux cleaned = 0.000492101 Jy ! Component: 1400 - total flux cleaned = 0.000560774 Jy ! Component: 1450 - total flux cleaned = 0.000560828 Jy ! Component: 1500 - total flux cleaned = 0.0006148 Jy ! Component: 1550 - total flux cleaned = 0.000667856 Jy ! Component: 1600 - total flux cleaned = 0.000680961 Jy ! Component: 1650 - total flux cleaned = 0.000720067 Jy ! Component: 1700 - total flux cleaned = 0.000746064 Jy ! Component: 1750 - total flux cleaned = 0.000745989 Jy ! Component: 1800 - total flux cleaned = 0.000809758 Jy ! Component: 1850 - total flux cleaned = 0.000771828 Jy ! Component: 1900 - total flux cleaned = 0.000834421 Jy ! Component: 1950 - total flux cleaned = 0.000871519 Jy ! Component: 2000 - total flux cleaned = 0.000822395 Jy ! Component: 2050 - total flux cleaned = 0.000858936 Jy ! Component: 2100 - total flux cleaned = 0.000858867 Jy ! Component: 2150 - total flux cleaned = 0.00087087 Jy ! Component: 2200 - total flux cleaned = 0.000882869 Jy ! Component: 2250 - total flux cleaned = 0.000930232 Jy ! Component: 2300 - total flux cleaned = 0.000942005 Jy ! Component: 2350 - total flux cleaned = 0.000988598 Jy ! Component: 2400 - total flux cleaned = 0.000965479 Jy ! Component: 2450 - total flux cleaned = 0.00101162 Jy ! Component: 2500 - total flux cleaned = 0.00101186 Jy ! Component: 2550 - total flux cleaned = 0.00108003 Jy ! Component: 2600 - total flux cleaned = 0.00103482 Jy ! Component: 2650 - total flux cleaned = 0.00112441 Jy ! Component: 2700 - total flux cleaned = 0.00111333 Jy ! Component: 2750 - total flux cleaned = 0.00113532 Jy ! Component: 2800 - total flux cleaned = 0.0011353 Jy ! Component: 2850 - total flux cleaned = 0.00111342 Jy ! Component: 2900 - total flux cleaned = 0.00114584 Jy ! Component: 2950 - total flux cleaned = 0.00117816 Jy ! Component: 3000 - total flux cleaned = 0.00119955 Jy ! Component: 3050 - total flux cleaned = 0.0012101 Jy ! Component: 3100 - total flux cleaned = 0.00121 Jy ! Component: 3150 - total flux cleaned = 0.00120985 Jy ! Component: 3200 - total flux cleaned = 0.0012516 Jy ! Component: 3250 - total flux cleaned = 0.00127232 Jy ! Component: 3300 - total flux cleaned = 0.00125164 Jy ! Component: 3350 - total flux cleaned = 0.00125171 Jy ! Component: 3400 - total flux cleaned = 0.00132305 Jy ! Component: 3450 - total flux cleaned = 0.00128257 Jy ! Component: 3500 - total flux cleaned = 0.00128262 Jy ! Component: 3550 - total flux cleaned = 0.00132262 Jy ! Component: 3600 - total flux cleaned = 0.00135259 Jy ! Component: 3650 - total flux cleaned = 0.00135266 Jy ! Component: 3700 - total flux cleaned = 0.00143143 Jy ! Component: 3750 - total flux cleaned = 0.00138242 Jy ! Component: 3800 - total flux cleaned = 0.00142133 Jy ! Component: 3850 - total flux cleaned = 0.0014311 Jy ! Component: 3900 - total flux cleaned = 0.00145026 Jy ! Component: 3950 - total flux cleaned = 0.0014598 Jy ! Component: 4000 - total flux cleaned = 0.00148831 Jy ! Component: 4050 - total flux cleaned = 0.00154505 Jy ! Total flux subtracted in 4096 components = 0.00154498 Jy ! Clean residual min=-0.000696 max=0.000506 Jy/beam ! Clean residual mean=0.000000 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.161919 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 481 components and 0.161919 Jy ![Exited script file: muppet] wmap "J0106+1300_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.29 x 7.735 at -3.912 degrees (North through East) ! Clean map min=-0.0010079 max=0.13039 Jy/beam ! Writing clean map to FITS file: J0106+1300_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.130394 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181517 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.41762 0.41762 0.83524 1.67048 3.34096 6.68192 13.3638 26.7277 53.4554 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.29 x 7.735 at -3.912 degrees (North through East) ! Clean map min=-0.0010079 max=0.13039 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 J0106+1300_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:31:06 2019