! Started logfile: J0832+4913_S_2017_06_10_pus_uvs.log on Mon May 6 14:48:53 2019 obs J0832+4913_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0832+4913_S_2017_06_10_pus_uva.fits ! AN table 1: 172 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.914599 visibilities/baseline/integration-bin. ! Found source: J0832+4913 ! ! 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 28316 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 J0832+4913_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 880 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.522050Jy sigma=0.005179 ! Fit after self-cal, rms=0.454082Jy sigma=0.004531 ! 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.014 mas, bmaj=4.253 mas, bpa=3.425 degrees ! Estimated noise=800.138 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.420434 Jy ! Component: 100 - total flux cleaned = 0.521522 Jy ! Total flux subtracted in 100 components = 0.521522 Jy ! Clean residual min=-0.012947 max=0.038988 Jy/beam ! Clean residual mean=-0.000013 rms=0.003506 Jy/beam ! Combined flux in latest and established models = 0.521522 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.521522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109906Jy sigma=0.001016 ! Fit after self-cal, rms=0.109899Jy sigma=0.001016 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0406031 Jy ! Component: 100 - total flux cleaned = 0.059565 Jy ! Total flux subtracted in 100 components = 0.059565 Jy ! Clean residual min=-0.008246 max=0.011782 Jy/beam ! Clean residual mean=-0.000015 rms=0.002110 Jy/beam ! Combined flux in latest and established models = 0.581087 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.581087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092067Jy sigma=0.000843 ! Fit after self-cal, rms=0.092064Jy sigma=0.000842 ! 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.695 mas, bmaj=5.198 mas, bpa=9.719 degrees ! Estimated noise=481.794 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.0108174 Jy ! Component: 100 - total flux cleaned = 0.0156359 Jy ! Component: 150 - total flux cleaned = 0.0181233 Jy ! Component: 200 - total flux cleaned = 0.0193367 Jy ! Total flux subtracted in 200 components = 0.0193367 Jy ! Clean residual min=-0.006468 max=0.006587 Jy/beam ! Clean residual mean=-0.000022 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.600424 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.600424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090602Jy sigma=0.000833 ! Fit after self-cal, rms=0.090597Jy sigma=0.000833 ! 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.99 FD 0.95 HN 0.97 KP 1.03 ! LA 1.03 MK 1.03 NL 0.90 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.00 KP 1.00 ! LA 0.97 MK 1.03 NL 1.05 OV 1.02 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.04 HN 0.98 KP 0.99 ! LA 1.01 MK 1.05 NL 1.00 OV 0.96 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.99 KP 1.00* ! LA 1.05 MK 1.01 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.090597Jy sigma=0.000833 ! Fit after self-cal, rms=0.085129Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.726 mas, bmaj=5.221 mas, bpa=9.667 degrees ! Estimated noise=482.685 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 (16, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00647086 Jy ! Component: 100 - total flux cleaned = 0.00694167 Jy ! Component: 150 - total flux cleaned = 0.00647233 Jy ! Component: 200 - total flux cleaned = 0.00627362 Jy ! Total flux subtracted in 200 components = 0.00627362 Jy ! Clean residual min=-0.005638 max=0.005529 Jy/beam ! Clean residual mean=-0.000014 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.606697 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 48 components and 0.606697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084513Jy sigma=0.000769 ! Fit after self-cal, rms=0.084450Jy sigma=0.000768 ! 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.084450Jy sigma=0.000768 ! Fit after self-cal, rms=0.075565Jy sigma=0.000701 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.717 mas, bmaj=5.214 mas, bpa=9.924 degrees ! Estimated noise=482.276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231207 Jy ! Component: 100 - total flux cleaned = 0.00325452 Jy ! Component: 150 - total flux cleaned = 0.00343717 Jy ! Component: 200 - total flux cleaned = 0.00355793 Jy ! Total flux subtracted in 200 components = 0.00355793 Jy ! Clean residual min=-0.002006 max=0.001995 Jy/beam ! Clean residual mean=-0.000008 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.610255 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.610255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075479Jy sigma=0.000700 ! Fit after self-cal, rms=0.075494Jy sigma=0.000700 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.000657544 Jy ! Component: 100 - total flux cleaned = 0.000872066 Jy ! Component: 150 - total flux cleaned = 0.000999851 Jy ! Component: 200 - total flux cleaned = 0.00108789 Jy ! Total flux subtracted in 200 components = 0.00108789 Jy ! Clean residual min=-0.001980 max=0.001950 Jy/beam ! Clean residual mean=-0.000008 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.611343 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 0.611343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075466Jy sigma=0.000699 ! Fit after self-cal, rms=0.075465Jy sigma=0.000699 ! 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.075465Jy sigma=0.000699 ! Fit after self-cal, rms=0.075396Jy sigma=0.000699 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.719 mas, bmaj=5.214 mas, bpa=9.945 degrees ! Estimated noise=482.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000897353 Jy ! Component: 100 - total flux cleaned = 0.00107691 Jy ! Component: 150 - total flux cleaned = 0.00120426 Jy ! Component: 200 - total flux cleaned = 0.0012912 Jy ! Total flux subtracted in 200 components = 0.0012912 Jy ! Clean residual min=-0.001714 max=0.001897 Jy/beam ! Clean residual mean=-0.000009 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.612635 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.612634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075368Jy sigma=0.000699 ! Fit after self-cal, rms=0.075367Jy sigma=0.000699 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 (-89.5, -100). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010197 Jy ! Component: 100 - total flux cleaned = 0.00107493 Jy ! Component: 150 - total flux cleaned = 0.00110382 Jy ! Component: 200 - total flux cleaned = 0.001156 Jy ! Total flux subtracted in 200 components = 0.001156 Jy ! Clean residual min=-0.001643 max=0.001601 Jy/beam ! Clean residual mean=-0.000010 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.61379 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 0.61379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075323Jy sigma=0.000698 ! Fit after self-cal, rms=0.075321Jy sigma=0.000698 ! 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.075321Jy sigma=0.000698 ! Fit after self-cal, rms=0.075369Jy sigma=0.000698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.926 mas, bmaj=9.073 mas, bpa=28.78 degrees ! Estimated noise=608.759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000583862 Jy ! Component: 100 - total flux cleaned = 0.000759191 Jy ! Component: 150 - total flux cleaned = 0.000787914 Jy ! Component: 200 - total flux cleaned = 0.000787137 Jy ! Total flux subtracted in 200 components = 0.000787137 Jy ! Clean residual min=-0.001599 max=0.001524 Jy/beam ! Clean residual mean=-0.000022 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.614577 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 123 components and 0.614577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075364Jy sigma=0.000698 ! Fit after self-cal, rms=0.075360Jy sigma=0.000698 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.43032e-05 Jy ! Component: 100 - total flux cleaned = 0.000252363 Jy ! Component: 150 - total flux cleaned = 0.000251951 Jy ! Component: 200 - total flux cleaned = 0.000252663 Jy ! Total flux subtracted in 200 components = 0.000252663 Jy ! Clean residual min=-0.001574 max=0.001522 Jy/beam ! Clean residual mean=-0.000022 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.61483 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.61483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075362Jy sigma=0.000698 ! Fit after self-cal, rms=0.075359Jy sigma=0.000698 ! 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.72 mas, bmaj=5.214 mas, bpa=9.959 degrees ! Estimated noise=482.681 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.72 x 5.214 at 9.959 degrees (North through East) ! Clean map min=-0.0015359 max=0.55186 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075359Jy sigma=0.000698 ! Fit after self-cal, rms=0.068367Jy sigma=0.000627 ! Inverting map and beam ! Estimated beam: bmin=3.72 mas, bmaj=5.214 mas, bpa=10 degrees ! Estimated noise=482.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000364972 Jy ! Component: 100 - total flux cleaned = -0.000337373 Jy ! Component: 150 - total flux cleaned = -0.000259676 Jy ! Component: 200 - total flux cleaned = -0.000211176 Jy ! Total flux subtracted in 200 components = -0.000211176 Jy ! Clean residual min=-0.001524 max=0.001506 Jy/beam ! Clean residual mean=-0.000010 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.614619 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 134 components and 0.614619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068345Jy sigma=0.000627 ! Fit after self-cal, rms=0.068344Jy sigma=0.000627 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.13466e-05 Jy ! Component: 100 - total flux cleaned = 4.2589e-05 Jy ! Component: 150 - total flux cleaned = 4.22732e-05 Jy ! Component: 200 - total flux cleaned = 8.20519e-05 Jy ! Total flux subtracted in 200 components = 8.20519e-05 Jy ! Clean residual min=-0.001502 max=0.001454 Jy/beam ! Clean residual mean=-0.000011 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.614701 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 140 components and 0.614701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068332Jy sigma=0.000626 ! Fit after self-cal, rms=0.068331Jy sigma=0.000626 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068331Jy sigma=0.000626 ! Fit after self-cal, rms=0.068325Jy sigma=0.000626 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.042 mas, bmaj=4.282 mas, bpa=4.085 degrees ! Estimated noise=804.028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.42242 Jy ! Component: 100 - total flux cleaned = 0.52187 Jy ! Component: 150 - total flux cleaned = 0.560117 Jy ! Component: 200 - total flux cleaned = 0.577368 Jy ! Total flux subtracted in 200 components = 0.577368 Jy ! Clean residual min=-0.003310 max=0.007654 Jy/beam ! Clean residual mean=-0.000001 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.577368 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.577368 Jy ! Inverting map and beam ! Estimated beam: bmin=3.721 mas, bmaj=5.214 mas, bpa=10.02 degrees ! Estimated noise=482.138 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.0109395 Jy ! Component: 100 - total flux cleaned = 0.0176236 Jy ! Component: 150 - total flux cleaned = 0.0224007 Jy ! Component: 200 - total flux cleaned = 0.0258921 Jy ! Total flux subtracted in 200 components = 0.0258921 Jy ! Clean residual min=-0.001996 max=0.003303 Jy/beam ! Clean residual mean=-0.000010 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.60326 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 46 components and 0.60326 Jy ! Inverting map ! Added new window around map position (7, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333675 Jy ! Component: 100 - total flux cleaned = 0.00557193 Jy ! Component: 150 - total flux cleaned = 0.00724307 Jy ! Component: 200 - total flux cleaned = 0.00820121 Jy ! Total flux subtracted in 200 components = 0.00820121 Jy ! Clean residual min=-0.001582 max=0.001433 Jy/beam ! Clean residual mean=-0.000010 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.611461 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 75 components and 0.611461 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.926 mas, bmaj=9.071 mas, bpa=28.89 degrees ! Estimated noise=607.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164321 Jy ! Component: 100 - total flux cleaned = 0.00252799 Jy ! Component: 150 - total flux cleaned = 0.00296185 Jy ! Component: 200 - total flux cleaned = 0.00318992 Jy ! Total flux subtracted in 200 components = 0.00318992 Jy ! Clean residual min=-0.001622 max=0.001506 Jy/beam ! Clean residual mean=-0.000023 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.614651 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.000108471 Jy ! Component: 100 - total flux cleaned = 0.000167305 Jy ! Component: 150 - total flux cleaned = 0.000238603 Jy ! Component: 200 - total flux cleaned = 0.000303337 Jy ! Total flux subtracted in 200 components = 0.000303337 Jy ! Clean residual min=-0.001568 max=0.001483 Jy/beam ! Clean residual mean=-0.000023 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.614954 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 132 components and 0.614955 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.721 mas, bmaj=5.214 mas, bpa=10.02 degrees ! Estimated noise=482.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000152126 Jy ! Component: 100 - total flux cleaned = -0.000126699 Jy ! Component: 150 - total flux cleaned = -0.000150439 Jy ! Component: 200 - total flux cleaned = -0.000150382 Jy ! Total flux subtracted in 200 components = -0.000150382 Jy ! Clean residual min=-0.001377 max=0.001355 Jy/beam ! Clean residual mean=-0.000010 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.614804 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 149 components and 0.614804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068281Jy sigma=0.000626 ! Fit after self-cal, rms=0.068269Jy sigma=0.000626 wmodel J0832+4913_S_2017_06_10_pus_map.mod ! Writing 149 model components to file: J0832+4913_S_2017_06_10_pus_map.mod wobs J0832+4913_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0832+4913_S_2017_06_10_pus_uvs.fits wwins J0832+4913_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J0832+4913_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.000117411 Jy ! Component: 100 - total flux cleaned = -0.000493906 Jy ! Component: 150 - total flux cleaned = -0.000651524 Jy ! Component: 200 - total flux cleaned = -0.000803555 Jy ! Component: 250 - total flux cleaned = -0.000971605 Jy ! Component: 300 - total flux cleaned = -0.00109421 Jy ! Component: 350 - total flux cleaned = -0.00115422 Jy ! Component: 400 - total flux cleaned = -0.00119349 Jy ! Component: 450 - total flux cleaned = -0.00121257 Jy ! Component: 500 - total flux cleaned = -0.00123142 Jy ! Component: 550 - total flux cleaned = -0.00124961 Jy ! Component: 600 - total flux cleaned = -0.00126768 Jy ! Component: 650 - total flux cleaned = -0.00130282 Jy ! Component: 700 - total flux cleaned = -0.00130271 Jy ! Component: 750 - total flux cleaned = -0.00133732 Jy ! Component: 800 - total flux cleaned = -0.00135433 Jy ! Component: 850 - total flux cleaned = -0.00138753 Jy ! Component: 900 - total flux cleaned = -0.00133848 Jy ! Component: 950 - total flux cleaned = -0.00143561 Jy ! Component: 1000 - total flux cleaned = -0.00145144 Jy ! Component: 1050 - total flux cleaned = -0.00143559 Jy ! Component: 1100 - total flux cleaned = -0.00143553 Jy ! Component: 1150 - total flux cleaned = -0.00143565 Jy ! Component: 1200 - total flux cleaned = -0.0014661 Jy ! Component: 1250 - total flux cleaned = -0.00146595 Jy ! Component: 1300 - total flux cleaned = -0.00143634 Jy ! Component: 1350 - total flux cleaned = -0.00146562 Jy ! Component: 1400 - total flux cleaned = -0.00147988 Jy ! Component: 1450 - total flux cleaned = -0.00150863 Jy ! Component: 1500 - total flux cleaned = -0.00153684 Jy ! Component: 1550 - total flux cleaned = -0.00155094 Jy ! Component: 1600 - total flux cleaned = -0.00152347 Jy ! Component: 1650 - total flux cleaned = -0.00155102 Jy ! Component: 1700 - total flux cleaned = -0.0015375 Jy ! Component: 1750 - total flux cleaned = -0.00157791 Jy ! Component: 1800 - total flux cleaned = -0.00157799 Jy ! Component: 1850 - total flux cleaned = -0.00163078 Jy ! Component: 1900 - total flux cleaned = -0.00160453 Jy ! Component: 1950 - total flux cleaned = -0.00168198 Jy ! Component: 2000 - total flux cleaned = -0.00163075 Jy ! Component: 2050 - total flux cleaned = -0.00168142 Jy ! Component: 2100 - total flux cleaned = -0.00168125 Jy ! Component: 2150 - total flux cleaned = -0.00174334 Jy ! Component: 2200 - total flux cleaned = -0.00171869 Jy ! Component: 2250 - total flux cleaned = -0.00175515 Jy ! Component: 2300 - total flux cleaned = -0.00176726 Jy ! Component: 2350 - total flux cleaned = -0.00177918 Jy ! Component: 2400 - total flux cleaned = -0.00177919 Jy ! Component: 2450 - total flux cleaned = -0.00179095 Jy ! Component: 2500 - total flux cleaned = -0.00175596 Jy ! Component: 2550 - total flux cleaned = -0.00177925 Jy ! Component: 2600 - total flux cleaned = -0.00177925 Jy ! Component: 2650 - total flux cleaned = -0.00176785 Jy ! Component: 2700 - total flux cleaned = -0.00179049 Jy ! Component: 2750 - total flux cleaned = -0.00176812 Jy ! Component: 2800 - total flux cleaned = -0.0017792 Jy ! Component: 2850 - total flux cleaned = -0.00176808 Jy ! Component: 2900 - total flux cleaned = -0.00176821 Jy ! Component: 2950 - total flux cleaned = -0.00181156 Jy ! Component: 3000 - total flux cleaned = -0.00180074 Jy ! Component: 3050 - total flux cleaned = -0.00181145 Jy ! Component: 3100 - total flux cleaned = -0.00181143 Jy ! Component: 3150 - total flux cleaned = -0.00181145 Jy ! Component: 3200 - total flux cleaned = -0.00182182 Jy ! Component: 3250 - total flux cleaned = -0.0018218 Jy ! Component: 3300 - total flux cleaned = -0.00181149 Jy ! Component: 3350 - total flux cleaned = -0.00180132 Jy ! Component: 3400 - total flux cleaned = -0.00179114 Jy ! Component: 3450 - total flux cleaned = -0.0017811 Jy ! Component: 3500 - total flux cleaned = -0.00177114 Jy ! Component: 3550 - total flux cleaned = -0.0017811 Jy ! Component: 3600 - total flux cleaned = -0.00179097 Jy ! Component: 3650 - total flux cleaned = -0.00179097 Jy ! Component: 3700 - total flux cleaned = -0.00179102 Jy ! Component: 3750 - total flux cleaned = -0.00178136 Jy ! Component: 3800 - total flux cleaned = -0.00178141 Jy ! Component: 3850 - total flux cleaned = -0.00178144 Jy ! Component: 3900 - total flux cleaned = -0.00179084 Jy ! Component: 3950 - total flux cleaned = -0.00180958 Jy ! Component: 4000 - total flux cleaned = -0.00183765 Jy ! Component: 4050 - total flux cleaned = -0.00180974 Jy ! Total flux subtracted in 4096 components = -0.00180973 Jy ! Clean residual min=-0.000563 max=0.000517 Jy/beam ! Clean residual mean=-0.000003 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.612994 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 443 components and 0.612994 Jy ![Exited script file: muppet] wmap "J0832+4913_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.721 x 5.214 at 10.02 degrees (North through East) ! Clean map min=-0.0010925 max=0.55162 Jy/beam ! Writing clean map to FITS file: J0832+4913_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.551617 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167978 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0913559 0.0913559 0.182712 0.365424 0.730847 1.46169 2.92339 5.84678 11.6936 23.3871 46.7742 93.5485 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.551 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.721 x 5.214 at 10.02 degrees (North through East) ! Clean map min=-0.0010925 max=0.55162 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 J0832+4913_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:48:59 2019