! Started logfile: J0610+7801_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:49:31 2016 obs J0610+7801_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0610+7801_S_2015_03_17_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785185 visibilities/baseline/integration-bin. ! Found source: J0610+7801 ! ! 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 330 lines of history. ! ! Reading 16112 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 J0610+7801_S_2015_03_17_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.932589Jy sigma=0.010017 ! Fit after self-cal, rms=0.886545Jy sigma=0.009572 ! 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.667 mas, bmaj=8.951 mas, bpa=38.79 degrees ! Estimated noise=933.468 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.0863829 Jy ! Component: 100 - total flux cleaned = 0.10754 Jy ! Total flux subtracted in 100 components = 0.10754 Jy ! Clean residual min=-0.004647 max=0.008264 Jy/beam ! Clean residual mean=0.000025 rms=0.001142 Jy/beam ! Combined flux in latest and established models = 0.10754 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.10754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080483Jy sigma=0.000787 ! Fit after self-cal, rms=0.080461Jy sigma=0.000787 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00849344 Jy ! Component: 100 - total flux cleaned = 0.0127818 Jy ! Total flux subtracted in 100 components = 0.0127818 Jy ! Clean residual min=-0.004170 max=0.003999 Jy/beam ! Clean residual mean=0.000023 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.120322 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.120322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079214Jy sigma=0.000777 ! Fit after self-cal, rms=0.079201Jy sigma=0.000777 ! 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.418 mas, bmaj=9.852 mas, bpa=36.52 degrees ! Estimated noise=527.533 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.0037825 Jy ! Component: 100 - total flux cleaned = 0.00595296 Jy ! Component: 150 - total flux cleaned = 0.00699924 Jy ! Component: 200 - total flux cleaned = 0.00743061 Jy ! Total flux subtracted in 200 components = 0.00743061 Jy ! Clean residual min=-0.003367 max=0.003132 Jy/beam ! Clean residual mean=0.000052 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.127753 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 57 components and 0.127753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078906Jy sigma=0.000775 ! Fit after self-cal, rms=0.078904Jy sigma=0.000775 ! 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.02 FD 0.87 HN 0.94 KP 1.12 ! LA 0.96 MK 0.97 NL 0.92 OV 1.01 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.91 HN 1.02 KP 1.08 ! LA 0.96 MK 0.98 NL 0.99 OV 1.06 ! PT 1.08 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.93 HN 1.02 KP 0.99 ! LA 0.80 MK 1.08 NL 1.11 OV 0.96 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.94 HN 1.02 KP 0.94 ! LA 0.86 MK 1.06 NL 1.00 OV 1.03 ! PT 1.11 SC 0.96 ! ! ! Fit before self-cal, rms=0.078904Jy sigma=0.000775 ! Fit after self-cal, rms=0.075441Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.447 mas, bmaj=9.862 mas, bpa=36.45 degrees ! Estimated noise=525.486 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.000666783 Jy ! Component: 100 - total flux cleaned = -0.000874352 Jy ! Component: 150 - total flux cleaned = -0.000942255 Jy ! Component: 200 - total flux cleaned = -0.00100429 Jy ! Total flux subtracted in 200 components = -0.00100429 Jy ! Clean residual min=-0.001999 max=0.001675 Jy/beam ! Clean residual mean=0.000007 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.126748 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.126748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075428Jy sigma=0.000765 ! Fit after self-cal, rms=0.075372Jy sigma=0.000765 ! 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.075372Jy sigma=0.000765 ! Fit after self-cal, rms=0.075861Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=9.855 mas, bpa=36.5 degrees ! Estimated noise=525.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000399471 Jy ! Component: 100 - total flux cleaned = -0.000368996 Jy ! Component: 150 - total flux cleaned = -0.000342822 Jy ! Component: 200 - total flux cleaned = -0.000330918 Jy ! Total flux subtracted in 200 components = -0.000330918 Jy ! Clean residual min=-0.001669 max=0.001459 Jy/beam ! Clean residual mean=0.000002 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.126417 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 82 components and 0.126417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075855Jy sigma=0.000763 ! Fit after self-cal, rms=0.075861Jy sigma=0.000763 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.04644e-05 Jy ! Component: 100 - total flux cleaned = 8.124e-07 Jy ! Component: 150 - total flux cleaned = -7.17737e-06 Jy ! Component: 200 - total flux cleaned = -1.45182e-05 Jy ! Total flux subtracted in 200 components = -1.45182e-05 Jy ! Clean residual min=-0.001657 max=0.001456 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.126403 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 86 components and 0.126403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075859Jy sigma=0.000763 ! Fit after self-cal, rms=0.075859Jy sigma=0.000763 ! 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.075859Jy sigma=0.000763 ! Fit after self-cal, rms=0.076075Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.47 mas, bmaj=9.853 mas, bpa=36.51 degrees ! Estimated noise=525.348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391179 Jy ! Component: 100 - total flux cleaned = -0.000379959 Jy ! Component: 150 - total flux cleaned = -0.000379204 Jy ! Component: 200 - total flux cleaned = -0.000378853 Jy ! Total flux subtracted in 200 components = -0.000378853 Jy ! Clean residual min=-0.001664 max=0.001478 Jy/beam ! Clean residual mean=0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.126024 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 95 components and 0.126024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076071Jy sigma=0.000763 ! Fit after self-cal, rms=0.076073Jy sigma=0.000763 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.34256e-06 Jy ! Component: 100 - total flux cleaned = -8.97611e-06 Jy ! Component: 150 - total flux cleaned = -2.26434e-05 Jy ! Component: 200 - total flux cleaned = -2.25985e-05 Jy ! Total flux subtracted in 200 components = -2.25985e-05 Jy ! Clean residual min=-0.001658 max=0.001471 Jy/beam ! Clean residual mean=0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.126002 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.126002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076072Jy sigma=0.000763 ! Fit after self-cal, rms=0.076072Jy sigma=0.000763 ! 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.076072Jy sigma=0.000763 ! Fit after self-cal, rms=0.076193Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.729 mas, bmaj=13.13 mas, bpa=33.11 degrees ! Estimated noise=641.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000203719 Jy ! Component: 100 - total flux cleaned = -0.000203887 Jy ! Component: 150 - total flux cleaned = -0.000216769 Jy ! Component: 200 - total flux cleaned = -0.000221994 Jy ! Total flux subtracted in 200 components = -0.000221994 Jy ! Clean residual min=-0.001952 max=0.001384 Jy/beam ! Clean residual mean=0.000004 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.12578 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 105 components and 0.12578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076193Jy sigma=0.000763 ! Fit after self-cal, rms=0.076194Jy sigma=0.000763 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.6533e-07 Jy ! Component: 100 - total flux cleaned = -4.12198e-06 Jy ! Component: 150 - total flux cleaned = -4.11229e-06 Jy ! Component: 200 - total flux cleaned = -4.23008e-06 Jy ! Total flux subtracted in 200 components = -4.23008e-06 Jy ! Clean residual min=-0.001948 max=0.001378 Jy/beam ! Clean residual mean=0.000004 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.125775 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 112 components and 0.125775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076194Jy sigma=0.000763 ! Fit after self-cal, rms=0.076194Jy sigma=0.000763 ! 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.477 mas, bmaj=9.853 mas, bpa=36.52 degrees ! Estimated noise=525.391 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.477 x 9.853 at 36.52 degrees (North through East) ! Clean map min=-0.001623 max=0.11294 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.713 mas, bmaj=8.9 mas, bpa=38.66 degrees ! Estimated noise=939.239 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.086761 Jy ! Component: 100 - total flux cleaned = 0.10748 Jy ! Component: 150 - total flux cleaned = 0.115248 Jy ! Component: 200 - total flux cleaned = 0.11878 Jy ! Total flux subtracted in 200 components = 0.11878 Jy ! Clean residual min=-0.002497 max=0.002755 Jy/beam ! Clean residual mean=0.000003 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.11878 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.11878 Jy ! Inverting map and beam ! Estimated beam: bmin=3.477 mas, bmaj=9.853 mas, bpa=36.52 degrees ! Estimated noise=525.391 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.00289081 Jy ! Component: 100 - total flux cleaned = 0.00455222 Jy ! Component: 150 - total flux cleaned = 0.00563723 Jy ! Component: 200 - total flux cleaned = 0.00601468 Jy ! Total flux subtracted in 200 components = 0.00601468 Jy ! Clean residual min=-0.001766 max=0.001400 Jy/beam ! Clean residual mean=0.000002 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.124794 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 64 components and 0.124794 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.729 mas, bmaj=13.13 mas, bpa=33.11 degrees ! Estimated noise=641.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000849683 Jy ! Component: 100 - total flux cleaned = 0.000959875 Jy ! Component: 150 - total flux cleaned = 0.000976186 Jy ! Component: 200 - total flux cleaned = 0.000976696 Jy ! Total flux subtracted in 200 components = 0.000976696 Jy ! Clean residual min=-0.001963 max=0.001424 Jy/beam ! Clean residual mean=0.000004 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.125771 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.01955e-07 Jy ! Component: 100 - total flux cleaned = -9.33319e-08 Jy ! Component: 150 - total flux cleaned = -1.05684e-07 Jy ! Component: 200 - total flux cleaned = 8.80318e-08 Jy ! Total flux subtracted in 200 components = 8.80318e-08 Jy ! Clean residual min=-0.001962 max=0.001417 Jy/beam ! Clean residual mean=0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.125771 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.125771 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.477 mas, bmaj=9.853 mas, bpa=36.52 degrees ! Estimated noise=525.391 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.98335e-05 Jy ! Component: 100 - total flux cleaned = -9.73266e-05 Jy ! Component: 150 - total flux cleaned = -0.000113368 Jy ! Component: 200 - total flux cleaned = -0.000113797 Jy ! Total flux subtracted in 200 components = -0.000113797 Jy ! Clean residual min=-0.001731 max=0.001433 Jy/beam ! Clean residual mean=0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.125657 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 94 components and 0.125657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076199Jy sigma=0.000763 ! Fit after self-cal, rms=0.076197Jy sigma=0.000763 wmodel J0610+7801_S_2015_03_17_pus_map.mod ! Writing 94 model components to file: J0610+7801_S_2015_03_17_pus_map.mod wobs J0610+7801_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0610+7801_S_2015_03_17_pus_uvs.fits wwins J0610+7801_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0610+7801_S_2015_03_17_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.000775041 Jy ! Component: 100 - total flux cleaned = -0.00115754 Jy ! Component: 150 - total flux cleaned = -0.00137832 Jy ! Component: 200 - total flux cleaned = -0.00154017 Jy ! Component: 250 - total flux cleaned = -0.00169375 Jy ! Component: 300 - total flux cleaned = -0.00177882 Jy ! Component: 350 - total flux cleaned = -0.00179948 Jy ! Component: 400 - total flux cleaned = -0.00177928 Jy ! Component: 450 - total flux cleaned = -0.00177933 Jy ! Component: 500 - total flux cleaned = -0.00177947 Jy ! Component: 550 - total flux cleaned = -0.00176017 Jy ! Component: 600 - total flux cleaned = -0.00168702 Jy ! Component: 650 - total flux cleaned = -0.00168745 Jy ! Component: 700 - total flux cleaned = -0.00167025 Jy ! Component: 750 - total flux cleaned = -0.00172214 Jy ! Component: 800 - total flux cleaned = -0.00165372 Jy ! Component: 850 - total flux cleaned = -0.00165424 Jy ! Component: 900 - total flux cleaned = -0.00172039 Jy ! Component: 950 - total flux cleaned = -0.00171992 Jy ! Component: 1000 - total flux cleaned = -0.00165547 Jy ! Component: 1050 - total flux cleaned = -0.00171881 Jy ! Component: 1100 - total flux cleaned = -0.00170318 Jy ! Component: 1150 - total flux cleaned = -0.00178038 Jy ! Component: 1200 - total flux cleaned = -0.00176492 Jy ! Component: 1250 - total flux cleaned = -0.00182464 Jy ! Component: 1300 - total flux cleaned = -0.00176509 Jy ! Component: 1350 - total flux cleaned = -0.00175052 Jy ! Component: 1400 - total flux cleaned = -0.00173597 Jy ! Component: 1450 - total flux cleaned = -0.00176496 Jy ! Component: 1500 - total flux cleaned = -0.00176511 Jy ! Component: 1550 - total flux cleaned = -0.00175113 Jy ! Component: 1600 - total flux cleaned = -0.00175106 Jy ! Component: 1650 - total flux cleaned = -0.00173744 Jy ! Component: 1700 - total flux cleaned = -0.00173753 Jy ! Component: 1750 - total flux cleaned = -0.00177785 Jy ! Component: 1800 - total flux cleaned = -0.0018044 Jy ! Component: 1850 - total flux cleaned = -0.00181738 Jy ! Component: 1900 - total flux cleaned = -0.00183017 Jy ! Component: 1950 - total flux cleaned = -0.00181738 Jy ! Component: 2000 - total flux cleaned = -0.00183034 Jy ! Component: 2050 - total flux cleaned = -0.00188087 Jy ! Component: 2100 - total flux cleaned = -0.0019309 Jy ! Component: 2150 - total flux cleaned = -0.0019432 Jy ! Component: 2200 - total flux cleaned = -0.00196765 Jy ! Component: 2250 - total flux cleaned = -0.00200387 Jy ! Component: 2300 - total flux cleaned = -0.00202788 Jy ! Component: 2350 - total flux cleaned = -0.00205164 Jy ! Component: 2400 - total flux cleaned = -0.00205146 Jy ! Component: 2450 - total flux cleaned = -0.00206317 Jy ! Component: 2500 - total flux cleaned = -0.00206332 Jy ! Component: 2550 - total flux cleaned = -0.00212109 Jy ! Component: 2600 - total flux cleaned = -0.00212092 Jy ! Component: 2650 - total flux cleaned = -0.00213219 Jy ! Component: 2700 - total flux cleaned = -0.00215487 Jy ! Component: 2750 - total flux cleaned = -0.00219953 Jy ! Component: 2800 - total flux cleaned = -0.00216644 Jy ! Component: 2850 - total flux cleaned = -0.00219958 Jy ! Component: 2900 - total flux cleaned = -0.00228694 Jy ! Component: 2950 - total flux cleaned = -0.00230858 Jy ! Component: 3000 - total flux cleaned = -0.00229766 Jy ! Component: 3050 - total flux cleaned = -0.0023084 Jy ! Component: 3100 - total flux cleaned = -0.00232956 Jy ! Component: 3150 - total flux cleaned = -0.00231907 Jy ! Component: 3200 - total flux cleaned = -0.00234 Jy ! Component: 3250 - total flux cleaned = -0.00236073 Jy ! Component: 3300 - total flux cleaned = -0.00239141 Jy ! Component: 3350 - total flux cleaned = -0.00241171 Jy ! Component: 3400 - total flux cleaned = -0.00240154 Jy ! Component: 3450 - total flux cleaned = -0.00239151 Jy ! Component: 3500 - total flux cleaned = -0.00242127 Jy ! Component: 3550 - total flux cleaned = -0.00241138 Jy ! Component: 3600 - total flux cleaned = -0.0024115 Jy ! Component: 3650 - total flux cleaned = -0.00244075 Jy ! Component: 3700 - total flux cleaned = -0.00246007 Jy ! Component: 3750 - total flux cleaned = -0.00245048 Jy ! Component: 3800 - total flux cleaned = -0.00243147 Jy ! Component: 3850 - total flux cleaned = -0.00246934 Jy ! Component: 3900 - total flux cleaned = -0.00247872 Jy ! Component: 3950 - total flux cleaned = -0.0024694 Jy ! Component: 4000 - total flux cleaned = -0.00249732 Jy ! Component: 4050 - total flux cleaned = -0.00248802 Jy ! Total flux subtracted in 4096 components = -0.00250635 Jy ! Clean residual min=-0.000555 max=0.000478 Jy/beam ! Clean residual mean=-0.000000 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.123151 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 396 components and 0.123151 Jy ![Exited script file: muppet] wmap "J0610+7801_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.477 x 9.853 at 36.52 degrees (North through East) ! Clean map min=-0.0011461 max=0.11338 Jy/beam ! Writing clean map to FITS file: J0610+7801_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.11338 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171364 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.453422 0.453422 0.906844 1.81369 3.62738 7.25475 14.5095 29.019 58.038 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.113 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.477 x 9.853 at 36.52 degrees (North through East) ! Clean map min=-0.0011461 max=0.11338 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 J0610+7801_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:49:37 2016