! Started logfile: J1719+0817_S_2017_06_10_pus_uvs.log on Mon May 6 14:58:59 2019 obs J1719+0817_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1719+0817_S_2017_06_10_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.960582 visibilities/baseline/integration-bin. ! Found source: J1719+0817 ! ! 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 14524 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+0817_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 482 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.643111Jy sigma=0.006294 ! Fit after self-cal, rms=0.625135Jy sigma=0.006127 ! 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.815 mas, bmaj=7.124 mas, bpa=-4.74 degrees ! Estimated noise=892.06 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.288805 Jy ! Component: 100 - total flux cleaned = 0.357692 Jy ! Total flux subtracted in 100 components = 0.357692 Jy ! Clean residual min=-0.008293 max=0.026648 Jy/beam ! Clean residual mean=-0.000054 rms=0.002578 Jy/beam ! Combined flux in latest and established models = 0.357692 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.357692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095272Jy sigma=0.000876 ! Fit after self-cal, rms=0.095255Jy sigma=0.000876 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0278024 Jy ! Component: 100 - total flux cleaned = 0.0436785 Jy ! Total flux subtracted in 100 components = 0.0436785 Jy ! Clean residual min=-0.006271 max=0.014315 Jy/beam ! Clean residual mean=-0.000034 rms=0.001631 Jy/beam ! Combined flux in latest and established models = 0.401371 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.401371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084241Jy sigma=0.000766 ! Fit after self-cal, rms=0.084097Jy sigma=0.000764 ! Inverting map ! Added new window around map position (3, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139051 Jy ! Component: 100 - total flux cleaned = 0.022695 Jy ! Total flux subtracted in 100 components = 0.022695 Jy ! Clean residual min=-0.005183 max=0.005504 Jy/beam ! Clean residual mean=-0.000025 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.424066 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.424066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080967Jy sigma=0.000734 ! Fit after self-cal, rms=0.080880Jy sigma=0.000733 ! 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.313 mas, bmaj=7.718 mas, bpa=-4.53 degrees ! Estimated noise=690.626 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.00866654 Jy ! Component: 100 - total flux cleaned = 0.0136947 Jy ! Component: 150 - total flux cleaned = 0.0170279 Jy ! Component: 200 - total flux cleaned = 0.0185972 Jy ! Total flux subtracted in 200 components = 0.0185972 Jy ! Clean residual min=-0.003758 max=0.003572 Jy/beam ! Clean residual mean=-0.000009 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.442663 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 71 components and 0.442663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079737Jy sigma=0.000724 ! Fit after self-cal, rms=0.079705Jy sigma=0.000724 ! 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 0.96 FD 0.94 HN 0.98 KP 1.05 ! LA 1.02 MK 1.03 NL 0.91 OV 1.02 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 1.03 KP 0.99 ! LA 0.99 MK 1.00 NL 1.06 OV 1.05 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.00 KP 0.99 ! LA 0.99 MK 1.02 NL 1.01 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.96 KP 1.00* ! LA 0.89 MK 1.03 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.079705Jy sigma=0.000724 ! Fit after self-cal, rms=0.076622Jy sigma=0.000696 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.329 mas, bmaj=7.743 mas, bpa=-4.571 degrees ! Estimated noise=692.238 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.00174208 Jy ! Component: 100 - total flux cleaned = 0.00148051 Jy ! Component: 150 - total flux cleaned = 0.00143614 Jy ! Component: 200 - total flux cleaned = 0.00143501 Jy ! Total flux subtracted in 200 components = 0.00143501 Jy ! Clean residual min=-0.002823 max=0.003188 Jy/beam ! Clean residual mean=-0.000013 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.444098 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.444098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076509Jy sigma=0.000695 ! Fit after self-cal, rms=0.076492Jy sigma=0.000695 ! 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.076492Jy sigma=0.000695 ! Fit after self-cal, rms=0.075069Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=7.753 mas, bpa=-4.626 degrees ! Estimated noise=692.446 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.57098e-05 Jy ! Component: 100 - total flux cleaned = 0.000229083 Jy ! Component: 150 - total flux cleaned = 0.000259596 Jy ! Component: 200 - total flux cleaned = 0.000261163 Jy ! Total flux subtracted in 200 components = 0.000261163 Jy ! Clean residual min=-0.001844 max=0.001785 Jy/beam ! Clean residual mean=0.000000 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.444359 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.444359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075040Jy sigma=0.000682 ! Fit after self-cal, rms=0.075036Jy sigma=0.000682 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.51753e-05 Jy ! Component: 100 - total flux cleaned = 1.62181e-05 Jy ! Component: 150 - total flux cleaned = 1.5824e-05 Jy ! Component: 200 - total flux cleaned = -1.16414e-06 Jy ! Total flux subtracted in 200 components = -1.16414e-06 Jy ! Clean residual min=-0.001854 max=0.001795 Jy/beam ! Clean residual mean=0.000000 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.444358 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 109 components and 0.444358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075022Jy sigma=0.000682 ! Fit after self-cal, rms=0.075019Jy sigma=0.000681 ! 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.075019Jy sigma=0.000681 ! Fit after self-cal, rms=0.075095Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.756 mas, bpa=-4.625 degrees ! Estimated noise=693.072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.89458e-05 Jy ! Component: 100 - total flux cleaned = 4.5609e-05 Jy ! Component: 150 - total flux cleaned = 4.55619e-05 Jy ! Component: 200 - total flux cleaned = 1.37818e-05 Jy ! Total flux subtracted in 200 components = 1.37818e-05 Jy ! Clean residual min=-0.001828 max=0.001846 Jy/beam ! Clean residual mean=0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.444371 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.444371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075084Jy sigma=0.000681 ! Fit after self-cal, rms=0.075083Jy sigma=0.000681 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 = -4.977e-07 Jy ! Component: 100 - total flux cleaned = -5.58534e-07 Jy ! Component: 150 - total flux cleaned = -2.7256e-05 Jy ! Component: 200 - total flux cleaned = -3.88877e-05 Jy ! Total flux subtracted in 200 components = -3.88877e-05 Jy ! Clean residual min=-0.001825 max=0.001850 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.444333 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 119 components and 0.444333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075077Jy sigma=0.000681 ! Fit after self-cal, rms=0.075075Jy sigma=0.000681 ! 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.075075Jy sigma=0.000681 ! Fit after self-cal, rms=0.075142Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.5 mas, bmaj=11.56 mas, bpa=-4.074 degrees ! Estimated noise=864.907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000447214 Jy ! Component: 100 - total flux cleaned = -0.000501117 Jy ! Component: 150 - total flux cleaned = -0.000500757 Jy ! Component: 200 - total flux cleaned = -0.000512296 Jy ! Total flux subtracted in 200 components = -0.000512296 Jy ! Clean residual min=-0.002027 max=0.002054 Jy/beam ! Clean residual mean=0.000002 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.44382 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 134 components and 0.44382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075140Jy sigma=0.000681 ! Fit after self-cal, rms=0.075139Jy sigma=0.000681 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.95895e-05 Jy ! Component: 100 - total flux cleaned = -4.15356e-05 Jy ! Component: 150 - total flux cleaned = -6.12608e-05 Jy ! Component: 200 - total flux cleaned = -7.06766e-05 Jy ! Total flux subtracted in 200 components = -7.06766e-05 Jy ! Clean residual min=-0.002027 max=0.002056 Jy/beam ! Clean residual mean=0.000002 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.44375 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 143 components and 0.44375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075138Jy sigma=0.000681 ! Fit after self-cal, rms=0.075137Jy sigma=0.000681 ! 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.332 mas, bmaj=7.757 mas, bpa=-4.622 degrees ! Estimated noise=693.612 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.332 x 7.757 at -4.622 degrees (North through East) ! Clean map min=-0.0017296 max=0.37484 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.834 mas, bmaj=7.163 mas, bpa=-4.833 degrees ! Estimated noise=896.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.290053 Jy ! Component: 100 - total flux cleaned = 0.359348 Jy ! Component: 150 - total flux cleaned = 0.388855 Jy ! Component: 200 - total flux cleaned = 0.405975 Jy ! Total flux subtracted in 200 components = 0.405975 Jy ! Clean residual min=-0.004278 max=0.009175 Jy/beam ! Clean residual mean=-0.000016 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.405975 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.405975 Jy ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=7.757 mas, bpa=-4.622 degrees ! Estimated noise=693.612 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.0148772 Jy ! Component: 100 - total flux cleaned = 0.0237394 Jy ! Component: 150 - total flux cleaned = 0.029294 Jy ! Component: 200 - total flux cleaned = 0.0328817 Jy ! Total flux subtracted in 200 components = 0.0328817 Jy ! Clean residual min=-0.001895 max=0.002105 Jy/beam ! Clean residual mean=-0.000002 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.438857 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 71 components and 0.438857 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.5 mas, bmaj=11.56 mas, bpa=-4.074 degrees ! Estimated noise=864.907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00305031 Jy ! Component: 100 - total flux cleaned = 0.00440749 Jy ! Component: 150 - total flux cleaned = 0.00496445 Jy ! Component: 200 - total flux cleaned = 0.00500581 Jy ! Total flux subtracted in 200 components = 0.00500581 Jy ! Clean residual min=-0.002052 max=0.002068 Jy/beam ! Clean residual mean=0.000002 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.443862 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.47401e-05 Jy ! Component: 100 - total flux cleaned = 6.45414e-05 Jy ! Component: 150 - total flux cleaned = 9.105e-05 Jy ! Component: 200 - total flux cleaned = 0.000114209 Jy ! Total flux subtracted in 200 components = 0.000114209 Jy ! Clean residual min=-0.002028 max=0.002051 Jy/beam ! Clean residual mean=0.000002 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.443977 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 111 components and 0.443977 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=7.757 mas, bpa=-4.622 degrees ! Estimated noise=693.612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.56084e-05 Jy ! Component: 100 - total flux cleaned = 0.000401965 Jy ! Component: 150 - total flux cleaned = 0.000632846 Jy ! Component: 200 - total flux cleaned = 0.000795723 Jy ! Total flux subtracted in 200 components = 0.000795723 Jy ! Clean residual min=-0.001845 max=0.001888 Jy/beam ! Clean residual mean=0.000001 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.444772 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 118 components and 0.444772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075189Jy sigma=0.000682 ! Fit after self-cal, rms=0.075184Jy sigma=0.000682 wmodel J1719+0817_S_2017_06_10_pus_map.mod ! Writing 118 model components to file: J1719+0817_S_2017_06_10_pus_map.mod wobs J1719+0817_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1719+0817_S_2017_06_10_pus_uvs.fits wwins J1719+0817_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1719+0817_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 = 0.000485535 Jy ! Component: 100 - total flux cleaned = 0.000776914 Jy ! Component: 150 - total flux cleaned = 0.00105564 Jy ! Component: 200 - total flux cleaned = 0.00129491 Jy ! Component: 250 - total flux cleaned = 0.00152745 Jy ! Component: 300 - total flux cleaned = 0.00178282 Jy ! Component: 350 - total flux cleaned = 0.00200411 Jy ! Component: 400 - total flux cleaned = 0.00213971 Jy ! Component: 450 - total flux cleaned = 0.00227268 Jy ! Component: 500 - total flux cleaned = 0.00237632 Jy ! Component: 550 - total flux cleaned = 0.00245344 Jy ! Component: 600 - total flux cleaned = 0.00258004 Jy ! Component: 650 - total flux cleaned = 0.00267923 Jy ! Component: 700 - total flux cleaned = 0.00267932 Jy ! Component: 750 - total flux cleaned = 0.00267994 Jy ! Component: 800 - total flux cleaned = 0.0026568 Jy ! Component: 850 - total flux cleaned = 0.00268058 Jy ! Component: 900 - total flux cleaned = 0.00265771 Jy ! Component: 950 - total flux cleaned = 0.0025432 Jy ! Component: 1000 - total flux cleaned = 0.00254338 Jy ! Component: 1050 - total flux cleaned = 0.00247633 Jy ! Component: 1100 - total flux cleaned = 0.00236638 Jy ! Component: 1150 - total flux cleaned = 0.00238802 Jy ! Component: 1200 - total flux cleaned = 0.00230207 Jy ! Component: 1250 - total flux cleaned = 0.00225995 Jy ! Component: 1300 - total flux cleaned = 0.00232337 Jy ! Component: 1350 - total flux cleaned = 0.00238558 Jy ! Component: 1400 - total flux cleaned = 0.00232353 Jy ! Component: 1450 - total flux cleaned = 0.0023845 Jy ! Component: 1500 - total flux cleaned = 0.0024651 Jy ! Component: 1550 - total flux cleaned = 0.0024452 Jy ! Component: 1600 - total flux cleaned = 0.00250445 Jy ! Component: 1650 - total flux cleaned = 0.00260175 Jy ! Component: 1700 - total flux cleaned = 0.00271765 Jy ! Component: 1750 - total flux cleaned = 0.00277503 Jy ! Component: 1800 - total flux cleaned = 0.00283194 Jy ! Component: 1850 - total flux cleaned = 0.00290731 Jy ! Component: 1900 - total flux cleaned = 0.00303796 Jy ! Component: 1950 - total flux cleaned = 0.00307477 Jy ! Component: 2000 - total flux cleaned = 0.00311145 Jy ! Component: 2050 - total flux cleaned = 0.00318411 Jy ! Component: 2100 - total flux cleaned = 0.00331016 Jy ! Component: 2150 - total flux cleaned = 0.00331015 Jy ! Component: 2200 - total flux cleaned = 0.00341666 Jy ! Component: 2250 - total flux cleaned = 0.00348698 Jy ! Component: 2300 - total flux cleaned = 0.00357423 Jy ! Component: 2350 - total flux cleaned = 0.00355692 Jy ! Component: 2400 - total flux cleaned = 0.00365987 Jy ! Component: 2450 - total flux cleaned = 0.00372798 Jy ! Component: 2500 - total flux cleaned = 0.0037281 Jy ! Component: 2550 - total flux cleaned = 0.00377812 Jy ! Component: 2600 - total flux cleaned = 0.00387787 Jy ! Component: 2650 - total flux cleaned = 0.00387787 Jy ! Component: 2700 - total flux cleaned = 0.00392712 Jy ! Component: 2750 - total flux cleaned = 0.00392706 Jy ! Component: 2800 - total flux cleaned = 0.00392707 Jy ! Component: 2850 - total flux cleaned = 0.00405505 Jy ! Component: 2900 - total flux cleaned = 0.00408685 Jy ! Component: 2950 - total flux cleaned = 0.00405522 Jy ! Component: 3000 - total flux cleaned = 0.0041179 Jy ! Component: 3050 - total flux cleaned = 0.00416443 Jy ! Component: 3100 - total flux cleaned = 0.00421064 Jy ! Component: 3150 - total flux cleaned = 0.00425634 Jy ! Component: 3200 - total flux cleaned = 0.00418048 Jy ! Component: 3250 - total flux cleaned = 0.00424096 Jy ! Component: 3300 - total flux cleaned = 0.00425593 Jy ! Component: 3350 - total flux cleaned = 0.00424117 Jy ! Component: 3400 - total flux cleaned = 0.00422634 Jy ! Component: 3450 - total flux cleaned = 0.00431434 Jy ! Component: 3500 - total flux cleaned = 0.00431428 Jy ! Component: 3550 - total flux cleaned = 0.00431422 Jy ! Component: 3600 - total flux cleaned = 0.00440061 Jy ! Component: 3650 - total flux cleaned = 0.00441506 Jy ! Component: 3700 - total flux cleaned = 0.00447187 Jy ! Component: 3750 - total flux cleaned = 0.00448588 Jy ! Component: 3800 - total flux cleaned = 0.00445788 Jy ! Component: 3850 - total flux cleaned = 0.00452765 Jy ! Component: 3900 - total flux cleaned = 0.0045692 Jy ! Component: 3950 - total flux cleaned = 0.00463805 Jy ! Component: 4000 - total flux cleaned = 0.00463819 Jy ! Component: 4050 - total flux cleaned = 0.00465177 Jy ! Total flux subtracted in 4096 components = 0.00463824 Jy ! Clean residual min=-0.000854 max=0.000974 Jy/beam ! Clean residual mean=-0.000000 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.449411 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 424 components and 0.449411 Jy ![Exited script file: muppet] wmap "J1719+0817_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.332 x 7.757 at -4.622 degrees (North through East) ! Clean map min=-0.0012783 max=0.37522 Jy/beam ! Writing clean map to FITS file: J1719+0817_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.37522 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250564 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.200333 0.200333 0.400667 0.801334 1.60267 3.20534 6.41067 12.8213 25.6427 51.2854 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.375 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.332 x 7.757 at -4.622 degrees (North through East) ! Clean map min=-0.0012783 max=0.37522 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+0817_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:59:03 2019