! Started logfile: J0334+0226_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:04:27 2017 obs J0334+0226_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0334+0226_S_2015_01_23_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.884114 visibilities/baseline/integration-bin. ! Found source: J0334+0226 ! ! 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 338 lines of history. ! ! Reading 19256 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 J0334+0226_S_2015_01_23_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.065326Jy sigma=0.010914 ! Fit after self-cal, rms=1.008417Jy sigma=0.010548 ! 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.687 mas, bmaj=6.234 mas, bpa=-3.684 degrees ! Estimated noise=647.011 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.0309785 Jy ! Component: 100 - total flux cleaned = 0.0377871 Jy ! Total flux subtracted in 100 components = 0.0377871 Jy ! Clean residual min=-0.002704 max=0.003126 Jy/beam ! Clean residual mean=0.000005 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.0377871 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0377871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.376018Jy sigma=0.000774 ! Fit after self-cal, rms=0.375805Jy sigma=0.000759 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00395393 Jy ! Component: 100 - total flux cleaned = 0.00565281 Jy ! Total flux subtracted in 100 components = 0.00565281 Jy ! Clean residual min=-0.002946 max=0.002502 Jy/beam ! Clean residual mean=0.000005 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.0434399 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.0434399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.375456Jy sigma=0.000759 ! Fit after self-cal, rms=0.375460Jy sigma=0.000759 ! 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.283 mas, bmaj=7.258 mas, bpa=-3.359 degrees ! Estimated noise=495.024 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.00113518 Jy ! Component: 100 - total flux cleaned = 0.00169384 Jy ! Component: 150 - total flux cleaned = 0.00184997 Jy ! Component: 200 - total flux cleaned = 0.00187345 Jy ! Total flux subtracted in 200 components = 0.00187345 Jy ! Clean residual min=-0.003516 max=0.002347 Jy/beam ! Clean residual mean=0.000012 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0453134 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0453134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.375385Jy sigma=0.000759 ! Fit after self-cal, rms=0.375406Jy sigma=0.000759 ! 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.09 FD 0.26 HN 1.03 KP 1.13 ! LA 1.06 MK 1.00 NL 1.05 OV 1.00 ! PT 1.08 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.32 HN 1.01 KP 0.99 ! LA 0.98 MK 1.03 NL 1.20 OV 1.13 ! PT 1.13 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.30 HN 1.04 KP 0.97 ! LA 0.88 MK 1.06 NL 1.16 OV 1.01 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.09 HN 0.97 KP 0.93 ! LA 0.92 MK 0.99 NL 0.99 OV 1.03 ! PT 1.04 SC 0.92 ! ! ! Fit before self-cal, rms=0.375406Jy sigma=0.000759 ! Fit after self-cal, rms=0.086918Jy sigma=0.000754 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.299 mas, bmaj=7.309 mas, bpa=-3.036 degrees ! Estimated noise=501.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.000509773 Jy ! Component: 100 - total flux cleaned = 0.000568059 Jy ! Component: 150 - total flux cleaned = 0.000568626 Jy ! Component: 200 - total flux cleaned = 0.000569105 Jy ! Total flux subtracted in 200 components = 0.000569105 Jy ! Clean residual min=-0.001365 max=0.001677 Jy/beam ! Clean residual mean=-0.000005 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0458825 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.0458825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086910Jy sigma=0.000754 ! Fit after self-cal, rms=0.086400Jy sigma=0.000752 ! 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.086400Jy sigma=0.000752 ! Fit after self-cal, rms=0.080531Jy sigma=0.000751 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=7.327 mas, bpa=-2.818 degrees ! Estimated noise=498.179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000295385 Jy ! Component: 100 - total flux cleaned = 0.000355336 Jy ! Component: 150 - total flux cleaned = 0.000372921 Jy ! Component: 200 - total flux cleaned = 0.000389476 Jy ! Total flux subtracted in 200 components = 0.000389476 Jy ! Clean residual min=-0.001292 max=0.001546 Jy/beam ! Clean residual mean=-0.000002 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.046272 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.046272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080528Jy sigma=0.000751 ! Fit after self-cal, rms=0.080412Jy sigma=0.000751 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) ! Added new window around map position (-95, 124.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000751526 Jy ! Component: 100 - total flux cleaned = 0.000652708 Jy ! Component: 150 - total flux cleaned = 0.000671791 Jy ! Component: 200 - total flux cleaned = 0.000743006 Jy ! Total flux subtracted in 200 components = 0.000743006 Jy ! Clean residual min=-0.001318 max=0.001370 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.047015 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.047015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080375Jy sigma=0.000751 ! Fit after self-cal, rms=0.080356Jy sigma=0.000750 ! 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.080356Jy sigma=0.000750 ! Fit after self-cal, rms=0.079470Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.313 mas, bmaj=7.327 mas, bpa=-2.682 degrees ! Estimated noise=497.689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000392176 Jy ! Component: 100 - total flux cleaned = 0.000458608 Jy ! Component: 150 - total flux cleaned = 0.000495627 Jy ! Component: 200 - total flux cleaned = 0.000559147 Jy ! Total flux subtracted in 200 components = 0.000559147 Jy ! Clean residual min=-0.001283 max=0.001346 Jy/beam ! Clean residual mean=-0.000002 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0475741 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 78 components and 0.0475741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079454Jy sigma=0.000750 ! Fit after self-cal, rms=0.079435Jy sigma=0.000750 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.000129786 Jy ! Component: 100 - total flux cleaned = 0.000187308 Jy ! Component: 150 - total flux cleaned = 0.000220805 Jy ! Component: 200 - total flux cleaned = 0.000277105 Jy ! Total flux subtracted in 200 components = 0.000277105 Jy ! Clean residual min=-0.001259 max=0.001362 Jy/beam ! Clean residual mean=-0.000001 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0478512 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 85 components and 0.0478512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079424Jy sigma=0.000750 ! Fit after self-cal, rms=0.079407Jy sigma=0.000750 ! 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.079407Jy sigma=0.000750 ! Fit after self-cal, rms=0.079494Jy sigma=0.000750 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.077 mas, bmaj=11.42 mas, bpa=-6.42 degrees ! Estimated noise=641.394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105823 Jy ! Component: 100 - total flux cleaned = 0.000249222 Jy ! Component: 150 - total flux cleaned = 0.00033013 Jy ! Component: 200 - total flux cleaned = 0.000350394 Jy ! Total flux subtracted in 200 components = 0.000350394 Jy ! Clean residual min=-0.001368 max=0.001548 Jy/beam ! Clean residual mean=-0.000004 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0482016 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.0482016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079487Jy sigma=0.000750 ! Fit after self-cal, rms=0.079482Jy sigma=0.000750 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 = 4.70918e-05 Jy ! Component: 100 - total flux cleaned = 0.00010085 Jy ! Component: 150 - total flux cleaned = 0.000100376 Jy ! Component: 200 - total flux cleaned = 0.000100479 Jy ! Total flux subtracted in 200 components = 0.000100479 Jy ! Clean residual min=-0.001371 max=0.001559 Jy/beam ! Clean residual mean=-0.000003 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0483021 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 102 components and 0.0483021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079478Jy sigma=0.000750 ! Fit after self-cal, rms=0.079478Jy sigma=0.000750 ! 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.315 mas, bmaj=7.326 mas, bpa=-2.563 degrees ! Estimated noise=498.304 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.315 x 7.326 at -2.563 degrees (North through East) ! Clean map min=-0.0017731 max=0.043259 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.702 mas, bmaj=6.301 mas, bpa=-2.798 degrees ! Estimated noise=647.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0334666 Jy ! Component: 100 - total flux cleaned = 0.0410297 Jy ! Component: 150 - total flux cleaned = 0.0425702 Jy ! Component: 200 - total flux cleaned = 0.0435236 Jy ! Total flux subtracted in 200 components = 0.0435236 Jy ! Clean residual min=-0.001738 max=0.002368 Jy/beam ! Clean residual mean=0.000001 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0435236 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.0435236 Jy ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=7.326 mas, bpa=-2.563 degrees ! Estimated noise=498.304 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.00199587 Jy ! Component: 100 - total flux cleaned = 0.00264968 Jy ! Component: 150 - total flux cleaned = 0.00308341 Jy ! Component: 200 - total flux cleaned = 0.0033702 Jy ! Total flux subtracted in 200 components = 0.0033702 Jy ! Clean residual min=-0.001379 max=0.001322 Jy/beam ! Clean residual mean=-0.000000 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.0468938 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 49 components and 0.0468938 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.077 mas, bmaj=11.42 mas, bpa=-6.42 degrees ! Estimated noise=641.394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000688247 Jy ! Component: 100 - total flux cleaned = 0.000896789 Jy ! Component: 150 - total flux cleaned = 0.00105606 Jy ! Component: 200 - total flux cleaned = 0.00109687 Jy ! Total flux subtracted in 200 components = 0.00109687 Jy ! Clean residual min=-0.001413 max=0.001548 Jy/beam ! Clean residual mean=-0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0479907 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 = 1.28575e-05 Jy ! Component: 100 - total flux cleaned = 2.44899e-05 Jy ! Component: 150 - total flux cleaned = 4.59531e-05 Jy ! Component: 200 - total flux cleaned = 4.59506e-05 Jy ! Total flux subtracted in 200 components = 4.59506e-05 Jy ! Clean residual min=-0.001400 max=0.001560 Jy/beam ! Clean residual mean=-0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0480366 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 85 components and 0.0480366 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=7.326 mas, bpa=-2.563 degrees ! Estimated noise=498.304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000125532 Jy ! Component: 100 - total flux cleaned = 0.000144902 Jy ! Component: 150 - total flux cleaned = 0.000161546 Jy ! Component: 200 - total flux cleaned = 0.000161076 Jy ! Total flux subtracted in 200 components = 0.000161076 Jy ! Clean residual min=-0.001339 max=0.001388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0481977 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.0481977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079478Jy sigma=0.000750 ! Fit after self-cal, rms=0.079471Jy sigma=0.000750 wmodel J0334+0226_S_2015_01_23_pus_map.mod ! Writing 105 model components to file: J0334+0226_S_2015_01_23_pus_map.mod wobs J0334+0226_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0334+0226_S_2015_01_23_pus_uvs.fits wwins J0334+0226_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0334+0226_S_2015_01_23_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.000120123 Jy ! Component: 100 - total flux cleaned = 0.000278292 Jy ! Component: 150 - total flux cleaned = 0.000384632 Jy ! Component: 200 - total flux cleaned = 0.000466678 Jy ! Component: 250 - total flux cleaned = 0.000646017 Jy ! Component: 300 - total flux cleaned = 0.00082024 Jy ! Component: 350 - total flux cleaned = 0.000915022 Jy ! Component: 400 - total flux cleaned = 0.00108173 Jy ! Component: 450 - total flux cleaned = 0.0011721 Jy ! Component: 500 - total flux cleaned = 0.00129626 Jy ! Component: 550 - total flux cleaned = 0.00136588 Jy ! Component: 600 - total flux cleaned = 0.00148567 Jy ! Component: 650 - total flux cleaned = 0.00160301 Jy ! Component: 700 - total flux cleaned = 0.00166914 Jy ! Component: 750 - total flux cleaned = 0.00173452 Jy ! Component: 800 - total flux cleaned = 0.00181455 Jy ! Component: 850 - total flux cleaned = 0.00186196 Jy ! Component: 900 - total flux cleaned = 0.00189347 Jy ! Component: 950 - total flux cleaned = 0.00200055 Jy ! Component: 1000 - total flux cleaned = 0.00197011 Jy ! Component: 1050 - total flux cleaned = 0.00200011 Jy ! Component: 1100 - total flux cleaned = 0.00210308 Jy ! Component: 1150 - total flux cleaned = 0.00211731 Jy ! Component: 1200 - total flux cleaned = 0.00208863 Jy ! Component: 1250 - total flux cleaned = 0.00207443 Jy ! Component: 1300 - total flux cleaned = 0.00211633 Jy ! Component: 1350 - total flux cleaned = 0.00211611 Jy ! Component: 1400 - total flux cleaned = 0.00211599 Jy ! Component: 1450 - total flux cleaned = 0.00208905 Jy ! Component: 1500 - total flux cleaned = 0.00204925 Jy ! Component: 1550 - total flux cleaned = 0.00207583 Jy ! Component: 1600 - total flux cleaned = 0.00206277 Jy ! Component: 1650 - total flux cleaned = 0.00204988 Jy ! Component: 1700 - total flux cleaned = 0.00202425 Jy ! Component: 1750 - total flux cleaned = 0.00201171 Jy ! Component: 1800 - total flux cleaned = 0.00199917 Jy ! Component: 1850 - total flux cleaned = 0.00197448 Jy ! Component: 1900 - total flux cleaned = 0.0019744 Jy ! Component: 1950 - total flux cleaned = 0.00190168 Jy ! Component: 2000 - total flux cleaned = 0.00187795 Jy ! Component: 2050 - total flux cleaned = 0.00187782 Jy ! Component: 2100 - total flux cleaned = 0.0018425 Jy ! Component: 2150 - total flux cleaned = 0.00187751 Jy ! Component: 2200 - total flux cleaned = 0.00185435 Jy ! Component: 2250 - total flux cleaned = 0.00183141 Jy ! Component: 2300 - total flux cleaned = 0.00184278 Jy ! Component: 2350 - total flux cleaned = 0.00183132 Jy ! Component: 2400 - total flux cleaned = 0.00178669 Jy ! Component: 2450 - total flux cleaned = 0.00176468 Jy ! Component: 2500 - total flux cleaned = 0.00175375 Jy ! Component: 2550 - total flux cleaned = 0.00169921 Jy ! Component: 2600 - total flux cleaned = 0.00169921 Jy ! Component: 2650 - total flux cleaned = 0.00169936 Jy ! Component: 2700 - total flux cleaned = 0.0016356 Jy ! Component: 2750 - total flux cleaned = 0.00161444 Jy ! Component: 2800 - total flux cleaned = 0.00159346 Jy ! Component: 2850 - total flux cleaned = 0.00160392 Jy ! Component: 2900 - total flux cleaned = 0.00161428 Jy ! Component: 2950 - total flux cleaned = 0.00161432 Jy ! Component: 3000 - total flux cleaned = 0.00162455 Jy ! Component: 3050 - total flux cleaned = 0.0016448 Jy ! Component: 3100 - total flux cleaned = 0.00164485 Jy ! Component: 3150 - total flux cleaned = 0.00163496 Jy ! Component: 3200 - total flux cleaned = 0.00161517 Jy ! Component: 3250 - total flux cleaned = 0.00159558 Jy ! Component: 3300 - total flux cleaned = 0.00159552 Jy ! Component: 3350 - total flux cleaned = 0.00154727 Jy ! Component: 3400 - total flux cleaned = 0.00151866 Jy ! Component: 3450 - total flux cleaned = 0.00148065 Jy ! Component: 3500 - total flux cleaned = 0.00151855 Jy ! Component: 3550 - total flux cleaned = 0.00150911 Jy ! Component: 3600 - total flux cleaned = 0.00145312 Jy ! Component: 3650 - total flux cleaned = 0.00145314 Jy ! Component: 3700 - total flux cleaned = 0.00142551 Jy ! Component: 3750 - total flux cleaned = 0.00146211 Jy ! Component: 3800 - total flux cleaned = 0.00139869 Jy ! Component: 3850 - total flux cleaned = 0.00143467 Jy ! Component: 3900 - total flux cleaned = 0.00138989 Jy ! Component: 3950 - total flux cleaned = 0.0013899 Jy ! Component: 4000 - total flux cleaned = 0.00133679 Jy ! Component: 4050 - total flux cleaned = 0.0013456 Jy ! Total flux subtracted in 4096 components = 0.00131937 Jy ! Clean residual min=-0.000658 max=0.000543 Jy/beam ! Clean residual mean=-0.000002 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0495171 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 406 components and 0.0495171 Jy ![Exited script file: muppet] wmap "J0334+0226_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.315 x 7.326 at -2.563 degrees (North through East) ! Clean map min=-0.0018798 max=0.043232 Jy/beam ! Writing clean map to FITS file: J0334+0226_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0432322 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164929 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.14448 1.14448 2.28897 4.57794 9.15587 18.3117 36.6235 73.247 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.043 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.315 x 7.326 at -2.563 degrees (North through East) ! Clean map min=-0.0018798 max=0.043232 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 J0334+0226_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:04:33 2017