! Started logfile: J0739+7527_S_2017_01_21_pus_uvs.log on Sun May 5 15:49:26 2019 obs J0739+7527_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0739+7527_S_2017_01_21_pus_uva.fits ! AN table 1: 218 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.871305 visibilities/baseline/integration-bin. ! Found source: J0739+7527 ! ! 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 558 lines of history. ! ! Reading 27352 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 J0739+7527_S_2017_01_21_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 567 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.842867Jy sigma=0.006484 ! Fit after self-cal, rms=0.828905Jy sigma=0.006382 ! 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.908 mas, bmaj=3.723 mas, bpa=-61.64 degrees ! Estimated noise=1249.49 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.135734 Jy ! Component: 100 - total flux cleaned = 0.170817 Jy ! Total flux subtracted in 100 components = 0.170817 Jy ! Clean residual min=-0.005524 max=0.013487 Jy/beam ! Clean residual mean=-0.000005 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.170817 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.170817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097106Jy sigma=0.000688 ! Fit after self-cal, rms=0.097083Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013385 Jy ! Component: 100 - total flux cleaned = 0.0185338 Jy ! Total flux subtracted in 100 components = 0.0185338 Jy ! Clean residual min=-0.004753 max=0.005525 Jy/beam ! Clean residual mean=0.000012 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.189351 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 10 components and 0.189351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095730Jy sigma=0.000675 ! Fit after self-cal, rms=0.095681Jy sigma=0.000674 ! 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.608 mas, bmaj=4.423 mas, bpa=-62.17 degrees ! Estimated noise=600.178 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.00271224 Jy ! Component: 100 - total flux cleaned = 0.003268 Jy ! Component: 150 - total flux cleaned = 0.0034392 Jy ! Component: 200 - total flux cleaned = 0.00362381 Jy ! Total flux subtracted in 200 components = 0.00362381 Jy ! Clean residual min=-0.003817 max=0.003490 Jy/beam ! Clean residual mean=0.000023 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.192975 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 18 components and 0.192975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095623Jy sigma=0.000673 ! Fit after self-cal, rms=0.095609Jy sigma=0.000673 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 0.98 LA 1.05 ! MK 0.97 NL 0.96 OV 1.00 PT 0.97 ! SC 0.92 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 1.02 LA 1.03 ! MK 1.01 NL 0.96 OV 1.01 PT 0.93 ! SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.01 LA 1.03 ! MK 1.03 NL 0.95 OV 0.93 PT 0.95 ! SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 0.98 LA 1.13 ! MK 0.93 NL 1.00* OV 0.98 PT 0.98 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.095609Jy sigma=0.000673 ! Fit after self-cal, rms=0.095493Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=4.408 mas, bpa=-62.12 degrees ! Estimated noise=597.301 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.00103158 Jy ! Component: 100 - total flux cleaned = 0.00111006 Jy ! Component: 150 - total flux cleaned = 0.00113988 Jy ! Component: 200 - total flux cleaned = 0.00116576 Jy ! Total flux subtracted in 200 components = 0.00116576 Jy ! Clean residual min=-0.002754 max=0.002848 Jy/beam ! Clean residual mean=0.000027 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.194141 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 22 components and 0.194141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095470Jy sigma=0.000667 ! Fit after self-cal, rms=0.095524Jy sigma=0.000667 ! 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.095524Jy sigma=0.000667 ! Fit after self-cal, rms=0.096782Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=4.408 mas, bpa=-62.47 degrees ! Estimated noise=598.175 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000826522 Jy ! Component: 100 - total flux cleaned = 0.000873 Jy ! Component: 150 - total flux cleaned = 0.000936206 Jy ! Component: 200 - total flux cleaned = 0.000973997 Jy ! Total flux subtracted in 200 components = 0.000973997 Jy ! Clean residual min=-0.001820 max=0.002249 Jy/beam ! Clean residual mean=0.000009 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.195115 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.195115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096767Jy sigma=0.000664 ! Fit after self-cal, rms=0.096819Jy sigma=0.000664 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 (-4.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144271 Jy ! Component: 100 - total flux cleaned = 0.00169218 Jy ! Component: 150 - total flux cleaned = 0.00173043 Jy ! Component: 200 - total flux cleaned = 0.00176285 Jy ! Total flux subtracted in 200 components = 0.00176285 Jy ! Clean residual min=-0.001793 max=0.001948 Jy/beam ! Clean residual mean=0.000011 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.196878 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.196878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096768Jy sigma=0.000664 ! Fit after self-cal, rms=0.096759Jy sigma=0.000664 ! Inverting map ! Added new window around map position (6, -59.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129212 Jy ! Component: 100 - total flux cleaned = 0.00158067 Jy ! Component: 150 - total flux cleaned = 0.0016493 Jy ! Component: 200 - total flux cleaned = 0.00170994 Jy ! Total flux subtracted in 200 components = 0.00170994 Jy ! Clean residual min=-0.001606 max=0.001565 Jy/beam ! Clean residual mean=0.000012 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.198588 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 60 components and 0.198588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096722Jy sigma=0.000663 ! Fit after self-cal, rms=0.096721Jy sigma=0.000663 ! 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.096721Jy sigma=0.000663 ! Fit after self-cal, rms=0.097039Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.59 mas, bmaj=4.404 mas, bpa=-62.49 degrees ! Estimated noise=598.776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000787174 Jy ! Component: 100 - total flux cleaned = 0.000977446 Jy ! Component: 150 - total flux cleaned = 0.00114058 Jy ! Component: 200 - total flux cleaned = 0.00128635 Jy ! Total flux subtracted in 200 components = 0.00128635 Jy ! Clean residual min=-0.001542 max=0.001509 Jy/beam ! Clean residual mean=0.000010 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.199874 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.199874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097018Jy sigma=0.000663 ! Fit after self-cal, rms=0.097023Jy sigma=0.000663 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.000239428 Jy ! Component: 100 - total flux cleaned = 0.000281936 Jy ! Component: 150 - total flux cleaned = 0.00030218 Jy ! Component: 200 - total flux cleaned = 0.000339649 Jy ! Total flux subtracted in 200 components = 0.000339649 Jy ! Clean residual min=-0.001502 max=0.001487 Jy/beam ! Clean residual mean=0.000011 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.200213 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 76 components and 0.200214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097013Jy sigma=0.000663 ! Fit after self-cal, rms=0.097011Jy sigma=0.000663 ! 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.097011Jy sigma=0.000663 ! Fit after self-cal, rms=0.097171Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.41 mas, bmaj=8.749 mas, bpa=-73.95 degrees ! Estimated noise=774.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.12052e-05 Jy ! Component: 100 - total flux cleaned = 0.000216648 Jy ! Component: 150 - total flux cleaned = 0.000277851 Jy ! Component: 200 - total flux cleaned = 0.000291361 Jy ! Total flux subtracted in 200 components = 0.000291361 Jy ! Clean residual min=-0.001940 max=0.001670 Jy/beam ! Clean residual mean=0.000025 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.200505 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 92 components and 0.200505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097171Jy sigma=0.000663 ! Fit after self-cal, rms=0.097174Jy sigma=0.000663 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 = 8.44059e-06 Jy ! Component: 100 - total flux cleaned = 3.27377e-05 Jy ! Component: 150 - total flux cleaned = 5.52028e-05 Jy ! Component: 200 - total flux cleaned = 7.63625e-05 Jy ! Total flux subtracted in 200 components = 7.63625e-05 Jy ! Clean residual min=-0.001868 max=0.001687 Jy/beam ! Clean residual mean=0.000025 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.200581 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.200581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097174Jy sigma=0.000663 ! Fit after self-cal, rms=0.097174Jy sigma=0.000663 ! 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.589 mas, bmaj=4.401 mas, bpa=-62.49 degrees ! Estimated noise=599.218 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.589 x 4.401 at -62.49 degrees (North through East) ! Clean map min=-0.0014574 max=0.17072 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.89 mas, bmaj=3.721 mas, bpa=-62.08 degrees ! Estimated noise=1236.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133842 Jy ! Component: 100 - total flux cleaned = 0.169888 Jy ! Component: 150 - total flux cleaned = 0.184107 Jy ! Component: 200 - total flux cleaned = 0.190228 Jy ! Total flux subtracted in 200 components = 0.190228 Jy ! Clean residual min=-0.003861 max=0.003738 Jy/beam ! Clean residual mean=0.000000 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.190228 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.190228 Jy ! Inverting map and beam ! Estimated beam: bmin=3.589 mas, bmaj=4.401 mas, bpa=-62.49 degrees ! Estimated noise=599.218 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.00403103 Jy ! Component: 100 - total flux cleaned = 0.00560103 Jy ! Component: 150 - total flux cleaned = 0.00656023 Jy ! Component: 200 - total flux cleaned = 0.00723186 Jy ! Total flux subtracted in 200 components = 0.00723186 Jy ! Clean residual min=-0.001813 max=0.001618 Jy/beam ! Clean residual mean=0.000007 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.19746 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.19746 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.41 mas, bmaj=8.749 mas, bpa=-73.95 degrees ! Estimated noise=774.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158295 Jy ! Component: 100 - total flux cleaned = 0.00237543 Jy ! Component: 150 - total flux cleaned = 0.00257621 Jy ! Component: 200 - total flux cleaned = 0.00272123 Jy ! Total flux subtracted in 200 components = 0.00272123 Jy ! Clean residual min=-0.001965 max=0.001724 Jy/beam ! Clean residual mean=0.000024 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.200181 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.000106264 Jy ! Component: 100 - total flux cleaned = 0.000144796 Jy ! Component: 150 - total flux cleaned = 0.000181112 Jy ! Component: 200 - total flux cleaned = 0.000230673 Jy ! Total flux subtracted in 200 components = 0.000230673 Jy ! Clean residual min=-0.001898 max=0.001719 Jy/beam ! Clean residual mean=0.000025 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.200412 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 68 components and 0.200412 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.589 mas, bmaj=4.401 mas, bpa=-62.49 degrees ! Estimated noise=599.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000227818 Jy ! Component: 100 - total flux cleaned = -5.5932e-05 Jy ! Component: 150 - total flux cleaned = 0.000100175 Jy ! Component: 200 - total flux cleaned = 0.000212451 Jy ! Total flux subtracted in 200 components = 0.000212451 Jy ! Clean residual min=-0.001614 max=0.001463 Jy/beam ! Clean residual mean=0.000010 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.200624 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 85 components and 0.200624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097172Jy sigma=0.000663 ! Fit after self-cal, rms=0.097172Jy sigma=0.000663 wmodel J0739+7527_S_2017_01_21_pus_map.mod ! Writing 85 model components to file: J0739+7527_S_2017_01_21_pus_map.mod wobs J0739+7527_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0739+7527_S_2017_01_21_pus_uvs.fits wwins J0739+7527_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J0739+7527_S_2017_01_21_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.000209059 Jy ! Component: 100 - total flux cleaned = -8.06582e-05 Jy ! Component: 150 - total flux cleaned = 4.16074e-05 Jy ! Component: 200 - total flux cleaned = 0.000229568 Jy ! Component: 250 - total flux cleaned = 0.000433154 Jy ! Component: 300 - total flux cleaned = 0.00058723 Jy ! Component: 350 - total flux cleaned = 0.000716105 Jy ! Component: 400 - total flux cleaned = 0.000821093 Jy ! Component: 450 - total flux cleaned = 0.000944636 Jy ! Component: 500 - total flux cleaned = 0.00110549 Jy ! Component: 550 - total flux cleaned = 0.00120415 Jy ! Component: 600 - total flux cleaned = 0.00128171 Jy ! Component: 650 - total flux cleaned = 0.00139651 Jy ! Component: 700 - total flux cleaned = 0.00149062 Jy ! Component: 750 - total flux cleaned = 0.00163898 Jy ! Component: 800 - total flux cleaned = 0.00180266 Jy ! Component: 850 - total flux cleaned = 0.00189246 Jy ! Component: 900 - total flux cleaned = 0.00203428 Jy ! Component: 950 - total flux cleaned = 0.00212198 Jy ! Component: 1000 - total flux cleaned = 0.00226027 Jy ! Component: 1050 - total flux cleaned = 0.00234573 Jy ! Component: 1100 - total flux cleaned = 0.00239648 Jy ! Component: 1150 - total flux cleaned = 0.00254704 Jy ! Component: 1200 - total flux cleaned = 0.00258027 Jy ! Component: 1250 - total flux cleaned = 0.00267845 Jy ! Component: 1300 - total flux cleaned = 0.00271068 Jy ! Component: 1350 - total flux cleaned = 0.00280693 Jy ! Component: 1400 - total flux cleaned = 0.00290208 Jy ! Component: 1450 - total flux cleaned = 0.00293355 Jy ! Component: 1500 - total flux cleaned = 0.00304204 Jy ! Component: 1550 - total flux cleaned = 0.00305735 Jy ! Component: 1600 - total flux cleaned = 0.00320909 Jy ! Component: 1650 - total flux cleaned = 0.00325405 Jy ! Component: 1700 - total flux cleaned = 0.00332827 Jy ! Component: 1750 - total flux cleaned = 0.00340205 Jy ! Component: 1800 - total flux cleaned = 0.00350406 Jy ! Component: 1850 - total flux cleaned = 0.00354751 Jy ! Component: 1900 - total flux cleaned = 0.00359048 Jy ! Component: 1950 - total flux cleaned = 0.00360482 Jy ! Component: 2000 - total flux cleaned = 0.00366116 Jy ! Component: 2050 - total flux cleaned = 0.00370319 Jy ! Component: 2100 - total flux cleaned = 0.0037309 Jy ! Component: 2150 - total flux cleaned = 0.00374474 Jy ! Component: 2200 - total flux cleaned = 0.00375841 Jy ! Component: 2250 - total flux cleaned = 0.00381241 Jy ! Component: 2300 - total flux cleaned = 0.0037989 Jy ! Component: 2350 - total flux cleaned = 0.00382558 Jy ! Component: 2400 - total flux cleaned = 0.00382558 Jy ! Component: 2450 - total flux cleaned = 0.00379944 Jy ! Component: 2500 - total flux cleaned = 0.00383849 Jy ! Component: 2550 - total flux cleaned = 0.00386438 Jy ! Component: 2600 - total flux cleaned = 0.00388987 Jy ! Component: 2650 - total flux cleaned = 0.00387718 Jy ! Component: 2700 - total flux cleaned = 0.00392774 Jy ! Component: 2750 - total flux cleaned = 0.00394035 Jy ! Component: 2800 - total flux cleaned = 0.00397772 Jy ! Component: 2850 - total flux cleaned = 0.00402733 Jy ! Component: 2900 - total flux cleaned = 0.0040396 Jy ! Component: 2950 - total flux cleaned = 0.0041008 Jy ! Component: 3000 - total flux cleaned = 0.00413725 Jy ! Component: 3050 - total flux cleaned = 0.00419762 Jy ! Component: 3100 - total flux cleaned = 0.00425767 Jy ! Component: 3150 - total flux cleaned = 0.00434151 Jy ! Component: 3200 - total flux cleaned = 0.00440096 Jy ! Component: 3250 - total flux cleaned = 0.00448359 Jy ! Component: 3300 - total flux cleaned = 0.00454233 Jy ! Component: 3350 - total flux cleaned = 0.00458924 Jy ! Component: 3400 - total flux cleaned = 0.00469385 Jy ! Component: 3450 - total flux cleaned = 0.00475171 Jy ! Component: 3500 - total flux cleaned = 0.00482083 Jy ! Component: 3550 - total flux cleaned = 0.00491235 Jy ! Component: 3600 - total flux cleaned = 0.00492372 Jy ! Component: 3650 - total flux cleaned = 0.00502567 Jy ! Component: 3700 - total flux cleaned = 0.00503699 Jy ! Component: 3750 - total flux cleaned = 0.00511555 Jy ! Component: 3800 - total flux cleaned = 0.00518243 Jy ! Component: 3850 - total flux cleaned = 0.00522687 Jy ! Component: 3900 - total flux cleaned = 0.00524894 Jy ! Component: 3950 - total flux cleaned = 0.00528194 Jy ! Component: 4000 - total flux cleaned = 0.00536948 Jy ! Component: 4050 - total flux cleaned = 0.00540208 Jy ! Total flux subtracted in 4096 components = 0.00545621 Jy ! Clean residual min=-0.000589 max=0.000745 Jy/beam ! Clean residual mean=0.000005 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.20608 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 396 components and 0.20608 Jy ![Exited script file: muppet] wmap "J0739+7527_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.589 x 4.401 at -62.49 degrees (North through East) ! Clean map min=-0.0010411 max=0.1698 Jy/beam ! Writing clean map to FITS file: J0739+7527_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.169801 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189239 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.334344 0.334344 0.668687 1.33737 2.67475 5.3495 10.699 21.398 42.796 85.592 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.169 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.589 x 4.401 at -62.49 degrees (North through East) ! Clean map min=-0.0010411 max=0.1698 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 J0739+7527_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:49:33 2019