! Started logfile: J1719+4858_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:31:05 2017 obs J1719+4858_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1719+4858_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.799277 visibilities/baseline/integration-bin. ! Found source: J1719+4858 ! ! 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 338 lines of history. ! ! Reading 17696 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 J1719+4858_S_2015_01_23_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 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015328Jy sigma=0.011251 ! Fit after self-cal, rms=0.965561Jy sigma=0.010870 ! 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.944 mas, bmaj=4.121 mas, bpa=1.052 degrees ! Estimated noise=889.825 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.032901 Jy ! Component: 100 - total flux cleaned = 0.0403793 Jy ! Total flux subtracted in 100 components = 0.0403793 Jy ! Clean residual min=-0.002801 max=0.003282 Jy/beam ! Clean residual mean=-0.000017 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0403793 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0403793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212505Jy sigma=0.000791 ! Fit after self-cal, rms=0.212043Jy sigma=0.000775 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00397553 Jy ! Component: 100 - total flux cleaned = 0.0055225 Jy ! Total flux subtracted in 100 components = 0.0055225 Jy ! Clean residual min=-0.003179 max=0.003629 Jy/beam ! Clean residual mean=-0.000016 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.0459018 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 14 components and 0.0459018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211613Jy sigma=0.000775 ! Fit after self-cal, rms=0.211606Jy sigma=0.000775 ! 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.525 mas, bmaj=4.816 mas, bpa=1.183 degrees ! Estimated noise=502.244 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.00127846 Jy ! Component: 100 - total flux cleaned = 0.00199966 Jy ! Component: 150 - total flux cleaned = 0.00221067 Jy ! Component: 200 - total flux cleaned = 0.00233947 Jy ! Total flux subtracted in 200 components = 0.00233947 Jy ! Clean residual min=-0.003728 max=0.003999 Jy/beam ! Clean residual mean=-0.000020 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.0482413 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.0482413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211505Jy sigma=0.000776 ! Fit after self-cal, rms=0.211504Jy sigma=0.000776 ! 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.05 FD 0.20 HN 0.97 KP 1.21 ! LA 1.00 MK 1.03 NL 1.10 OV 1.09 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.22 HN 1.02 KP 1.10 ! LA 0.99 MK 1.04 NL 1.11 OV 1.11 ! PT 1.07 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.30 HN 1.03 KP 1.04 ! LA 0.79 MK 0.98 NL 1.32 OV 1.04 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.32 HN 0.96 KP 0.87 ! LA 0.86 MK 0.98 NL 1.09 OV 1.00 ! PT 1.10 SC 0.94 ! ! ! Fit before self-cal, rms=0.211504Jy sigma=0.000776 ! Fit after self-cal, rms=0.080933Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.536 mas, bmaj=4.813 mas, bpa=3.024 degrees ! Estimated noise=503.883 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 (12.5, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00362257 Jy ! Component: 100 - total flux cleaned = 0.0055879 Jy ! Component: 150 - total flux cleaned = 0.006876 Jy ! Component: 200 - total flux cleaned = 0.00783419 Jy ! Total flux subtracted in 200 components = 0.00783419 Jy ! Clean residual min=-0.001523 max=0.001694 Jy/beam ! Clean residual mean=-0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0560754 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 51 components and 0.0560754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080782Jy sigma=0.000766 ! Fit after self-cal, rms=0.080088Jy sigma=0.000764 ! Inverting map ! Added new window around map position (5, 81). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243121 Jy ! Component: 100 - total flux cleaned = 0.00397077 Jy ! Component: 150 - total flux cleaned = 0.00467589 Jy ! Component: 200 - total flux cleaned = 0.00515407 Jy ! Total flux subtracted in 200 components = 0.00515407 Jy ! Clean residual min=-0.001652 max=0.001654 Jy/beam ! Clean residual mean=-0.000003 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0612295 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 67 components and 0.0612295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079997Jy sigma=0.000762 ! Fit after self-cal, rms=0.079939Jy sigma=0.000762 ! 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.079939Jy sigma=0.000762 ! Fit after self-cal, rms=0.075962Jy sigma=0.000761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=4.812 mas, bpa=1.785 degrees ! Estimated noise=495.002 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144068 Jy ! Component: 100 - total flux cleaned = 0.00236574 Jy ! Component: 150 - total flux cleaned = 0.00281178 Jy ! Component: 200 - total flux cleaned = 0.00309509 Jy ! Total flux subtracted in 200 components = 0.00309509 Jy ! Clean residual min=-0.001306 max=0.001314 Jy/beam ! Clean residual mean=0.000001 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0643246 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 83 components and 0.0643246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075929Jy sigma=0.000761 ! Fit after self-cal, rms=0.075823Jy sigma=0.000760 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.000891209 Jy ! Component: 100 - total flux cleaned = 0.001159 Jy ! Component: 150 - total flux cleaned = 0.00144209 Jy ! Component: 200 - total flux cleaned = 0.00164838 Jy ! Total flux subtracted in 200 components = 0.00164838 Jy ! Clean residual min=-0.001240 max=0.001340 Jy/beam ! Clean residual mean=0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.065973 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 90 components and 0.065973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075801Jy sigma=0.000760 ! Fit after self-cal, rms=0.075785Jy sigma=0.000760 ! 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.075785Jy sigma=0.000760 ! Fit after self-cal, rms=0.075569Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.542 mas, bmaj=4.806 mas, bpa=1.259 degrees ! Estimated noise=495.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000753881 Jy ! Component: 100 - total flux cleaned = 0.00094447 Jy ! Component: 150 - total flux cleaned = 0.00102879 Jy ! Component: 200 - total flux cleaned = 0.0011059 Jy ! Total flux subtracted in 200 components = 0.0011059 Jy ! Clean residual min=-0.001293 max=0.001282 Jy/beam ! Clean residual mean=0.000000 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0670789 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 101 components and 0.0670789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075554Jy sigma=0.000759 ! Fit after self-cal, rms=0.075541Jy sigma=0.000759 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.000350577 Jy ! Component: 100 - total flux cleaned = 0.000450747 Jy ! Component: 150 - total flux cleaned = 0.000488727 Jy ! Component: 200 - total flux cleaned = 0.00054113 Jy ! Total flux subtracted in 200 components = 0.00054113 Jy ! Clean residual min=-0.001270 max=0.001256 Jy/beam ! Clean residual mean=0.000001 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.06762 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.06762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075531Jy sigma=0.000759 ! Fit after self-cal, rms=0.075518Jy sigma=0.000759 ! 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.075518Jy sigma=0.000759 ! Fit after self-cal, rms=0.075428Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.288 mas, bmaj=8.497 mas, bpa=18.22 degrees ! Estimated noise=642.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000645439 Jy ! Component: 100 - total flux cleaned = 0.000857486 Jy ! Component: 150 - total flux cleaned = 0.000873476 Jy ! Component: 200 - total flux cleaned = 0.000888085 Jy ! Total flux subtracted in 200 components = 0.000888085 Jy ! Clean residual min=-0.001323 max=0.001354 Jy/beam ! Clean residual mean=0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0685081 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 123 components and 0.0685081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075422Jy sigma=0.000759 ! Fit after self-cal, rms=0.075416Jy sigma=0.000759 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.000244791 Jy ! Component: 100 - total flux cleaned = 0.000275915 Jy ! Component: 150 - total flux cleaned = 0.000289504 Jy ! Component: 200 - total flux cleaned = 0.000302641 Jy ! Total flux subtracted in 200 components = 0.000302641 Jy ! Clean residual min=-0.001306 max=0.001335 Jy/beam ! Clean residual mean=0.000004 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0688107 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 125 components and 0.0688107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075413Jy sigma=0.000759 ! Fit after self-cal, rms=0.075409Jy sigma=0.000759 ! 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.54 mas, bmaj=4.802 mas, bpa=1.056 degrees ! Estimated noise=495.235 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.54 x 4.802 at 1.056 degrees (North through East) ! Clean map min=-0.0018142 max=0.044555 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.944 mas, bmaj=4.117 mas, bpa=0.1891 degrees ! Estimated noise=875.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0342154 Jy ! Component: 100 - total flux cleaned = 0.0429877 Jy ! Component: 150 - total flux cleaned = 0.0484122 Jy ! Component: 200 - total flux cleaned = 0.0524872 Jy ! Total flux subtracted in 200 components = 0.0524872 Jy ! Clean residual min=-0.003124 max=0.002672 Jy/beam ! Clean residual mean=-0.000011 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0524871 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.0524871 Jy ! Inverting map and beam ! Estimated beam: bmin=3.54 mas, bmaj=4.802 mas, bpa=1.056 degrees ! Estimated noise=495.235 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.00366289 Jy ! Component: 100 - total flux cleaned = 0.00624202 Jy ! Component: 150 - total flux cleaned = 0.0082234 Jy ! Component: 200 - total flux cleaned = 0.00934287 Jy ! Total flux subtracted in 200 components = 0.00934287 Jy ! Clean residual min=-0.001538 max=0.001482 Jy/beam ! Clean residual mean=-0.000008 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.06183 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 43 components and 0.06183 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.288 mas, bmaj=8.497 mas, bpa=18.22 degrees ! Estimated noise=642.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00230527 Jy ! Component: 100 - total flux cleaned = 0.00353449 Jy ! Component: 150 - total flux cleaned = 0.00419219 Jy ! Component: 200 - total flux cleaned = 0.00469642 Jy ! Total flux subtracted in 200 components = 0.00469642 Jy ! Clean residual min=-0.001582 max=0.001364 Jy/beam ! Clean residual mean=-0.000004 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0665264 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.000427105 Jy ! Component: 100 - total flux cleaned = 0.000820273 Jy ! Component: 150 - total flux cleaned = 0.00113086 Jy ! Component: 200 - total flux cleaned = 0.00133596 Jy ! Total flux subtracted in 200 components = 0.00133596 Jy ! Clean residual min=-0.001424 max=0.001353 Jy/beam ! Clean residual mean=0.000000 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0678624 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 101 components and 0.0678624 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.54 mas, bmaj=4.802 mas, bpa=1.056 degrees ! Estimated noise=495.235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00012775 Jy ! Component: 100 - total flux cleaned = -6.3548e-05 Jy ! Component: 150 - total flux cleaned = 4.7799e-05 Jy ! Component: 200 - total flux cleaned = 0.000148662 Jy ! Total flux subtracted in 200 components = 0.000148662 Jy ! Clean residual min=-0.001340 max=0.001239 Jy/beam ! Clean residual mean=-0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.0680111 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 124 components and 0.0680111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075428Jy sigma=0.000759 ! Fit after self-cal, rms=0.075420Jy sigma=0.000759 wmodel J1719+4858_S_2015_01_23_pus_map.mod ! Writing 124 model components to file: J1719+4858_S_2015_01_23_pus_map.mod wobs J1719+4858_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1719+4858_S_2015_01_23_pus_uvs.fits wwins J1719+4858_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1719+4858_S_2015_01_23_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.000196695 Jy ! Component: 100 - total flux cleaned = -0.000347376 Jy ! Component: 150 - total flux cleaned = -0.000553174 Jy ! Component: 200 - total flux cleaned = -0.000732102 Jy ! Component: 250 - total flux cleaned = -0.000943586 Jy ! Component: 300 - total flux cleaned = -0.00113074 Jy ! Component: 350 - total flux cleaned = -0.00134897 Jy ! Component: 400 - total flux cleaned = -0.00150865 Jy ! Component: 450 - total flux cleaned = -0.00164817 Jy ! Component: 500 - total flux cleaned = -0.00181896 Jy ! Component: 550 - total flux cleaned = -0.0019864 Jy ! Component: 600 - total flux cleaned = -0.00210136 Jy ! Component: 650 - total flux cleaned = -0.00227915 Jy ! Component: 700 - total flux cleaned = -0.00243802 Jy ! Component: 750 - total flux cleaned = -0.00259451 Jy ! Component: 800 - total flux cleaned = -0.00270258 Jy ! Component: 850 - total flux cleaned = -0.00283953 Jy ! Component: 900 - total flux cleaned = -0.00301895 Jy ! Component: 950 - total flux cleaned = -0.00315168 Jy ! Component: 1000 - total flux cleaned = -0.00325348 Jy ! Component: 1050 - total flux cleaned = -0.00333958 Jy ! Component: 1100 - total flux cleaned = -0.00342445 Jy ! Component: 1150 - total flux cleaned = -0.00356415 Jy ! Component: 1200 - total flux cleaned = -0.00360545 Jy ! Component: 1250 - total flux cleaned = -0.00368738 Jy ! Component: 1300 - total flux cleaned = -0.00375505 Jy ! Component: 1350 - total flux cleaned = -0.00383506 Jy ! Component: 1400 - total flux cleaned = -0.00391404 Jy ! Component: 1450 - total flux cleaned = -0.00397876 Jy ! Component: 1500 - total flux cleaned = -0.00404306 Jy ! Component: 1550 - total flux cleaned = -0.00409374 Jy ! Component: 1600 - total flux cleaned = -0.00413134 Jy ! Component: 1650 - total flux cleaned = -0.00421837 Jy ! Component: 1700 - total flux cleaned = -0.00425518 Jy ! Component: 1750 - total flux cleaned = -0.00435215 Jy ! Component: 1800 - total flux cleaned = -0.00439998 Jy ! Component: 1850 - total flux cleaned = -0.00444716 Jy ! Component: 1900 - total flux cleaned = -0.00447077 Jy ! Component: 1950 - total flux cleaned = -0.00452886 Jy ! Component: 2000 - total flux cleaned = -0.00459779 Jy ! Component: 2050 - total flux cleaned = -0.00464305 Jy ! Component: 2100 - total flux cleaned = -0.0046768 Jy ! Component: 2150 - total flux cleaned = -0.00471021 Jy ! Component: 2200 - total flux cleaned = -0.00477631 Jy ! Component: 2250 - total flux cleaned = -0.00481989 Jy ! Component: 2300 - total flux cleaned = -0.00484129 Jy ! Component: 2350 - total flux cleaned = -0.00485184 Jy ! Component: 2400 - total flux cleaned = -0.00491551 Jy ! Component: 2450 - total flux cleaned = -0.00493655 Jy ! Component: 2500 - total flux cleaned = -0.00498879 Jy ! Component: 2550 - total flux cleaned = -0.00500948 Jy ! Component: 2600 - total flux cleaned = -0.0050505 Jy ! Component: 2650 - total flux cleaned = -0.0050708 Jy ! Component: 2700 - total flux cleaned = -0.005111 Jy ! Component: 2750 - total flux cleaned = -0.00511095 Jy ! Component: 2800 - total flux cleaned = -0.00514066 Jy ! Component: 2850 - total flux cleaned = -0.0051602 Jy ! Component: 2900 - total flux cleaned = -0.00517974 Jy ! Component: 2950 - total flux cleaned = -0.00519901 Jy ! Component: 3000 - total flux cleaned = -0.00520861 Jy ! Component: 3050 - total flux cleaned = -0.00518979 Jy ! Component: 3100 - total flux cleaned = -0.00520871 Jy ! Component: 3150 - total flux cleaned = -0.00519941 Jy ! Component: 3200 - total flux cleaned = -0.00521807 Jy ! Component: 3250 - total flux cleaned = -0.00517199 Jy ! Component: 3300 - total flux cleaned = -0.0051995 Jy ! Component: 3350 - total flux cleaned = -0.00518124 Jy ! Component: 3400 - total flux cleaned = -0.00514505 Jy ! Component: 3450 - total flux cleaned = -0.0051629 Jy ! Component: 3500 - total flux cleaned = -0.00514505 Jy ! Component: 3550 - total flux cleaned = -0.00513614 Jy ! Component: 3600 - total flux cleaned = -0.00511854 Jy ! Component: 3650 - total flux cleaned = -0.00506604 Jy ! Component: 3700 - total flux cleaned = -0.00510091 Jy ! Component: 3750 - total flux cleaned = -0.00510952 Jy ! Component: 3800 - total flux cleaned = -0.00508365 Jy ! Component: 3850 - total flux cleaned = -0.00502386 Jy ! Component: 3900 - total flux cleaned = -0.00503229 Jy ! Component: 3950 - total flux cleaned = -0.00499855 Jy ! Component: 4000 - total flux cleaned = -0.00495661 Jy ! Component: 4050 - total flux cleaned = -0.00492322 Jy ! Total flux subtracted in 4096 components = -0.00491495 Jy ! Clean residual min=-0.000513 max=0.000507 Jy/beam ! Clean residual mean=0.000000 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.0630961 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 446 components and 0.0630961 Jy ![Exited script file: muppet] wmap "J1719+4858_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.54 x 4.802 at 1.056 degrees (North through East) ! Clean map min=-0.0016745 max=0.044556 Jy/beam ! Writing clean map to FITS file: J1719+4858_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0445555 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148884 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00246 1.00246 2.00492 4.00984 8.01968 16.0394 32.0787 64.1575 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.54 x 4.802 at 1.056 degrees (North through East) ! Clean map min=-0.0016745 max=0.044556 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 J1719+4858_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:31:10 2017