! Started logfile: J0104+1134_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:30:45 2019 obs J0104+1134_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0104+1134_S_2017_05_31_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.972531 visibilities/baseline/integration-bin. ! Found source: J0104+1134 ! ! 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 25208 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 J0104+1134_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 743 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.987973Jy sigma=0.009377 ! Fit after self-cal, rms=0.963632Jy sigma=0.009172 ! 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.73 mas, bmaj=7.009 mas, bpa=-4.032 degrees ! Estimated noise=795.347 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.030275 Jy ! Component: 100 - total flux cleaned = 0.0369193 Jy ! Total flux subtracted in 100 components = 0.0369193 Jy ! Clean residual min=-0.002159 max=0.002265 Jy/beam ! Clean residual mean=-0.000001 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0369193 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0369193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079241Jy sigma=0.000648 ! Fit after self-cal, rms=0.078351Jy sigma=0.000639 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226255 Jy ! Component: 100 - total flux cleaned = 0.00226746 Jy ! Total flux subtracted in 100 components = 0.00226746 Jy ! Clean residual min=-0.002392 max=0.002171 Jy/beam ! Clean residual mean=-0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0391868 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 5 components and 0.0391868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078221Jy sigma=0.000639 ! Fit after self-cal, rms=0.078188Jy sigma=0.000638 ! 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.246 mas, bmaj=7.837 mas, bpa=-4.129 degrees ! Estimated noise=539.285 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.000282428 Jy ! Component: 100 - total flux cleaned = -0.000332414 Jy ! Component: 150 - total flux cleaned = -0.000375827 Jy ! Component: 200 - total flux cleaned = -0.000402148 Jy ! Total flux subtracted in 200 components = -0.000402148 Jy ! Clean residual min=-0.001614 max=0.001455 Jy/beam ! Clean residual mean=-0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0387846 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.0387846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078176Jy sigma=0.000638 ! Fit after self-cal, rms=0.078167Jy sigma=0.000638 ! 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.91 FD 0.99 HN 1.02 KP 1.04 ! LA 0.93 MK 1.01 NL 0.97 OV 1.03 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.03 HN 1.02 KP 1.01 ! LA 0.90 MK 1.04 NL 1.07 OV 1.11 ! PT 1.10 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.04 HN 1.00 KP 1.01 ! LA 1.03 MK 1.05 NL 1.00 OV 1.04 ! PT 1.12 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 0.81 KP 1.00* ! LA 0.73 MK 0.85 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.078167Jy sigma=0.000638 ! Fit after self-cal, rms=0.076448Jy sigma=0.000637 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=7.804 mas, bpa=-4.364 degrees ! Estimated noise=542.96 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.000572828 Jy ! Component: 100 - total flux cleaned = 0.000636706 Jy ! Component: 150 - total flux cleaned = 0.000636454 Jy ! Component: 200 - total flux cleaned = 0.000624547 Jy ! Total flux subtracted in 200 components = 0.000624547 Jy ! Clean residual min=-0.001429 max=0.001235 Jy/beam ! Clean residual mean=0.000001 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0394092 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.0394092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076437Jy sigma=0.000637 ! Fit after self-cal, rms=0.076375Jy sigma=0.000636 ! 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.076375Jy sigma=0.000636 ! Fit after self-cal, rms=0.073628Jy sigma=0.000635 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.235 mas, bmaj=7.766 mas, bpa=-4.442 degrees ! Estimated noise=544.303 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000366168 Jy ! Component: 100 - total flux cleaned = 0.000415672 Jy ! Component: 150 - total flux cleaned = 0.000415668 Jy ! Component: 200 - total flux cleaned = 0.000415381 Jy ! Total flux subtracted in 200 components = 0.000415381 Jy ! Clean residual min=-0.001368 max=0.001129 Jy/beam ! Clean residual mean=0.000001 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.0398246 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.0398246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073624Jy sigma=0.000635 ! Fit after self-cal, rms=0.073596Jy sigma=0.000635 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.13986e-06 Jy ! Component: 100 - total flux cleaned = -1.0761e-05 Jy ! Component: 150 - total flux cleaned = -1.07993e-05 Jy ! Component: 200 - total flux cleaned = -1.04905e-05 Jy ! Total flux subtracted in 200 components = -1.04905e-05 Jy ! Clean residual min=-0.001494 max=0.001173 Jy/beam ! Clean residual mean=0.000001 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.0398141 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.0398141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073592Jy sigma=0.000635 ! Fit after self-cal, rms=0.073586Jy sigma=0.000635 ! 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.073586Jy sigma=0.000635 ! Fit after self-cal, rms=0.073725Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=7.759 mas, bpa=-4.54 degrees ! Estimated noise=546.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238107 Jy ! Component: 100 - total flux cleaned = 0.000278819 Jy ! Component: 150 - total flux cleaned = 0.000287557 Jy ! Component: 200 - total flux cleaned = 0.000287484 Jy ! Total flux subtracted in 200 components = 0.000287484 Jy ! Clean residual min=-0.001483 max=0.001137 Jy/beam ! Clean residual mean=0.000000 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0401016 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.0401016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073721Jy sigma=0.000635 ! Fit after self-cal, rms=0.073735Jy sigma=0.000635 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.77718e-05 Jy ! Component: 100 - total flux cleaned = -2.62236e-05 Jy ! Component: 150 - total flux cleaned = -3.39571e-05 Jy ! Component: 200 - total flux cleaned = -4.09855e-05 Jy ! Total flux subtracted in 200 components = -4.09855e-05 Jy ! Clean residual min=-0.001492 max=0.001138 Jy/beam ! Clean residual mean=0.000000 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0400606 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0400606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073733Jy sigma=0.000635 ! Fit after self-cal, rms=0.073732Jy sigma=0.000635 ! 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.073732Jy sigma=0.000635 ! Fit after self-cal, rms=0.074206Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.193 mas, bmaj=11.51 mas, bpa=-7.525 degrees ! Estimated noise=694.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000206574 Jy ! Component: 100 - total flux cleaned = 0.000230291 Jy ! Component: 150 - total flux cleaned = 0.000240348 Jy ! Component: 200 - total flux cleaned = 0.000240252 Jy ! Total flux subtracted in 200 components = 0.000240252 Jy ! Clean residual min=-0.001410 max=0.001173 Jy/beam ! Clean residual mean=0.000001 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.0403008 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.0403008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074204Jy sigma=0.000635 ! Fit after self-cal, rms=0.074214Jy sigma=0.000635 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.23091e-05 Jy ! Component: 100 - total flux cleaned = -3.15313e-05 Jy ! Component: 150 - total flux cleaned = -2.7963e-05 Jy ! Component: 200 - total flux cleaned = -2.7938e-05 Jy ! Total flux subtracted in 200 components = -2.7938e-05 Jy ! Clean residual min=-0.001427 max=0.001217 Jy/beam ! Clean residual mean=0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0402729 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.0402729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074213Jy sigma=0.000635 ! Fit after self-cal, rms=0.074213Jy sigma=0.000635 ! 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.23 mas, bmaj=7.758 mas, bpa=-4.611 degrees ! Estimated noise=549.009 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.23 x 7.758 at -4.611 degrees (North through East) ! Clean map min=-0.0014378 max=0.041653 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.717 mas, bmaj=6.958 mas, bpa=-4.857 degrees ! Estimated noise=801.859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0320535 Jy ! Component: 100 - total flux cleaned = 0.0387978 Jy ! Component: 150 - total flux cleaned = 0.0390845 Jy ! Component: 200 - total flux cleaned = 0.0397973 Jy ! Total flux subtracted in 200 components = 0.0397973 Jy ! Clean residual min=-0.001845 max=0.001798 Jy/beam ! Clean residual mean=-0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0397973 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0397973 Jy ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=7.758 mas, bpa=-4.611 degrees ! Estimated noise=549.009 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.000619899 Jy ! Component: 100 - total flux cleaned = 0.000620815 Jy ! Component: 150 - total flux cleaned = 0.000657953 Jy ! Component: 200 - total flux cleaned = 0.000674782 Jy ! Total flux subtracted in 200 components = 0.000674782 Jy ! Clean residual min=-0.001513 max=0.001157 Jy/beam ! Clean residual mean=0.000000 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.0404721 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.0404721 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.193 mas, bmaj=11.51 mas, bpa=-7.525 degrees ! Estimated noise=694.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.38572e-05 Jy ! Component: 100 - total flux cleaned = -0.000105228 Jy ! Component: 150 - total flux cleaned = -0.000105109 Jy ! Component: 200 - total flux cleaned = -0.000111262 Jy ! Total flux subtracted in 200 components = -0.000111262 Jy ! Clean residual min=-0.001433 max=0.001209 Jy/beam ! Clean residual mean=0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0403608 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 = -5.36561e-06 Jy ! Component: 100 - total flux cleaned = -5.42818e-06 Jy ! Component: 150 - total flux cleaned = -1.0249e-05 Jy ! Component: 200 - total flux cleaned = -1.44521e-05 Jy ! Total flux subtracted in 200 components = -1.44521e-05 Jy ! Clean residual min=-0.001429 max=0.001210 Jy/beam ! Clean residual mean=0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0403464 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.0403464 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=7.758 mas, bpa=-4.611 degrees ! Estimated noise=549.009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.97411e-05 Jy ! Component: 100 - total flux cleaned = -7.08393e-06 Jy ! Component: 150 - total flux cleaned = -6.97142e-06 Jy ! Component: 200 - total flux cleaned = 1.41446e-05 Jy ! Total flux subtracted in 200 components = 1.41446e-05 Jy ! Clean residual min=-0.001510 max=0.001132 Jy/beam ! Clean residual mean=0.000000 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0403605 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0403605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074216Jy sigma=0.000635 ! Fit after self-cal, rms=0.074217Jy sigma=0.000635 wmodel J0104+1134_S_2017_05_31_pus_map.mod ! Writing 37 model components to file: J0104+1134_S_2017_05_31_pus_map.mod wobs J0104+1134_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0104+1134_S_2017_05_31_pus_uvs.fits wwins J0104+1134_S_2017_05_31_pus_map.win ! wwins: Wrote 1 windows to J0104+1134_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.000505558 Jy ! Component: 100 - total flux cleaned = -0.000569369 Jy ! Component: 150 - total flux cleaned = -0.000529081 Jy ! Component: 200 - total flux cleaned = -0.0005291 Jy ! Component: 250 - total flux cleaned = -0.000566095 Jy ! Component: 300 - total flux cleaned = -0.000673319 Jy ! Component: 350 - total flux cleaned = -0.000725321 Jy ! Component: 400 - total flux cleaned = -0.000826725 Jy ! Component: 450 - total flux cleaned = -0.000926268 Jy ! Component: 500 - total flux cleaned = -0.00102398 Jy ! Component: 550 - total flux cleaned = -0.00107192 Jy ! Component: 600 - total flux cleaned = -0.00113457 Jy ! Component: 650 - total flux cleaned = -0.00118093 Jy ! Component: 700 - total flux cleaned = -0.0012114 Jy ! Component: 750 - total flux cleaned = -0.00127147 Jy ! Component: 800 - total flux cleaned = -0.00133065 Jy ! Component: 850 - total flux cleaned = -0.00138893 Jy ! Component: 900 - total flux cleaned = -0.00143214 Jy ! Component: 950 - total flux cleaned = -0.00150331 Jy ! Component: 1000 - total flux cleaned = -0.00157344 Jy ! Component: 1050 - total flux cleaned = -0.00165704 Jy ! Component: 1100 - total flux cleaned = -0.00173917 Jy ! Component: 1150 - total flux cleaned = -0.00177979 Jy ! Component: 1200 - total flux cleaned = -0.00180628 Jy ! Component: 1250 - total flux cleaned = -0.00183285 Jy ! Component: 1300 - total flux cleaned = -0.00187229 Jy ! Component: 1350 - total flux cleaned = -0.00183317 Jy ! Component: 1400 - total flux cleaned = -0.00194916 Jy ! Component: 1450 - total flux cleaned = -0.00192381 Jy ! Component: 1500 - total flux cleaned = -0.00197451 Jy ! Component: 1550 - total flux cleaned = -0.00198698 Jy ! Component: 1600 - total flux cleaned = -0.00199954 Jy ! Component: 1650 - total flux cleaned = -0.00206111 Jy ! Component: 1700 - total flux cleaned = -0.00206093 Jy ! Component: 1750 - total flux cleaned = -0.00207296 Jy ! Component: 1800 - total flux cleaned = -0.00216885 Jy ! Component: 1850 - total flux cleaned = -0.00212116 Jy ! Component: 1900 - total flux cleaned = -0.00216807 Jy ! Component: 1950 - total flux cleaned = -0.00219137 Jy ! Component: 2000 - total flux cleaned = -0.00221456 Jy ! Component: 2050 - total flux cleaned = -0.00227208 Jy ! Component: 2100 - total flux cleaned = -0.0022948 Jy ! Component: 2150 - total flux cleaned = -0.00233993 Jy ! Component: 2200 - total flux cleaned = -0.00237364 Jy ! Component: 2250 - total flux cleaned = -0.00240709 Jy ! Component: 2300 - total flux cleaned = -0.00246232 Jy ! Component: 2350 - total flux cleaned = -0.00248414 Jy ! Component: 2400 - total flux cleaned = -0.00248417 Jy ! Component: 2450 - total flux cleaned = -0.00253811 Jy ! Component: 2500 - total flux cleaned = -0.00255962 Jy ! Component: 2550 - total flux cleaned = -0.00264455 Jy ! Component: 2600 - total flux cleaned = -0.00261277 Jy ! Component: 2650 - total flux cleaned = -0.00271743 Jy ! Component: 2700 - total flux cleaned = -0.00270703 Jy ! Component: 2750 - total flux cleaned = -0.00270689 Jy ! Component: 2800 - total flux cleaned = -0.00277863 Jy ! Component: 2850 - total flux cleaned = -0.00275821 Jy ! Component: 2900 - total flux cleaned = -0.00283898 Jy ! Component: 2950 - total flux cleaned = -0.00286913 Jy ! Component: 3000 - total flux cleaned = -0.00290914 Jy ! Component: 3050 - total flux cleaned = -0.0029488 Jy ! Component: 3100 - total flux cleaned = -0.00296843 Jy ! Component: 3150 - total flux cleaned = -0.00306595 Jy ! Component: 3200 - total flux cleaned = -0.00303681 Jy ! Component: 3250 - total flux cleaned = -0.00311394 Jy ! Component: 3300 - total flux cleaned = -0.00317131 Jy ! Component: 3350 - total flux cleaned = -0.0032094 Jy ! Component: 3400 - total flux cleaned = -0.00323781 Jy ! Component: 3450 - total flux cleaned = -0.00324716 Jy ! Component: 3500 - total flux cleaned = -0.00328451 Jy ! Component: 3550 - total flux cleaned = -0.00333085 Jy ! Component: 3600 - total flux cleaned = -0.00340453 Jy ! Component: 3650 - total flux cleaned = -0.00343192 Jy ! Component: 3700 - total flux cleaned = -0.0034773 Jy ! Component: 3750 - total flux cleaned = -0.00349538 Jy ! Component: 3800 - total flux cleaned = -0.00354929 Jy ! Component: 3850 - total flux cleaned = -0.00355823 Jy ! Component: 3900 - total flux cleaned = -0.00361149 Jy ! Component: 3950 - total flux cleaned = -0.00363788 Jy ! Component: 4000 - total flux cleaned = -0.00362898 Jy ! Component: 4050 - total flux cleaned = -0.00365518 Jy ! Total flux subtracted in 4096 components = -0.00369861 Jy ! Clean residual min=-0.000614 max=0.000614 Jy/beam ! Clean residual mean=0.000000 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0366619 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 334 components and 0.0366619 Jy ![Exited script file: muppet] wmap "J0104+1134_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.23 x 7.758 at -4.611 degrees (North through East) ! Clean map min=-0.0011388 max=0.041377 Jy/beam ! Writing clean map to FITS file: J0104+1134_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 0.0413765 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162777 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18021 1.18021 2.36042 4.72085 9.4417 18.8834 37.7668 75.5336 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 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.23 x 7.758 at -4.611 degrees (North through East) ! Clean map min=-0.0011388 max=0.041377 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 J0104+1134_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:30:55 2019