! Started logfile: J0411+0843_S_2017_06_10_pus_uvs.log on Mon May 6 14:45:08 2019 obs J0411+0843_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0411+0843_S_2017_06_10_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977006 visibilities/baseline/integration-bin. ! Found source: J0411+0843 ! ! 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 25324 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 J0411+0843_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 803 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921356Jy sigma=0.008753 ! Fit after self-cal, rms=0.909799Jy sigma=0.008649 ! 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.784 mas, bmaj=6.905 mas, bpa=-3.543 degrees ! Estimated noise=754.467 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.0711691 Jy ! Component: 100 - total flux cleaned = 0.0870005 Jy ! Total flux subtracted in 100 components = 0.0870005 Jy ! Clean residual min=-0.002783 max=0.005521 Jy/beam ! Clean residual mean=-0.000006 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.0870005 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0870005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077194Jy sigma=0.000693 ! Fit after self-cal, rms=0.077184Jy sigma=0.000693 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00609738 Jy ! Component: 100 - total flux cleaned = 0.00929877 Jy ! Total flux subtracted in 100 components = 0.00929877 Jy ! Clean residual min=-0.002462 max=0.002259 Jy/beam ! Clean residual mean=-0.000003 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0962993 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 14 components and 0.0962993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076619Jy sigma=0.000688 ! Fit after self-cal, rms=0.076618Jy sigma=0.000688 ! 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.272 mas, bmaj=7.77 mas, bpa=-2.813 degrees ! Estimated noise=535.537 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.00231425 Jy ! Component: 100 - total flux cleaned = 0.00345851 Jy ! Component: 150 - total flux cleaned = 0.00385322 Jy ! Component: 200 - total flux cleaned = 0.0038743 Jy ! Total flux subtracted in 200 components = 0.0038743 Jy ! Clean residual min=-0.002242 max=0.001673 Jy/beam ! Clean residual mean=-0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.100174 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.100174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076540Jy sigma=0.000687 ! Fit after self-cal, rms=0.076541Jy sigma=0.000687 ! 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 1.00 HN 0.98 KP 1.03 ! LA 1.01 MK 1.02 NL 0.90 OV 1.06 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 1.00 KP 0.96 ! LA 0.97 MK 1.02 NL 1.04 OV 1.06 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.08 HN 0.95 KP 0.96 ! LA 0.98 MK 1.08 NL 0.97 OV 0.96 ! PT 0.99 SC 1.02 ! ! ! 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.92 KP 1.00* ! LA 0.95 MK 0.97 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.076541Jy sigma=0.000687 ! Fit after self-cal, rms=0.075623Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=7.761 mas, bpa=-2.745 degrees ! Estimated noise=534.632 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 = 7.07088e-05 Jy ! Component: 100 - total flux cleaned = 7.19643e-05 Jy ! Component: 150 - total flux cleaned = 5.62931e-05 Jy ! Component: 200 - total flux cleaned = 4.29778e-05 Jy ! Total flux subtracted in 200 components = 4.29778e-05 Jy ! Clean residual min=-0.001758 max=0.001628 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.100217 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.100217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075614Jy sigma=0.000685 ! Fit after self-cal, rms=0.075599Jy sigma=0.000685 ! 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.075599Jy sigma=0.000685 ! Fit after self-cal, rms=0.075637Jy sigma=0.000684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.756 mas, bpa=-2.825 degrees ! Estimated noise=533.963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.46319e-05 Jy ! Component: 100 - total flux cleaned = -3.3609e-05 Jy ! Component: 150 - total flux cleaned = -3.34113e-05 Jy ! Component: 200 - total flux cleaned = -3.32152e-05 Jy ! Total flux subtracted in 200 components = -3.32152e-05 Jy ! Clean residual min=-0.001598 max=0.001578 Jy/beam ! Clean residual mean=-0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.100183 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.100183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075634Jy sigma=0.000684 ! Fit after self-cal, rms=0.075655Jy sigma=0.000684 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.63919e-05 Jy ! Component: 100 - total flux cleaned = -7.60031e-06 Jy ! Component: 150 - total flux cleaned = -7.47152e-06 Jy ! Component: 200 - total flux cleaned = -7.37087e-06 Jy ! Total flux subtracted in 200 components = -7.37087e-06 Jy ! Clean residual min=-0.001611 max=0.001575 Jy/beam ! Clean residual mean=-0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.100176 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.100176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075653Jy sigma=0.000684 ! Fit after self-cal, rms=0.075653Jy sigma=0.000684 ! 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.075653Jy sigma=0.000684 ! Fit after self-cal, rms=0.075643Jy sigma=0.000683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.757 mas, bpa=-2.793 degrees ! Estimated noise=533.556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.53109e-05 Jy ! Component: 100 - total flux cleaned = -7.70687e-05 Jy ! Component: 150 - total flux cleaned = -9.61697e-05 Jy ! Component: 200 - total flux cleaned = -0.000102025 Jy ! Total flux subtracted in 200 components = -0.000102025 Jy ! Clean residual min=-0.001619 max=0.001412 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.100074 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.100074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075642Jy sigma=0.000683 ! Fit after self-cal, rms=0.075649Jy sigma=0.000683 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.57564e-05 Jy ! Component: 100 - total flux cleaned = -4.38657e-06 Jy ! Component: 150 - total flux cleaned = -9.8653e-06 Jy ! Component: 200 - total flux cleaned = -1.5162e-05 Jy ! Total flux subtracted in 200 components = -1.5162e-05 Jy ! Clean residual min=-0.001623 max=0.001413 Jy/beam ! Clean residual mean=-0.000002 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.100059 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.100059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075648Jy sigma=0.000683 ! Fit after self-cal, rms=0.075648Jy sigma=0.000683 ! 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.075648Jy sigma=0.000683 ! Fit after self-cal, rms=0.075628Jy sigma=0.000683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.301 mas, bmaj=11.59 mas, bpa=-5.774 degrees ! Estimated noise=673.058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.40836e-05 Jy ! Component: 100 - total flux cleaned = 9.44661e-05 Jy ! Component: 150 - total flux cleaned = 8.14459e-05 Jy ! Component: 200 - total flux cleaned = 7.5488e-05 Jy ! Total flux subtracted in 200 components = 7.5488e-05 Jy ! Clean residual min=-0.001506 max=0.001455 Jy/beam ! Clean residual mean=-0.000003 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.100134 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.100134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075628Jy sigma=0.000683 ! Fit after self-cal, rms=0.075629Jy sigma=0.000683 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 = -5.5359e-06 Jy ! Component: 100 - total flux cleaned = -1.35517e-05 Jy ! Component: 150 - total flux cleaned = -1.97423e-05 Jy ! Component: 200 - total flux cleaned = -1.99152e-05 Jy ! Total flux subtracted in 200 components = -1.99152e-05 Jy ! Clean residual min=-0.001503 max=0.001450 Jy/beam ! Clean residual mean=-0.000003 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.100114 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.100114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075630Jy sigma=0.000683 ! Fit after self-cal, rms=0.075630Jy sigma=0.000683 ! 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.286 mas, bmaj=7.754 mas, bpa=-2.749 degrees ! Estimated noise=533.343 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.286 x 7.754 at -2.749 degrees (North through East) ! Clean map min=-0.0016 max=0.092372 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.801 mas, bmaj=6.903 mas, bpa=-3.503 degrees ! Estimated noise=751.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0707209 Jy ! Component: 100 - total flux cleaned = 0.0864979 Jy ! Component: 150 - total flux cleaned = 0.092548 Jy ! Component: 200 - total flux cleaned = 0.0956438 Jy ! Total flux subtracted in 200 components = 0.0956438 Jy ! Clean residual min=-0.002179 max=0.002137 Jy/beam ! Clean residual mean=-0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.0956438 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0956438 Jy ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.754 mas, bpa=-2.749 degrees ! Estimated noise=533.343 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.00239274 Jy ! Component: 100 - total flux cleaned = 0.00364002 Jy ! Component: 150 - total flux cleaned = 0.00397456 Jy ! Component: 200 - total flux cleaned = 0.00402862 Jy ! Total flux subtracted in 200 components = 0.00402862 Jy ! Clean residual min=-0.001642 max=0.001323 Jy/beam ! Clean residual mean=-0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0996725 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.0996725 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.301 mas, bmaj=11.59 mas, bpa=-5.774 degrees ! Estimated noise=673.058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000545773 Jy ! Component: 100 - total flux cleaned = 0.000517688 Jy ! Component: 150 - total flux cleaned = 0.000490562 Jy ! Component: 200 - total flux cleaned = 0.000478338 Jy ! Total flux subtracted in 200 components = 0.000478338 Jy ! Clean residual min=-0.001510 max=0.001425 Jy/beam ! Clean residual mean=-0.000003 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.100151 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 = -2.17116e-05 Jy ! Component: 100 - total flux cleaned = -2.15895e-05 Jy ! Component: 150 - total flux cleaned = -2.15609e-05 Jy ! Component: 200 - total flux cleaned = -2.19891e-05 Jy ! Total flux subtracted in 200 components = -2.19891e-05 Jy ! Clean residual min=-0.001498 max=0.001433 Jy/beam ! Clean residual mean=-0.000003 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.100129 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.100129 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.754 mas, bpa=-2.749 degrees ! Estimated noise=533.343 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00024564 Jy ! Component: 100 - total flux cleaned = -0.000203687 Jy ! Component: 150 - total flux cleaned = -0.000171749 Jy ! Component: 200 - total flux cleaned = -0.000189059 Jy ! Total flux subtracted in 200 components = -0.000189059 Jy ! Clean residual min=-0.001639 max=0.001382 Jy/beam ! Clean residual mean=-0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0999397 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.0999397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075630Jy sigma=0.000683 ! Fit after self-cal, rms=0.075629Jy sigma=0.000683 wmodel J0411+0843_S_2017_06_10_pus_map.mod ! Writing 55 model components to file: J0411+0843_S_2017_06_10_pus_map.mod wobs J0411+0843_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0411+0843_S_2017_06_10_pus_uvs.fits wwins J0411+0843_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J0411+0843_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.000299294 Jy ! Component: 100 - total flux cleaned = -0.000414789 Jy ! Component: 150 - total flux cleaned = -0.000612668 Jy ! Component: 200 - total flux cleaned = -0.00061265 Jy ! Component: 250 - total flux cleaned = -0.000633217 Jy ! Component: 300 - total flux cleaned = -0.000632961 Jy ! Component: 350 - total flux cleaned = -0.000711265 Jy ! Component: 400 - total flux cleaned = -0.000788245 Jy ! Component: 450 - total flux cleaned = -0.000863248 Jy ! Component: 500 - total flux cleaned = -0.000955649 Jy ! Component: 550 - total flux cleaned = -0.00101025 Jy ! Component: 600 - total flux cleaned = -0.00111782 Jy ! Component: 650 - total flux cleaned = -0.00117089 Jy ! Component: 700 - total flux cleaned = -0.00120604 Jy ! Component: 750 - total flux cleaned = -0.0012577 Jy ! Component: 800 - total flux cleaned = -0.00130825 Jy ! Component: 850 - total flux cleaned = -0.00132467 Jy ! Component: 900 - total flux cleaned = -0.00139018 Jy ! Component: 950 - total flux cleaned = -0.0013579 Jy ! Component: 1000 - total flux cleaned = -0.00140642 Jy ! Component: 1050 - total flux cleaned = -0.00148562 Jy ! Component: 1100 - total flux cleaned = -0.00154827 Jy ! Component: 1150 - total flux cleaned = -0.00159468 Jy ! Component: 1200 - total flux cleaned = -0.00165581 Jy ! Component: 1250 - total flux cleaned = -0.00173128 Jy ! Component: 1300 - total flux cleaned = -0.00177623 Jy ! Component: 1350 - total flux cleaned = -0.0018205 Jy ! Component: 1400 - total flux cleaned = -0.00183501 Jy ! Component: 1450 - total flux cleaned = -0.00184958 Jy ! Component: 1500 - total flux cleaned = -0.00186419 Jy ! Component: 1550 - total flux cleaned = -0.00190688 Jy ! Component: 1600 - total flux cleaned = -0.00192124 Jy ! Component: 1650 - total flux cleaned = -0.002005 Jy ! Component: 1700 - total flux cleaned = -0.00206046 Jy ! Component: 1750 - total flux cleaned = -0.00208773 Jy ! Component: 1800 - total flux cleaned = -0.00208767 Jy ! Component: 1850 - total flux cleaned = -0.0020741 Jy ! Component: 1900 - total flux cleaned = -0.00214089 Jy ! Component: 1950 - total flux cleaned = -0.00214073 Jy ! Component: 2000 - total flux cleaned = -0.00216701 Jy ! Component: 2050 - total flux cleaned = -0.0022319 Jy ! Component: 2100 - total flux cleaned = -0.00223178 Jy ! Component: 2150 - total flux cleaned = -0.00223175 Jy ! Component: 2200 - total flux cleaned = -0.00220609 Jy ! Component: 2250 - total flux cleaned = -0.0022692 Jy ! Component: 2300 - total flux cleaned = -0.00226921 Jy ! Component: 2350 - total flux cleaned = -0.00233112 Jy ! Component: 2400 - total flux cleaned = -0.00230668 Jy ! Component: 2450 - total flux cleaned = -0.00234321 Jy ! Component: 2500 - total flux cleaned = -0.00237979 Jy ! Component: 2550 - total flux cleaned = -0.00236792 Jy ! Component: 2600 - total flux cleaned = -0.00238001 Jy ! Component: 2650 - total flux cleaned = -0.00237998 Jy ! Component: 2700 - total flux cleaned = -0.00238008 Jy ! Component: 2750 - total flux cleaned = -0.0023685 Jy ! Component: 2800 - total flux cleaned = -0.00242644 Jy ! Component: 2850 - total flux cleaned = -0.00247243 Jy ! Component: 2900 - total flux cleaned = -0.00244957 Jy ! Component: 2950 - total flux cleaned = -0.00244965 Jy ! Component: 3000 - total flux cleaned = -0.00246088 Jy ! Component: 3050 - total flux cleaned = -0.00249448 Jy ! Component: 3100 - total flux cleaned = -0.00248345 Jy ! Component: 3150 - total flux cleaned = -0.00247232 Jy ! Component: 3200 - total flux cleaned = -0.00248339 Jy ! Component: 3250 - total flux cleaned = -0.00247262 Jy ! Component: 3300 - total flux cleaned = -0.00251579 Jy ! Component: 3350 - total flux cleaned = -0.002505 Jy ! Component: 3400 - total flux cleaned = -0.00249431 Jy ! Component: 3450 - total flux cleaned = -0.00249433 Jy ! Component: 3500 - total flux cleaned = -0.0025154 Jy ! Component: 3550 - total flux cleaned = -0.00246294 Jy ! Component: 3600 - total flux cleaned = -0.00246301 Jy ! Component: 3650 - total flux cleaned = -0.00246297 Jy ! Component: 3700 - total flux cleaned = -0.00248352 Jy ! Component: 3750 - total flux cleaned = -0.00242212 Jy ! Component: 3800 - total flux cleaned = -0.00240175 Jy ! Component: 3850 - total flux cleaned = -0.00240182 Jy ! Component: 3900 - total flux cleaned = -0.00241182 Jy ! Component: 3950 - total flux cleaned = -0.00238189 Jy ! Component: 4000 - total flux cleaned = -0.00238188 Jy ! Component: 4050 - total flux cleaned = -0.00237196 Jy ! Total flux subtracted in 4096 components = -0.00234253 Jy ! Clean residual min=-0.000562 max=0.000574 Jy/beam ! Clean residual mean=0.000000 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0975972 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 377 components and 0.0975972 Jy ![Exited script file: muppet] wmap "J0411+0843_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.286 x 7.754 at -2.749 degrees (North through East) ! Clean map min=-0.001106 max=0.092288 Jy/beam ! Writing clean map to FITS file: J0411+0843_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.0922877 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000183571 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.596736 0.596736 1.19347 2.38694 4.77389 9.54777 19.0955 38.1911 76.3822 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 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.286 x 7.754 at -2.749 degrees (North through East) ! Clean map min=-0.001106 max=0.092288 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 J0411+0843_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:45:14 2019