! Started logfile: J0110+6805_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:13:32 2017 obs J0110+6805_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0110+6805_S_2014_01_04_pus_uva.fits ! AN table 1: 118 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.5 visibilities/baseline/integration-bin. ! Found source: J0110+6805 ! ! 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 370 lines of history. ! ! Reading 8496 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 J0110+6805_S_2014_01_04_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 295 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 295 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 295 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 295 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.842518Jy sigma=0.011156 ! Fit after self-cal, rms=0.799259Jy sigma=0.010685 ! 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.388 mas, bmaj=9.973 mas, bpa=89.59 degrees ! Estimated noise=1388.56 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.154131 Jy ! Component: 100 - total flux cleaned = 0.203276 Jy ! Total flux subtracted in 100 components = 0.203276 Jy ! Clean residual min=-0.013790 max=0.020935 Jy/beam ! Clean residual mean=0.000003 rms=0.003836 Jy/beam ! Combined flux in latest and established models = 0.203276 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.203276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102439Jy sigma=0.001159 ! Fit after self-cal, rms=0.102060Jy sigma=0.001155 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0243609 Jy ! Component: 100 - total flux cleaned = 0.036415 Jy ! Total flux subtracted in 100 components = 0.036415 Jy ! Clean residual min=-0.010592 max=0.011607 Jy/beam ! Clean residual mean=0.000003 rms=0.002688 Jy/beam ! Combined flux in latest and established models = 0.239691 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.239691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093941Jy sigma=0.001041 ! Fit after self-cal, rms=0.093678Jy sigma=0.001039 ! 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.021 mas, bmaj=11.03 mas, bpa=89.73 degrees ! Estimated noise=609.199 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.0143224 Jy ! Component: 100 - total flux cleaned = 0.0239509 Jy ! Component: 150 - total flux cleaned = 0.0314981 Jy ! Component: 200 - total flux cleaned = 0.0374585 Jy ! Total flux subtracted in 200 components = 0.0374585 Jy ! Clean residual min=-0.010165 max=0.011238 Jy/beam ! Clean residual mean=0.000007 rms=0.003015 Jy/beam ! Combined flux in latest and established models = 0.27715 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.27715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090336Jy sigma=0.001007 ! Fit after self-cal, rms=0.090238Jy sigma=0.001006 ! 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.04 FD 1.00* KP 1.00* LA 1.03 ! MK 1.01 NL 1.02 OV 0.92 PT 0.92 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* KP 1.00* LA 1.01 ! MK 1.02 NL 1.02 OV 0.99 PT 0.88 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* KP 1.00* LA 0.82 ! MK 1.06 NL 0.99 OV 0.92 PT 0.87 ! SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.00* KP 1.00* LA 0.87 ! MK 1.05 NL 1.09 OV 1.01 PT 0.92 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.090238Jy sigma=0.001006 ! Fit after self-cal, rms=0.084816Jy sigma=0.000938 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=11.02 mas, bpa=89.73 degrees ! Estimated noise=608.653 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.00158195 Jy ! Component: 100 - total flux cleaned = 0.00202255 Jy ! Component: 150 - total flux cleaned = 0.00195711 Jy ! Component: 200 - total flux cleaned = 0.00184174 Jy ! Total flux subtracted in 200 components = 0.00184174 Jy ! Clean residual min=-0.007153 max=0.008220 Jy/beam ! Clean residual mean=0.000002 rms=0.002121 Jy/beam ! Combined flux in latest and established models = 0.278992 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.278992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084686Jy sigma=0.000936 ! Fit after self-cal, rms=0.084417Jy sigma=0.000936 ! 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.084417Jy sigma=0.000936 ! Fit after self-cal, rms=0.083969Jy sigma=0.000930 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=10.95 mas, bpa=89.44 degrees ! Estimated noise=607.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00047532 Jy ! Component: 100 - total flux cleaned = 0.00040911 Jy ! Component: 150 - total flux cleaned = 0.000466137 Jy ! Component: 200 - total flux cleaned = 0.000465846 Jy ! Total flux subtracted in 200 components = 0.000465846 Jy ! Clean residual min=-0.006964 max=0.007686 Jy/beam ! Clean residual mean=0.000002 rms=0.002000 Jy/beam ! Combined flux in latest and established models = 0.279457 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.279457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083823Jy sigma=0.000929 ! Fit after self-cal, rms=0.083834Jy sigma=0.000929 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.000171347 Jy ! Component: 100 - total flux cleaned = 0.000167818 Jy ! Component: 150 - total flux cleaned = 0.000110559 Jy ! Component: 200 - total flux cleaned = 0.000163364 Jy ! Total flux subtracted in 200 components = 0.000163364 Jy ! Clean residual min=-0.006826 max=0.007546 Jy/beam ! Clean residual mean=0.000002 rms=0.001985 Jy/beam ! Combined flux in latest and established models = 0.279621 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.279621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083718Jy sigma=0.000929 ! Fit after self-cal, rms=0.083748Jy sigma=0.000929 ! 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.083748Jy sigma=0.000929 ! Fit after self-cal, rms=0.083752Jy sigma=0.000929 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=10.94 mas, bpa=89.38 degrees ! Estimated noise=606.773 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000322163 Jy ! Component: 100 - total flux cleaned = 0.000263052 Jy ! Component: 150 - total flux cleaned = 0.000313028 Jy ! Component: 200 - total flux cleaned = 0.000362035 Jy ! Total flux subtracted in 200 components = 0.000362035 Jy ! Clean residual min=-0.006705 max=0.007519 Jy/beam ! Clean residual mean=0.000002 rms=0.001969 Jy/beam ! Combined flux in latest and established models = 0.279983 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.279983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083644Jy sigma=0.000928 ! Fit after self-cal, rms=0.083682Jy sigma=0.000928 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.00016231 Jy ! Component: 100 - total flux cleaned = 5.4374e-05 Jy ! Component: 150 - total flux cleaned = 3.93672e-06 Jy ! Component: 200 - total flux cleaned = 5.38161e-05 Jy ! Total flux subtracted in 200 components = 5.38161e-05 Jy ! Clean residual min=-0.006613 max=0.007440 Jy/beam ! Clean residual mean=0.000002 rms=0.001958 Jy/beam ! Combined flux in latest and established models = 0.280037 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.280037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083585Jy sigma=0.000927 ! Fit after self-cal, rms=0.083618Jy sigma=0.000927 ! 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.083618Jy sigma=0.000927 ! Fit after self-cal, rms=0.083561Jy sigma=0.000927 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.814 mas, bmaj=13.22 mas, bpa=89.4 degrees ! Estimated noise=684.526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00334827 Jy ! Component: 100 - total flux cleaned = 0.00376985 Jy ! Component: 150 - total flux cleaned = 0.00382756 Jy ! Component: 200 - total flux cleaned = 0.00387288 Jy ! Total flux subtracted in 200 components = 0.00387288 Jy ! Clean residual min=-0.009145 max=0.010140 Jy/beam ! Clean residual mean=0.000001 rms=0.003347 Jy/beam ! Combined flux in latest and established models = 0.283909 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.283909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083724Jy sigma=0.000928 ! Fit after self-cal, rms=0.083617Jy sigma=0.000927 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.38673e-05 Jy ! Component: 100 - total flux cleaned = 1.45479e-05 Jy ! Component: 150 - total flux cleaned = -3.04044e-05 Jy ! Component: 200 - total flux cleaned = -6.92951e-05 Jy ! Total flux subtracted in 200 components = -6.92951e-05 Jy ! Clean residual min=-0.009112 max=0.009978 Jy/beam ! Clean residual mean=0.000001 rms=0.003317 Jy/beam ! Combined flux in latest and established models = 0.28384 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.28384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083764Jy sigma=0.000928 ! Fit after self-cal, rms=0.083664Jy sigma=0.000927 ! 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.046 mas, bmaj=10.93 mas, bpa=89.33 degrees ! Estimated noise=606.496 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.046 x 10.93 at 89.33 degrees (North through East) ! Clean map min=-0.0060688 max=0.2025 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.393 mas, bmaj=9.81 mas, bpa=89.17 degrees ! Estimated noise=1410.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157778 Jy ! Component: 100 - total flux cleaned = 0.211057 Jy ! Component: 150 - total flux cleaned = 0.234206 Jy ! Component: 200 - total flux cleaned = 0.246636 Jy ! Total flux subtracted in 200 components = 0.246636 Jy ! Clean residual min=-0.010724 max=0.010939 Jy/beam ! Clean residual mean=0.000003 rms=0.002264 Jy/beam ! Combined flux in latest and established models = 0.246636 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.246636 Jy ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=10.93 mas, bpa=89.33 degrees ! Estimated noise=606.496 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) ! Added new window around map position (-8, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123218 Jy ! Component: 100 - total flux cleaned = 0.0197618 Jy ! Component: 150 - total flux cleaned = 0.0243759 Jy ! Component: 200 - total flux cleaned = 0.027186 Jy ! Total flux subtracted in 200 components = 0.027186 Jy ! Clean residual min=-0.006114 max=0.006664 Jy/beam ! Clean residual mean=0.000002 rms=0.001862 Jy/beam ! Combined flux in latest and established models = 0.273822 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 55 components and 0.273822 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=6.814 mas, bmaj=13.22 mas, bpa=89.4 degrees ! Estimated noise=684.526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00492045 Jy ! Component: 100 - total flux cleaned = 0.00718162 Jy ! Component: 150 - total flux cleaned = 0.00894289 Jy ! Component: 200 - total flux cleaned = 0.0102718 Jy ! Total flux subtracted in 200 components = 0.0102718 Jy ! Clean residual min=-0.008284 max=0.010059 Jy/beam ! Clean residual mean=0.000002 rms=0.003181 Jy/beam ! Combined flux in latest and established models = 0.284094 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.00113916 Jy ! Component: 100 - total flux cleaned = 0.00196036 Jy ! Component: 150 - total flux cleaned = 0.00242317 Jy ! Component: 200 - total flux cleaned = 0.00278797 Jy ! Total flux subtracted in 200 components = 0.00278797 Jy ! Clean residual min=-0.008073 max=0.010242 Jy/beam ! Clean residual mean=0.000001 rms=0.003135 Jy/beam ! Combined flux in latest and established models = 0.286882 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 92 components and 0.286882 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=10.93 mas, bpa=89.33 degrees ! Estimated noise=606.496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121668 Jy ! Component: 100 - total flux cleaned = 0.00122057 Jy ! Component: 150 - total flux cleaned = 0.00115181 Jy ! Component: 200 - total flux cleaned = 0.000890044 Jy ! Total flux subtracted in 200 components = 0.000890044 Jy ! Clean residual min=-0.004757 max=0.006740 Jy/beam ! Clean residual mean=0.000001 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.287772 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 105 components and 0.287772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082823Jy sigma=0.000919 ! Fit after self-cal, rms=0.082663Jy sigma=0.000918 wmodel J0110+6805_S_2014_01_04_pus_map.mod ! Writing 105 model components to file: J0110+6805_S_2014_01_04_pus_map.mod wobs J0110+6805_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0110+6805_S_2014_01_04_pus_uvs.fits wwins J0110+6805_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J0110+6805_S_2014_01_04_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.00299721 Jy ! Component: 100 - total flux cleaned = 0.0055624 Jy ! Component: 150 - total flux cleaned = 0.00780316 Jy ! Component: 200 - total flux cleaned = 0.00902113 Jy ! Component: 250 - total flux cleaned = 0.00962685 Jy ! Component: 300 - total flux cleaned = 0.0101902 Jy ! Component: 350 - total flux cleaned = 0.010653 Jy ! Component: 400 - total flux cleaned = 0.0109039 Jy ! Component: 450 - total flux cleaned = 0.0111438 Jy ! Component: 500 - total flux cleaned = 0.0113729 Jy ! Component: 550 - total flux cleaned = 0.0116463 Jy ! Component: 600 - total flux cleaned = 0.0118032 Jy ! Component: 650 - total flux cleaned = 0.0119521 Jy ! Component: 700 - total flux cleaned = 0.0119519 Jy ! Component: 750 - total flux cleaned = 0.0120452 Jy ! Component: 800 - total flux cleaned = 0.0119125 Jy ! Component: 850 - total flux cleaned = 0.0120413 Jy ! Component: 900 - total flux cleaned = 0.0118752 Jy ! Component: 950 - total flux cleaned = 0.0118753 Jy ! Component: 1000 - total flux cleaned = 0.0118354 Jy ! Component: 1050 - total flux cleaned = 0.0117212 Jy ! Component: 1100 - total flux cleaned = 0.0116845 Jy ! Component: 1150 - total flux cleaned = 0.0116129 Jy ! Component: 1200 - total flux cleaned = 0.0115434 Jy ! Component: 1250 - total flux cleaned = 0.0113084 Jy ! Component: 1300 - total flux cleaned = 0.0112106 Jy ! Component: 1350 - total flux cleaned = 0.0110505 Jy ! Component: 1400 - total flux cleaned = 0.0109254 Jy ! Component: 1450 - total flux cleaned = 0.0107425 Jy ! Component: 1500 - total flux cleaned = 0.0105052 Jy ! Component: 1550 - total flux cleaned = 0.010361 Jy ! Component: 1600 - total flux cleaned = 0.0101625 Jy ! Component: 1650 - total flux cleaned = 0.00991428 Jy ! Component: 1700 - total flux cleaned = 0.00983331 Jy ! Component: 1750 - total flux cleaned = 0.00972676 Jy ! Component: 1800 - total flux cleaned = 0.00951898 Jy ! Component: 1850 - total flux cleaned = 0.00934176 Jy ! Component: 1900 - total flux cleaned = 0.0092177 Jy ! Component: 1950 - total flux cleaned = 0.00907252 Jy ! Component: 2000 - total flux cleaned = 0.00895348 Jy ! Component: 2050 - total flux cleaned = 0.00879006 Jy ! Component: 2100 - total flux cleaned = 0.00860647 Jy ! Component: 2150 - total flux cleaned = 0.00835786 Jy ! Component: 2200 - total flux cleaned = 0.0081803 Jy ! Component: 2250 - total flux cleaned = 0.00800536 Jy ! Component: 2300 - total flux cleaned = 0.0077901 Jy ! Component: 2350 - total flux cleaned = 0.00757843 Jy ! Component: 2400 - total flux cleaned = 0.00749464 Jy ! Component: 2450 - total flux cleaned = 0.00734997 Jy ! Component: 2500 - total flux cleaned = 0.00724804 Jy ! Component: 2550 - total flux cleaned = 0.00720776 Jy ! Component: 2600 - total flux cleaned = 0.00716787 Jy ! Component: 2650 - total flux cleaned = 0.0071089 Jy ! Component: 2700 - total flux cleaned = 0.00708927 Jy ! Component: 2750 - total flux cleaned = 0.00706996 Jy ! Component: 2800 - total flux cleaned = 0.00701291 Jy ! Component: 2850 - total flux cleaned = 0.00701291 Jy ! Component: 2900 - total flux cleaned = 0.0069756 Jy ! Component: 2950 - total flux cleaned = 0.00699398 Jy ! Component: 3000 - total flux cleaned = 0.00699381 Jy ! Component: 3050 - total flux cleaned = 0.00699355 Jy ! Component: 3100 - total flux cleaned = 0.00697537 Jy ! Component: 3150 - total flux cleaned = 0.00693984 Jy ! Component: 3200 - total flux cleaned = 0.00695756 Jy ! Component: 3250 - total flux cleaned = 0.00697511 Jy ! Component: 3300 - total flux cleaned = 0.00695775 Jy ! Component: 3350 - total flux cleaned = 0.00695783 Jy ! Component: 3400 - total flux cleaned = 0.00697512 Jy ! Component: 3450 - total flux cleaned = 0.00697515 Jy ! Component: 3500 - total flux cleaned = 0.00695819 Jy ! Component: 3550 - total flux cleaned = 0.00697513 Jy ! Component: 3600 - total flux cleaned = 0.00695829 Jy ! Component: 3650 - total flux cleaned = 0.00700856 Jy ! Component: 3700 - total flux cleaned = 0.0070419 Jy ! Component: 3750 - total flux cleaned = 0.00702515 Jy ! Component: 3800 - total flux cleaned = 0.0070417 Jy ! Component: 3850 - total flux cleaned = 0.00707475 Jy ! Component: 3900 - total flux cleaned = 0.00710756 Jy ! Component: 3950 - total flux cleaned = 0.00709117 Jy ! Component: 4000 - total flux cleaned = 0.00704232 Jy ! Component: 4050 - total flux cleaned = 0.00699354 Jy ! Total flux subtracted in 4096 components = 0.00696115 Jy ! Clean residual min=-0.000990 max=0.000962 Jy/beam ! Clean residual mean=0.000001 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.294733 Jy keep ! Adding 330 model components to the UV plane model. ! The established model now contains 435 components and 0.294733 Jy ![Exited script file: muppet] wmap "J0110+6805_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.046 x 10.93 at 89.33 degrees (North through East) ! Clean map min=-0.0020804 max=0.20524 Jy/beam ! Writing clean map to FITS file: J0110+6805_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.205241 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000282032 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.412245 0.412245 0.82449 1.64898 3.29796 6.59592 13.1918 26.3837 52.7674 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.205 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.046 x 10.93 at 89.33 degrees (North through East) ! Clean map min=-0.0020804 max=0.20524 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 J0110+6805_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:13:36 2017