! Started logfile: J0112+2244_S_2017_06_15_pus_uvs.log on Tue May 7 15:07:36 2019 obs J0112+2244_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0112+2244_S_2017_06_15_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.836296 visibilities/baseline/integration-bin. ! Found source: J0112+2244 ! ! 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 603 lines of history. ! ! Reading 4516 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 J0112+2244_S_2017_06_15_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.793885Jy sigma=0.007937 ! Fit after self-cal, rms=0.789824Jy sigma=0.007898 ! 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.926 mas, bmaj=6.475 mas, bpa=-4.933 degrees ! Estimated noise=1549.5 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.161044 Jy ! Component: 100 - total flux cleaned = 0.201413 Jy ! Total flux subtracted in 100 components = 0.201413 Jy ! Clean residual min=-0.006781 max=0.016894 Jy/beam ! Clean residual mean=-0.000001 rms=0.001918 Jy/beam ! Combined flux in latest and established models = 0.201414 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.201414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079227Jy sigma=0.000742 ! Fit after self-cal, rms=0.079203Jy sigma=0.000742 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0182355 Jy ! Component: 100 - total flux cleaned = 0.0271983 Jy ! Total flux subtracted in 100 components = 0.0271983 Jy ! Clean residual min=-0.005416 max=0.006097 Jy/beam ! Clean residual mean=0.000017 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.228612 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.228612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074229Jy sigma=0.000692 ! Fit after self-cal, rms=0.074202Jy sigma=0.000691 ! 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.435 mas, bmaj=7.366 mas, bpa=-3.156 degrees ! Estimated noise=1256.52 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 (5.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00826739 Jy ! Component: 100 - total flux cleaned = 0.0128864 Jy ! Component: 150 - total flux cleaned = 0.0160138 Jy ! Component: 200 - total flux cleaned = 0.0173769 Jy ! Total flux subtracted in 200 components = 0.0173769 Jy ! Clean residual min=-0.004720 max=0.004929 Jy/beam ! Clean residual mean=0.000023 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.245989 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 58 components and 0.245989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073179Jy sigma=0.000681 ! Fit after self-cal, rms=0.073112Jy sigma=0.000681 ! 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 1.07 FD 0.98 HN 0.95 KP 1.03 ! LA 0.99 MK 1.03 NL 0.92 OV 1.03 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 1.01 KP 0.98 ! LA 0.94 MK 0.98 NL 1.10 OV 1.07 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 0.98 KP 0.98 ! LA 0.99 MK 1.03 NL 1.03 OV 0.97 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.97 KP 1.00* ! LA 0.97 MK 1.12 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.073112Jy sigma=0.000681 ! Fit after self-cal, rms=0.072047Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.462 mas, bmaj=7.353 mas, bpa=-2.788 degrees ! Estimated noise=1257.91 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.000527193 Jy ! Component: 100 - total flux cleaned = 0.000294045 Jy ! Component: 150 - total flux cleaned = 0.000291966 Jy ! Component: 200 - total flux cleaned = 0.000290986 Jy ! Total flux subtracted in 200 components = 0.000290986 Jy ! Clean residual min=-0.004498 max=0.004046 Jy/beam ! Clean residual mean=0.000022 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.24628 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.24628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071954Jy sigma=0.000668 ! Fit after self-cal, rms=0.071944Jy sigma=0.000668 ! 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.071944Jy sigma=0.000668 ! Fit after self-cal, rms=0.070844Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=7.357 mas, bpa=-2.95 degrees ! Estimated noise=1256.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000415596 Jy ! Component: 100 - total flux cleaned = 0.000549481 Jy ! Component: 150 - total flux cleaned = 0.000708395 Jy ! Component: 200 - total flux cleaned = 0.000781344 Jy ! Total flux subtracted in 200 components = 0.000781344 Jy ! Clean residual min=-0.003313 max=0.003361 Jy/beam ! Clean residual mean=0.000018 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.247061 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.247061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070797Jy sigma=0.000655 ! Fit after self-cal, rms=0.070815Jy sigma=0.000655 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.000143725 Jy ! Component: 100 - total flux cleaned = 0.000174584 Jy ! Component: 150 - total flux cleaned = 0.000174128 Jy ! Component: 200 - total flux cleaned = 0.000201482 Jy ! Total flux subtracted in 200 components = 0.000201482 Jy ! Clean residual min=-0.003369 max=0.003311 Jy/beam ! Clean residual mean=0.000018 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.247263 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.247263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070789Jy sigma=0.000655 ! Fit after self-cal, rms=0.070788Jy sigma=0.000655 ! 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.070788Jy sigma=0.000655 ! Fit after self-cal, rms=0.070700Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=7.359 mas, bpa=-3.015 degrees ! Estimated noise=1255.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136906 Jy ! Component: 100 - total flux cleaned = 0.000168629 Jy ! Component: 150 - total flux cleaned = 0.000197473 Jy ! Component: 200 - total flux cleaned = 0.000222933 Jy ! Total flux subtracted in 200 components = 0.000222933 Jy ! Clean residual min=-0.003366 max=0.003271 Jy/beam ! Clean residual mean=0.000018 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.247486 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 111 components and 0.247486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070677Jy sigma=0.000655 ! Fit after self-cal, rms=0.070678Jy sigma=0.000655 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.97236e-05 Jy ! Component: 100 - total flux cleaned = 0.000122989 Jy ! Component: 150 - total flux cleaned = 0.000122821 Jy ! Component: 200 - total flux cleaned = 0.000143374 Jy ! Total flux subtracted in 200 components = 0.000143374 Jy ! Clean residual min=-0.003397 max=0.003243 Jy/beam ! Clean residual mean=0.000018 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.247629 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.247629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070663Jy sigma=0.000654 ! Fit after self-cal, rms=0.070663Jy sigma=0.000654 ! 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.070663Jy sigma=0.000654 ! Fit after self-cal, rms=0.070623Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.864 mas, bmaj=11.34 mas, bpa=-6.863 degrees ! Estimated noise=1524.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000605664 Jy ! Component: 100 - total flux cleaned = -0.000579608 Jy ! Component: 150 - total flux cleaned = -0.000506041 Jy ! Component: 200 - total flux cleaned = -0.000475776 Jy ! Total flux subtracted in 200 components = -0.000475776 Jy ! Clean residual min=-0.003682 max=0.003271 Jy/beam ! Clean residual mean=0.000035 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.247153 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 126 components and 0.247153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070620Jy sigma=0.000654 ! Fit after self-cal, rms=0.070618Jy sigma=0.000654 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.46131e-05 Jy ! Component: 100 - total flux cleaned = 5.85374e-05 Jy ! Component: 150 - total flux cleaned = 9.86723e-05 Jy ! Component: 200 - total flux cleaned = 0.0001213 Jy ! Total flux subtracted in 200 components = 0.0001213 Jy ! Clean residual min=-0.003669 max=0.003283 Jy/beam ! Clean residual mean=0.000035 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.247274 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 135 components and 0.247274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070618Jy sigma=0.000654 ! Fit after self-cal, rms=0.070619Jy sigma=0.000654 ! 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.461 mas, bmaj=7.364 mas, bpa=-3.048 degrees ! Estimated noise=1254.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 7.364 at -3.048 degrees (North through East) ! Clean map min=-0.0033436 max=0.20939 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.951 mas, bmaj=6.465 mas, bpa=-4.75 degrees ! Estimated noise=1551.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.160842 Jy ! Component: 100 - total flux cleaned = 0.201142 Jy ! Component: 150 - total flux cleaned = 0.219171 Jy ! Component: 200 - total flux cleaned = 0.228823 Jy ! Total flux subtracted in 200 components = 0.228823 Jy ! Clean residual min=-0.004255 max=0.004833 Jy/beam ! Clean residual mean=0.000013 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.228823 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.228823 Jy ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=7.364 mas, bpa=-3.048 degrees ! Estimated noise=1254.42 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.00702426 Jy ! Component: 100 - total flux cleaned = 0.0112185 Jy ! Component: 150 - total flux cleaned = 0.0139602 Jy ! Component: 200 - total flux cleaned = 0.0153997 Jy ! Total flux subtracted in 200 components = 0.0153997 Jy ! Clean residual min=-0.003438 max=0.003359 Jy/beam ! Clean residual mean=0.000017 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.244222 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 47 components and 0.244222 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.864 mas, bmaj=11.34 mas, bpa=-6.863 degrees ! Estimated noise=1524.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172749 Jy ! Component: 100 - total flux cleaned = 0.00217141 Jy ! Component: 150 - total flux cleaned = 0.0024733 Jy ! Component: 200 - total flux cleaned = 0.00265594 Jy ! Total flux subtracted in 200 components = 0.00265594 Jy ! Clean residual min=-0.003761 max=0.003243 Jy/beam ! Clean residual mean=0.000036 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.246878 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.000100171 Jy ! Component: 100 - total flux cleaned = 0.000165199 Jy ! Component: 150 - total flux cleaned = 0.000184718 Jy ! Component: 200 - total flux cleaned = 0.000203128 Jy ! Total flux subtracted in 200 components = 0.000203128 Jy ! Clean residual min=-0.003740 max=0.003239 Jy/beam ! Clean residual mean=0.000036 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.247081 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 65 components and 0.247081 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=7.364 mas, bpa=-3.048 degrees ! Estimated noise=1254.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000166708 Jy ! Component: 100 - total flux cleaned = -0.000129598 Jy ! Component: 150 - total flux cleaned = -2.40784e-05 Jy ! Component: 200 - total flux cleaned = 0.000103908 Jy ! Total flux subtracted in 200 components = 0.000103908 Jy ! Clean residual min=-0.003359 max=0.003173 Jy/beam ! Clean residual mean=0.000018 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.247185 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.247185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070654Jy sigma=0.000655 ! Fit after self-cal, rms=0.070646Jy sigma=0.000654 wmodel J0112+2244_S_2017_06_15_pus_map.mod ! Writing 77 model components to file: J0112+2244_S_2017_06_15_pus_map.mod wobs J0112+2244_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0112+2244_S_2017_06_15_pus_uvs.fits wwins J0112+2244_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0112+2244_S_2017_06_15_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.000134155 Jy ! Component: 100 - total flux cleaned = -2.77647e-05 Jy ! Component: 150 - total flux cleaned = -2.71197e-05 Jy ! Component: 200 - total flux cleaned = -2.50768e-05 Jy ! Component: 250 - total flux cleaned = 6.76256e-05 Jy ! Component: 300 - total flux cleaned = -6.97742e-05 Jy ! Component: 350 - total flux cleaned = -6.90502e-05 Jy ! Component: 400 - total flux cleaned = -2.67958e-05 Jy ! Component: 450 - total flux cleaned = 5.72847e-05 Jy ! Component: 500 - total flux cleaned = 0.000261681 Jy ! Component: 550 - total flux cleaned = 0.000341869 Jy ! Component: 600 - total flux cleaned = 0.000302945 Jy ! Component: 650 - total flux cleaned = 0.000380505 Jy ! Component: 700 - total flux cleaned = 0.000418695 Jy ! Component: 750 - total flux cleaned = 0.00038086 Jy ! Component: 800 - total flux cleaned = 0.000490777 Jy ! Component: 850 - total flux cleaned = 0.000454607 Jy ! Component: 900 - total flux cleaned = 0.000490353 Jy ! Component: 950 - total flux cleaned = 0.000455152 Jy ! Component: 1000 - total flux cleaned = 0.000455583 Jy ! Component: 1050 - total flux cleaned = 0.000387465 Jy ! Component: 1100 - total flux cleaned = 0.000319672 Jy ! Component: 1150 - total flux cleaned = 0.000385926 Jy ! Component: 1200 - total flux cleaned = 0.000386037 Jy ! Component: 1250 - total flux cleaned = 0.000386046 Jy ! Component: 1300 - total flux cleaned = 0.000449457 Jy ! Component: 1350 - total flux cleaned = 0.000449329 Jy ! Component: 1400 - total flux cleaned = 0.000542069 Jy ! Component: 1450 - total flux cleaned = 0.000634125 Jy ! Component: 1500 - total flux cleaned = 0.000664236 Jy ! Component: 1550 - total flux cleaned = 0.000664186 Jy ! Component: 1600 - total flux cleaned = 0.00078261 Jy ! Component: 1650 - total flux cleaned = 0.00078248 Jy ! Component: 1700 - total flux cleaned = 0.000840456 Jy ! Component: 1750 - total flux cleaned = 0.000898226 Jy ! Component: 1800 - total flux cleaned = 0.000898435 Jy ! Component: 1850 - total flux cleaned = 0.000926767 Jy ! Component: 1900 - total flux cleaned = 0.000955181 Jy ! Component: 1950 - total flux cleaned = 0.00095539 Jy ! Component: 2000 - total flux cleaned = 0.000873885 Jy ! Component: 2050 - total flux cleaned = 0.000982124 Jy ! Component: 2100 - total flux cleaned = 0.000982071 Jy ! Component: 2150 - total flux cleaned = 0.000982068 Jy ! Component: 2200 - total flux cleaned = 0.000981891 Jy ! Component: 2250 - total flux cleaned = 0.000955732 Jy ! Component: 2300 - total flux cleaned = 0.000955602 Jy ! Component: 2350 - total flux cleaned = 0.000904575 Jy ! Component: 2400 - total flux cleaned = 0.000979976 Jy ! Component: 2450 - total flux cleaned = 0.000979987 Jy ! Component: 2500 - total flux cleaned = 0.000930284 Jy ! Component: 2550 - total flux cleaned = 0.000906132 Jy ! Component: 2600 - total flux cleaned = 0.000881382 Jy ! Component: 2650 - total flux cleaned = 0.000808454 Jy ! Component: 2700 - total flux cleaned = 0.000736027 Jy ! Component: 2750 - total flux cleaned = 0.000688716 Jy ! Component: 2800 - total flux cleaned = 0.00064157 Jy ! Component: 2850 - total flux cleaned = 0.000641204 Jy ! Component: 2900 - total flux cleaned = 0.000501085 Jy ! Component: 2950 - total flux cleaned = 0.000501089 Jy ! Component: 3000 - total flux cleaned = 0.00052363 Jy ! Component: 3050 - total flux cleaned = 0.000272368 Jy ! Component: 3100 - total flux cleaned = 0.000272329 Jy ! Component: 3150 - total flux cleaned = 0.000227272 Jy ! Component: 3200 - total flux cleaned = 0.000226847 Jy ! Component: 3250 - total flux cleaned = 2.72368e-05 Jy ! Component: 3300 - total flux cleaned = -1.6825e-05 Jy ! Component: 3350 - total flux cleaned = -0.000126098 Jy ! Component: 3400 - total flux cleaned = -0.000169216 Jy ! Component: 3450 - total flux cleaned = -0.00025537 Jy ! Component: 3500 - total flux cleaned = -0.000362203 Jy ! Component: 3550 - total flux cleaned = -0.000319644 Jy ! Component: 3600 - total flux cleaned = -0.000383109 Jy ! Component: 3650 - total flux cleaned = -0.000508825 Jy ! Component: 3700 - total flux cleaned = -0.000571288 Jy ! Component: 3750 - total flux cleaned = -0.000653813 Jy ! Component: 3800 - total flux cleaned = -0.000694922 Jy ! Component: 3850 - total flux cleaned = -0.000715388 Jy ! Component: 3900 - total flux cleaned = -0.000897874 Jy ! Component: 3950 - total flux cleaned = -0.00089783 Jy ! Component: 4000 - total flux cleaned = -0.000997822 Jy ! Component: 4050 - total flux cleaned = -0.00105733 Jy ! Total flux subtracted in 4096 components = -0.00105732 Jy ! Clean residual min=-0.001241 max=0.001072 Jy/beam ! Clean residual mean=0.000003 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.246128 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 359 components and 0.246128 Jy ![Exited script file: muppet] wmap "J0112+2244_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 7.364 at -3.048 degrees (North through East) ! Clean map min=-0.0019555 max=0.20939 Jy/beam ! Writing clean map to FITS file: J0112+2244_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.209389 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000359157 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.514578 0.514578 1.02916 2.05831 4.11663 8.23325 16.4665 32.933 65.866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.209 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.461 x 7.364 at -3.048 degrees (North through East) ! Clean map min=-0.0019555 max=0.20939 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 J0112+2244_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:07:41 2019