! Started logfile: J0555+3948_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:39:59 2019 obs J0555+3948_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0555+3948_S_2017_05_31_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.781944 visibilities/baseline/integration-bin. ! Found source: J0555+3948 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 703 lines of history. ! ! Reading 4504 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 J0555+3948_S_2017_05_31_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.974411Jy sigma=0.018795 ! Fit after self-cal, rms=1.971470Jy sigma=0.018766 ! 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.749 mas, bmaj=5.842 mas, bpa=-0.5548 degrees ! Estimated noise=1563.42 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 = 2.25666 Jy ! Component: 100 - total flux cleaned = 2.76842 Jy ! Total flux subtracted in 100 components = 2.76842 Jy ! Clean residual min=-0.071199 max=0.185267 Jy/beam ! Clean residual mean=0.000114 rms=0.016841 Jy/beam ! Combined flux in latest and established models = 2.76842 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 2.76842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.457147Jy sigma=0.003635 ! Fit after self-cal, rms=0.457150Jy sigma=0.003635 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.201625 Jy ! Component: 100 - total flux cleaned = 0.304803 Jy ! Total flux subtracted in 100 components = 0.304803 Jy ! Clean residual min=-0.068094 max=0.050075 Jy/beam ! Clean residual mean=-0.000054 rms=0.010729 Jy/beam ! Combined flux in latest and established models = 3.07322 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 3.07322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.380051Jy sigma=0.002734 ! Fit after self-cal, rms=0.380054Jy sigma=0.002734 ! 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.363 mas, bmaj=6.804 mas, bpa=1.351 degrees ! Estimated noise=1241.72 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.0257327 Jy ! Component: 100 - total flux cleaned = -0.025687 Jy ! Component: 150 - total flux cleaned = -0.0258055 Jy ! Component: 200 - total flux cleaned = -0.026684 Jy ! Total flux subtracted in 200 components = -0.026684 Jy ! Clean residual min=-0.053172 max=0.032887 Jy/beam ! Clean residual mean=-0.000111 rms=0.008817 Jy/beam ! Combined flux in latest and established models = 3.04654 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 3.04654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.371186Jy sigma=0.002653 ! Fit after self-cal, rms=0.371179Jy sigma=0.002653 ! 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.98 FD 0.98 HN 0.96 KP 1.02 ! LA 1.00 MK 1.04 NL 0.91 OV 0.99 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.01 KP 0.98 ! LA 0.97 MK 1.01 NL 1.03 OV 1.06 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.02 HN 0.98 KP 0.98 ! LA 0.98 MK 1.06 NL 0.97 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.87 KP 1.67 ! LA 1.03 MK 1.27 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.371179Jy sigma=0.002653 ! Fit after self-cal, rms=0.236044Jy sigma=0.001552 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.375 mas, bmaj=6.782 mas, bpa=1.716 degrees ! Estimated noise=1242.12 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.0261638 Jy ! Component: 100 - total flux cleaned = 0.0285709 Jy ! Component: 150 - total flux cleaned = 0.0290191 Jy ! Component: 200 - total flux cleaned = 0.0301896 Jy ! Total flux subtracted in 200 components = 0.0301896 Jy ! Clean residual min=-0.019593 max=0.017430 Jy/beam ! Clean residual mean=-0.000053 rms=0.004527 Jy/beam ! Combined flux in latest and established models = 3.07673 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 3.07673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.232387Jy sigma=0.001509 ! Fit after self-cal, rms=0.232421Jy sigma=0.001509 ! 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.232421Jy sigma=0.001509 ! Fit after self-cal, rms=0.128047Jy sigma=0.000951 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.375 mas, bmaj=6.792 mas, bpa=1.577 degrees ! Estimated noise=1244.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00803322 Jy ! Component: 100 - total flux cleaned = 0.00836665 Jy ! Component: 150 - total flux cleaned = 0.00837567 Jy ! Component: 200 - total flux cleaned = 0.00838127 Jy ! Total flux subtracted in 200 components = 0.00838127 Jy ! Clean residual min=-0.011451 max=0.011451 Jy/beam ! Clean residual mean=-0.000021 rms=0.002789 Jy/beam ! Combined flux in latest and established models = 3.08511 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 42 components and 3.08511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126892Jy sigma=0.000938 ! Fit after self-cal, rms=0.126887Jy sigma=0.000938 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 = -2.97661e-05 Jy ! Component: 100 - total flux cleaned = -3.04093e-05 Jy ! Component: 150 - total flux cleaned = -3.00366e-05 Jy ! Component: 200 - total flux cleaned = 0.000111662 Jy ! Total flux subtracted in 200 components = 0.000111662 Jy ! Clean residual min=-0.011215 max=0.011291 Jy/beam ! Clean residual mean=-0.000022 rms=0.002768 Jy/beam ! Combined flux in latest and established models = 3.08522 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 3.08522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126524Jy sigma=0.000935 ! Fit after self-cal, rms=0.126521Jy sigma=0.000935 ! 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.126521Jy sigma=0.000935 ! Fit after self-cal, rms=0.095549Jy sigma=0.000734 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=6.789 mas, bpa=1.491 degrees ! Estimated noise=1245.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00590119 Jy ! Component: 100 - total flux cleaned = 0.00622036 Jy ! Component: 150 - total flux cleaned = 0.00636277 Jy ! Component: 200 - total flux cleaned = 0.00636295 Jy ! Total flux subtracted in 200 components = 0.00636295 Jy ! Clean residual min=-0.010425 max=0.005672 Jy/beam ! Clean residual mean=-0.000004 rms=0.001320 Jy/beam ! Combined flux in latest and established models = 3.09159 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 3.09159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094803Jy sigma=0.000728 ! Fit after self-cal, rms=0.094804Jy sigma=0.000728 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.32887e-06 Jy ! Component: 100 - total flux cleaned = 0.000119012 Jy ! Component: 150 - total flux cleaned = 0.000114552 Jy ! Component: 200 - total flux cleaned = -2.6066e-06 Jy ! Total flux subtracted in 200 components = -2.6066e-06 Jy ! Clean residual min=-0.010143 max=0.005591 Jy/beam ! Clean residual mean=-0.000004 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 3.09158 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 3.09158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094506Jy sigma=0.000725 ! Fit after self-cal, rms=0.094506Jy sigma=0.000725 ! 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.094506Jy sigma=0.000725 ! Fit after self-cal, rms=0.093810Jy sigma=0.000721 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.75 mas, bmaj=10.24 mas, bpa=-1.349 degrees ! Estimated noise=1564.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00137317 Jy ! Component: 100 - total flux cleaned = -0.00121289 Jy ! Component: 150 - total flux cleaned = -0.00106755 Jy ! Component: 200 - total flux cleaned = -0.000940265 Jy ! Total flux subtracted in 200 components = -0.000940265 Jy ! Clean residual min=-0.005177 max=0.004406 Jy/beam ! Clean residual mean=0.000009 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 3.09064 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 49 components and 3.09064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093796Jy sigma=0.000720 ! Fit after self-cal, rms=0.093793Jy sigma=0.000720 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.56127e-05 Jy ! Component: 100 - total flux cleaned = 0.000188963 Jy ! Component: 150 - total flux cleaned = 0.000321724 Jy ! Component: 200 - total flux cleaned = 0.000398836 Jy ! Total flux subtracted in 200 components = 0.000398836 Jy ! Clean residual min=-0.005181 max=0.004348 Jy/beam ! Clean residual mean=0.000008 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 3.09104 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 51 components and 3.09104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093816Jy sigma=0.000720 ! Fit after self-cal, rms=0.093814Jy sigma=0.000720 ! 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.374 mas, bmaj=6.787 mas, bpa=1.466 degrees ! Estimated noise=1246.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.374 x 6.787 at 1.466 degrees (North through East) ! Clean map min=-0.0052994 max=2.9308 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.093814Jy sigma=0.000720 ! Fit after self-cal, rms=0.083684Jy sigma=0.000643 ! Inverting map and beam ! Estimated beam: bmin=3.376 mas, bmaj=6.787 mas, bpa=1.457 degrees ! Estimated noise=1245.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266727 Jy ! Component: 100 - total flux cleaned = 0.00288658 Jy ! Component: 150 - total flux cleaned = 0.00298691 Jy ! Component: 200 - total flux cleaned = 0.0029854 Jy ! Total flux subtracted in 200 components = 0.0029854 Jy ! Clean residual min=-0.009379 max=0.004909 Jy/beam ! Clean residual mean=-0.000002 rms=0.001197 Jy/beam ! Combined flux in latest and established models = 3.09403 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 3.09403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083339Jy sigma=0.000640 ! Fit after self-cal, rms=0.083338Jy sigma=0.000640 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.99945e-06 Jy ! Component: 100 - total flux cleaned = -9.80448e-05 Jy ! Component: 150 - total flux cleaned = -9.81179e-05 Jy ! Component: 200 - total flux cleaned = -9.95946e-05 Jy ! Total flux subtracted in 200 components = -9.95946e-05 Jy ! Clean residual min=-0.009287 max=0.004828 Jy/beam ! Clean residual mean=-0.000002 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 3.09393 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 3.09393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083130Jy sigma=0.000639 ! Fit after self-cal, rms=0.083129Jy sigma=0.000639 ! 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.083129Jy sigma=0.000639 ! Fit after self-cal, rms=0.083192Jy sigma=0.000639 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.773 mas, bmaj=5.858 mas, bpa=-0.4961 degrees ! Estimated noise=1558.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.2491 Jy ! Component: 100 - total flux cleaned = 2.75 Jy ! Component: 150 - total flux cleaned = 2.9309 Jy ! Component: 200 - total flux cleaned = 3.02293 Jy ! Total flux subtracted in 200 components = 3.02293 Jy ! Clean residual min=-0.017953 max=0.044006 Jy/beam ! Clean residual mean=0.000040 rms=0.004101 Jy/beam ! Combined flux in latest and established models = 3.02293 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 3.02293 Jy ! Inverting map and beam ! Estimated beam: bmin=3.376 mas, bmaj=6.786 mas, bpa=1.454 degrees ! Estimated noise=1246.4 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.0490786 Jy ! Component: 100 - total flux cleaned = 0.0724451 Jy ! Component: 150 - total flux cleaned = 0.0803673 Jy ! Component: 200 - total flux cleaned = 0.0807414 Jy ! Total flux subtracted in 200 components = 0.0807414 Jy ! Clean residual min=-0.011220 max=0.007434 Jy/beam ! Clean residual mean=-0.000009 rms=0.001516 Jy/beam ! Combined flux in latest and established models = 3.10367 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 28 components and 3.10367 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.751 mas, bmaj=10.24 mas, bpa=-1.381 degrees ! Estimated noise=1564.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00578658 Jy ! Component: 100 - total flux cleaned = -0.00796851 Jy ! Component: 150 - total flux cleaned = -0.00823287 Jy ! Component: 200 - total flux cleaned = -0.00851412 Jy ! Total flux subtracted in 200 components = -0.00851412 Jy ! Clean residual min=-0.004568 max=0.004184 Jy/beam ! Clean residual mean=-0.000001 rms=0.001202 Jy/beam ! Combined flux in latest and established models = 3.09516 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.00019011 Jy ! Component: 100 - total flux cleaned = -0.000318122 Jy ! Component: 150 - total flux cleaned = -0.000394905 Jy ! Component: 200 - total flux cleaned = -0.000434444 Jy ! Total flux subtracted in 200 components = -0.000434444 Jy ! Clean residual min=-0.004611 max=0.004201 Jy/beam ! Clean residual mean=0.000000 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 3.09472 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 46 components and 3.09472 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.376 mas, bmaj=6.786 mas, bpa=1.454 degrees ! Estimated noise=1246.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383423 Jy ! Component: 100 - total flux cleaned = 0.00538094 Jy ! Component: 150 - total flux cleaned = 0.00701424 Jy ! Component: 200 - total flux cleaned = 0.00775071 Jy ! Total flux subtracted in 200 components = 0.00775071 Jy ! Clean residual min=-0.011594 max=0.006155 Jy/beam ! Clean residual mean=-0.000008 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 3.10247 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 3.10247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087867Jy sigma=0.000672 ! Fit after self-cal, rms=0.087846Jy sigma=0.000671 wmodel J0555+3948_S_2017_05_31_pus_map.mod ! Writing 51 model components to file: J0555+3948_S_2017_05_31_pus_map.mod wobs J0555+3948_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0555+3948_S_2017_05_31_pus_uvs.fits wwins J0555+3948_S_2017_05_31_pus_map.win ! wwins: Wrote 1 windows to J0555+3948_S_2017_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00485706 Jy ! Component: 100 - total flux cleaned = -0.00836575 Jy ! Component: 150 - total flux cleaned = -0.00911762 Jy ! Component: 200 - total flux cleaned = -0.00958097 Jy ! Component: 250 - total flux cleaned = -0.00936146 Jy ! Component: 300 - total flux cleaned = -0.00978439 Jy ! Component: 350 - total flux cleaned = -0.00998887 Jy ! Component: 400 - total flux cleaned = -0.00989374 Jy ! Component: 450 - total flux cleaned = -0.0100856 Jy ! Component: 500 - total flux cleaned = -0.0100857 Jy ! Component: 550 - total flux cleaned = -0.0100855 Jy ! Component: 600 - total flux cleaned = -0.0099996 Jy ! Component: 650 - total flux cleaned = -0.0101733 Jy ! Component: 700 - total flux cleaned = -0.0102587 Jy ! Component: 750 - total flux cleaned = -0.0105108 Jy ! Component: 800 - total flux cleaned = -0.0105127 Jy ! Component: 850 - total flux cleaned = -0.0104328 Jy ! Component: 900 - total flux cleaned = -0.0104343 Jy ! Component: 950 - total flux cleaned = -0.0105142 Jy ! Component: 1000 - total flux cleaned = -0.0104354 Jy ! Component: 1050 - total flux cleaned = -0.0105907 Jy ! Component: 1100 - total flux cleaned = -0.0104369 Jy ! Component: 1150 - total flux cleaned = -0.0104367 Jy ! Component: 1200 - total flux cleaned = -0.0105116 Jy ! Component: 1250 - total flux cleaned = -0.0103644 Jy ! Component: 1300 - total flux cleaned = -0.0105118 Jy ! Component: 1350 - total flux cleaned = -0.0104395 Jy ! Component: 1400 - total flux cleaned = -0.0102957 Jy ! Component: 1450 - total flux cleaned = -0.0103662 Jy ! Component: 1500 - total flux cleaned = -0.0100869 Jy ! Component: 1550 - total flux cleaned = -0.0102253 Jy ! Component: 1600 - total flux cleaned = -0.0101567 Jy ! Component: 1650 - total flux cleaned = -0.0102247 Jy ! Component: 1700 - total flux cleaned = -0.010091 Jy ! Component: 1750 - total flux cleaned = -0.0100255 Jy ! Component: 1800 - total flux cleaned = -0.0102211 Jy ! Component: 1850 - total flux cleaned = -0.0100911 Jy ! Component: 1900 - total flux cleaned = -0.010219 Jy ! Component: 1950 - total flux cleaned = -0.00996614 Jy ! Component: 2000 - total flux cleaned = -0.0101543 Jy ! Component: 2050 - total flux cleaned = -0.0100306 Jy ! Component: 2100 - total flux cleaned = -0.0101544 Jy ! Component: 2150 - total flux cleaned = -0.0101545 Jy ! Component: 2200 - total flux cleaned = -0.0100941 Jy ! Component: 2250 - total flux cleaned = -0.0103929 Jy ! Component: 2300 - total flux cleaned = -0.0101558 Jy ! Component: 2350 - total flux cleaned = -0.0100977 Jy ! Component: 2400 - total flux cleaned = -0.0101559 Jy ! Component: 2450 - total flux cleaned = -0.0102135 Jy ! Component: 2500 - total flux cleaned = -0.0102143 Jy ! Component: 2550 - total flux cleaned = -0.0101007 Jy ! Component: 2600 - total flux cleaned = -0.0102691 Jy ! Component: 2650 - total flux cleaned = -0.0102688 Jy ! Component: 2700 - total flux cleaned = -0.0102687 Jy ! Component: 2750 - total flux cleaned = -0.0101601 Jy ! Component: 2800 - total flux cleaned = -0.0102679 Jy ! Component: 2850 - total flux cleaned = -0.0102677 Jy ! Component: 2900 - total flux cleaned = -0.0102679 Jy ! Component: 2950 - total flux cleaned = -0.0101622 Jy ! Component: 3000 - total flux cleaned = -0.0101102 Jy ! Component: 3050 - total flux cleaned = -0.0103182 Jy ! Component: 3100 - total flux cleaned = -0.0103189 Jy ! Component: 3150 - total flux cleaned = -0.0103703 Jy ! Component: 3200 - total flux cleaned = -0.0104721 Jy ! Component: 3250 - total flux cleaned = -0.0105728 Jy ! Component: 3300 - total flux cleaned = -0.0107229 Jy ! Component: 3350 - total flux cleaned = -0.0107727 Jy ! Component: 3400 - total flux cleaned = -0.0108223 Jy ! Component: 3450 - total flux cleaned = -0.0107732 Jy ! Component: 3500 - total flux cleaned = -0.0107733 Jy ! Component: 3550 - total flux cleaned = -0.0109648 Jy ! Component: 3600 - total flux cleaned = -0.0108208 Jy ! Component: 3650 - total flux cleaned = -0.0108683 Jy ! Component: 3700 - total flux cleaned = -0.0109618 Jy ! Component: 3750 - total flux cleaned = -0.0109153 Jy ! Component: 3800 - total flux cleaned = -0.0108228 Jy ! Component: 3850 - total flux cleaned = -0.0107766 Jy ! Component: 3900 - total flux cleaned = -0.0109597 Jy ! Component: 3950 - total flux cleaned = -0.0109596 Jy ! Component: 4000 - total flux cleaned = -0.0109148 Jy ! Component: 4050 - total flux cleaned = -0.0107802 Jy ! Total flux subtracted in 4096 components = -0.0108691 Jy ! Clean residual min=-0.002308 max=0.002546 Jy/beam ! Clean residual mean=-0.000004 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 3.09161 Jy keep ! Adding 218 model components to the UV plane model. ! The established model now contains 262 components and 3.09161 Jy ![Exited script file: muppet] wmap "J0555+3948_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.376 x 6.786 at 1.454 degrees (North through East) ! Clean map min=-0.0040014 max=2.9307 Jy/beam ! Writing clean map to FITS file: J0555+3948_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 2.93066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00073858 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0756055 0.0756055 0.151211 0.302422 0.604844 1.20969 2.41938 4.83875 9.67751 19.355 38.71 77.4201 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(1000*peak_flux)/1000 ! peak= 2.93 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.376 x 6.786 at 1.454 degrees (North through East) ! Clean map min=-0.0040014 max=2.9307 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 J0555+3948_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:40:09 2019