! Started logfile: J1034-0211_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:21:30 2017 obs J1034-0211_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1034-0211_S_2015_01_23_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.794353 visibilities/baseline/integration-bin. ! Found source: J1034-0211 ! ! 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 17444 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 J1034-0211_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 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.944786Jy sigma=0.010327 ! Fit after self-cal, rms=0.914782Jy sigma=0.010169 ! 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.783 mas, bmaj=6.634 mas, bpa=-0.7287 degrees ! Estimated noise=653.397 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.0668528 Jy ! Component: 100 - total flux cleaned = 0.0838383 Jy ! Total flux subtracted in 100 components = 0.0838383 Jy ! Clean residual min=-0.003518 max=0.006690 Jy/beam ! Clean residual mean=0.000006 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.0838383 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0838383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126987Jy sigma=0.000786 ! Fit after self-cal, rms=0.126981Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00704983 Jy ! Component: 100 - total flux cleaned = 0.0108529 Jy ! Total flux subtracted in 100 components = 0.0108529 Jy ! Clean residual min=-0.003651 max=0.003707 Jy/beam ! Clean residual mean=-0.000001 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.0946912 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.0946912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126177Jy sigma=0.000780 ! Fit after self-cal, rms=0.126179Jy sigma=0.000780 ! 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.327 mas, bmaj=7.716 mas, bpa=0.5761 degrees ! Estimated noise=508.549 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.00265698 Jy ! Component: 100 - total flux cleaned = 0.00387748 Jy ! Component: 150 - total flux cleaned = 0.00402799 Jy ! Component: 200 - total flux cleaned = 0.00410353 Jy ! Total flux subtracted in 200 components = 0.00410353 Jy ! Clean residual min=-0.003535 max=0.003867 Jy/beam ! Clean residual mean=-0.000005 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0987948 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 40 components and 0.0987948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125995Jy sigma=0.000780 ! Fit after self-cal, rms=0.125999Jy sigma=0.000780 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.58 HN 0.95 KP 1.06 ! LA 1.06 MK 1.02 NL 1.14 OV 0.97 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.64 HN 1.00 KP 1.01 ! LA 1.03 MK 0.99 NL 1.17 OV 1.04 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.72 HN 0.99 KP 0.90 ! LA 0.86 MK 1.02 NL 1.36 OV 0.91 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.73 HN 0.94 KP 0.86 ! LA 0.89 MK 1.04 NL 1.04 OV 1.00 ! PT 1.03 SC 0.98 ! ! ! Fit before self-cal, rms=0.125999Jy sigma=0.000780 ! Fit after self-cal, rms=0.095953Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=7.786 mas, bpa=0.5512 degrees ! Estimated noise=510.67 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 = 6.82459e-05 Jy ! Component: 100 - total flux cleaned = 0.000137558 Jy ! Component: 150 - total flux cleaned = 0.000172617 Jy ! Component: 200 - total flux cleaned = 0.000172598 Jy ! Total flux subtracted in 200 components = 0.000172598 Jy ! Clean residual min=-0.002124 max=0.002182 Jy/beam ! Clean residual mean=-0.000002 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0989674 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.0989674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095947Jy sigma=0.000770 ! Fit after self-cal, rms=0.095821Jy sigma=0.000769 ! 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.095821Jy sigma=0.000769 ! Fit after self-cal, rms=0.095341Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.801 mas, bpa=0.5933 degrees ! Estimated noise=510.683 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.47439e-06 Jy ! Component: 100 - total flux cleaned = 5.74018e-05 Jy ! Component: 150 - total flux cleaned = 6.76893e-05 Jy ! Component: 200 - total flux cleaned = 8.68632e-05 Jy ! Total flux subtracted in 200 components = 8.68632e-05 Jy ! Clean residual min=-0.001387 max=0.001297 Jy/beam ! Clean residual mean=-0.000000 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0990542 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.0990542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095337Jy sigma=0.000765 ! Fit after self-cal, rms=0.095349Jy sigma=0.000765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.92571e-06 Jy ! Component: 100 - total flux cleaned = -4.31768e-07 Jy ! Component: 150 - total flux cleaned = -6.42816e-07 Jy ! Component: 200 - total flux cleaned = 6.79567e-06 Jy ! Total flux subtracted in 200 components = 6.79567e-06 Jy ! Clean residual min=-0.001373 max=0.001312 Jy/beam ! Clean residual mean=-0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.099061 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.099061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095347Jy sigma=0.000765 ! Fit after self-cal, rms=0.095347Jy sigma=0.000765 ! 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.095347Jy sigma=0.000765 ! Fit after self-cal, rms=0.095441Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=7.809 mas, bpa=0.5804 degrees ! Estimated noise=511.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.33421e-05 Jy ! Component: 100 - total flux cleaned = -1.79278e-05 Jy ! Component: 150 - total flux cleaned = -2.52431e-05 Jy ! Component: 200 - total flux cleaned = -2.52158e-05 Jy ! Total flux subtracted in 200 components = -2.52158e-05 Jy ! Clean residual min=-0.001397 max=0.001319 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0990358 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.0990358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095440Jy sigma=0.000765 ! Fit after self-cal, rms=0.095441Jy sigma=0.000765 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 = 6.6432e-06 Jy ! Component: 100 - total flux cleaned = -2.74576e-07 Jy ! Component: 150 - total flux cleaned = -2.3087e-07 Jy ! Component: 200 - total flux cleaned = 5.55253e-06 Jy ! Total flux subtracted in 200 components = 5.55253e-06 Jy ! Clean residual min=-0.001399 max=0.001319 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0990414 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.0990414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095440Jy sigma=0.000765 ! Fit after self-cal, rms=0.095440Jy sigma=0.000765 ! 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.095440Jy sigma=0.000765 ! Fit after self-cal, rms=0.095507Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.289 mas, bmaj=12.43 mas, bpa=-0.4634 degrees ! Estimated noise=648.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.40127e-06 Jy ! Component: 100 - total flux cleaned = 1.70748e-05 Jy ! Component: 150 - total flux cleaned = 3.44494e-05 Jy ! Component: 200 - total flux cleaned = 5.01471e-05 Jy ! Total flux subtracted in 200 components = 5.01471e-05 Jy ! Clean residual min=-0.001594 max=0.001607 Jy/beam ! Clean residual mean=-0.000001 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0990915 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.0990915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095508Jy sigma=0.000765 ! Fit after self-cal, rms=0.095507Jy sigma=0.000765 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.05171e-06 Jy ! Component: 100 - total flux cleaned = 1.74656e-05 Jy ! Component: 150 - total flux cleaned = 3.13823e-05 Jy ! Component: 200 - total flux cleaned = 3.50955e-05 Jy ! Total flux subtracted in 200 components = 3.50955e-05 Jy ! Clean residual min=-0.001588 max=0.001604 Jy/beam ! Clean residual mean=-0.000001 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0991266 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.0991266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095509Jy sigma=0.000765 ! Fit after self-cal, rms=0.095508Jy sigma=0.000765 ! 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.351 mas, bmaj=7.814 mas, bpa=0.583 degrees ! Estimated noise=511.397 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 7.814 at 0.583 degrees (North through East) ! Clean map min=-0.0013067 max=0.087866 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.802 mas, bmaj=6.723 mas, bpa=-0.5529 degrees ! Estimated noise=656.008 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0669994 Jy ! Component: 100 - total flux cleaned = 0.084075 Jy ! Component: 150 - total flux cleaned = 0.0908071 Jy ! Component: 200 - total flux cleaned = 0.0941578 Jy ! Total flux subtracted in 200 components = 0.0941578 Jy ! Clean residual min=-0.001900 max=0.001767 Jy/beam ! Clean residual mean=0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.0941578 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0941578 Jy ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=7.814 mas, bpa=0.583 degrees ! Estimated noise=511.397 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.002607 Jy ! Component: 100 - total flux cleaned = 0.00384537 Jy ! Component: 150 - total flux cleaned = 0.00450664 Jy ! Component: 200 - total flux cleaned = 0.00461277 Jy ! Total flux subtracted in 200 components = 0.00461277 Jy ! Clean residual min=-0.001398 max=0.001418 Jy/beam ! Clean residual mean=-0.000000 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0987705 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 43 components and 0.0987705 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.289 mas, bmaj=12.43 mas, bpa=-0.4634 degrees ! Estimated noise=648.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00021891 Jy ! Component: 100 - total flux cleaned = 0.000240197 Jy ! Component: 150 - total flux cleaned = 0.000268439 Jy ! Component: 200 - total flux cleaned = 0.000294911 Jy ! Total flux subtracted in 200 components = 0.000294911 Jy ! Clean residual min=-0.001597 max=0.001620 Jy/beam ! Clean residual mean=-0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0990654 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.15918e-05 Jy ! Component: 100 - total flux cleaned = 4.24705e-05 Jy ! Component: 150 - total flux cleaned = 5.64457e-05 Jy ! Component: 200 - total flux cleaned = 6.37271e-05 Jy ! Total flux subtracted in 200 components = 6.37271e-05 Jy ! Clean residual min=-0.001584 max=0.001607 Jy/beam ! Clean residual mean=-0.000001 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0991292 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.0991292 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=7.814 mas, bpa=0.583 degrees ! Estimated noise=511.397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.89114e-05 Jy ! Component: 100 - total flux cleaned = 4.78299e-05 Jy ! Component: 150 - total flux cleaned = 2.00774e-05 Jy ! Component: 200 - total flux cleaned = 7.29745e-06 Jy ! Total flux subtracted in 200 components = 7.29745e-06 Jy ! Clean residual min=-0.001404 max=0.001371 Jy/beam ! Clean residual mean=-0.000001 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0991365 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.0991365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095514Jy sigma=0.000765 ! Fit after self-cal, rms=0.095512Jy sigma=0.000765 wmodel J1034-0211_S_2015_01_23_pus_map.mod ! Writing 56 model components to file: J1034-0211_S_2015_01_23_pus_map.mod wobs J1034-0211_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1034-0211_S_2015_01_23_pus_uvs.fits wwins J1034-0211_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J1034-0211_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.000200808 Jy ! Component: 100 - total flux cleaned = -0.000566235 Jy ! Component: 150 - total flux cleaned = -0.000868354 Jy ! Component: 200 - total flux cleaned = -0.00113641 Jy ! Component: 250 - total flux cleaned = -0.00133508 Jy ! Component: 300 - total flux cleaned = -0.00141204 Jy ! Component: 350 - total flux cleaned = -0.00144909 Jy ! Component: 400 - total flux cleaned = -0.00152133 Jy ! Component: 450 - total flux cleaned = -0.00157419 Jy ! Component: 500 - total flux cleaned = -0.00160825 Jy ! Component: 550 - total flux cleaned = -0.00160768 Jy ! Component: 600 - total flux cleaned = -0.00164072 Jy ! Component: 650 - total flux cleaned = -0.00173786 Jy ! Component: 700 - total flux cleaned = -0.00181723 Jy ! Component: 750 - total flux cleaned = -0.00186404 Jy ! Component: 800 - total flux cleaned = -0.00195611 Jy ! Component: 850 - total flux cleaned = -0.0019864 Jy ! Component: 900 - total flux cleaned = -0.00200109 Jy ! Component: 950 - total flux cleaned = -0.00200116 Jy ! Component: 1000 - total flux cleaned = -0.00202984 Jy ! Component: 1050 - total flux cleaned = -0.00203015 Jy ! Component: 1100 - total flux cleaned = -0.00201635 Jy ! Component: 1150 - total flux cleaned = -0.00200289 Jy ! Component: 1200 - total flux cleaned = -0.00197598 Jy ! Component: 1250 - total flux cleaned = -0.00198931 Jy ! Component: 1300 - total flux cleaned = -0.00196318 Jy ! Component: 1350 - total flux cleaned = -0.00197584 Jy ! Component: 1400 - total flux cleaned = -0.00195022 Jy ! Component: 1450 - total flux cleaned = -0.00192478 Jy ! Component: 1500 - total flux cleaned = -0.00194956 Jy ! Component: 1550 - total flux cleaned = -0.00187528 Jy ! Component: 1600 - total flux cleaned = -0.00182676 Jy ! Component: 1650 - total flux cleaned = -0.00180279 Jy ! Component: 1700 - total flux cleaned = -0.00179105 Jy ! Component: 1750 - total flux cleaned = -0.0017793 Jy ! Component: 1800 - total flux cleaned = -0.00173248 Jy ! Component: 1850 - total flux cleaned = -0.00172087 Jy ! Component: 1900 - total flux cleaned = -0.00168673 Jy ! Component: 1950 - total flux cleaned = -0.00167556 Jy ! Component: 2000 - total flux cleaned = -0.00163093 Jy ! Component: 2050 - total flux cleaned = -0.00164206 Jy ! Component: 2100 - total flux cleaned = -0.00159815 Jy ! Component: 2150 - total flux cleaned = -0.00155479 Jy ! Component: 2200 - total flux cleaned = -0.00154388 Jy ! Component: 2250 - total flux cleaned = -0.00153316 Jy ! Component: 2300 - total flux cleaned = -0.00148044 Jy ! Component: 2350 - total flux cleaned = -0.00151193 Jy ! Component: 2400 - total flux cleaned = -0.0014496 Jy ! Component: 2450 - total flux cleaned = -0.0014598 Jy ! Component: 2500 - total flux cleaned = -0.00143936 Jy ! Component: 2550 - total flux cleaned = -0.00141908 Jy ! Component: 2600 - total flux cleaned = -0.00143901 Jy ! Component: 2650 - total flux cleaned = -0.00141921 Jy ! Component: 2700 - total flux cleaned = -0.00138979 Jy ! Component: 2750 - total flux cleaned = -0.00140948 Jy ! Component: 2800 - total flux cleaned = -0.0014095 Jy ! Component: 2850 - total flux cleaned = -0.00137095 Jy ! Component: 2900 - total flux cleaned = -0.00137092 Jy ! Component: 2950 - total flux cleaned = -0.00135192 Jy ! Component: 3000 - total flux cleaned = -0.00130494 Jy ! Component: 3050 - total flux cleaned = -0.00131425 Jy ! Component: 3100 - total flux cleaned = -0.0012864 Jy ! Component: 3150 - total flux cleaned = -0.00125884 Jy ! Component: 3200 - total flux cleaned = -0.00126804 Jy ! Component: 3250 - total flux cleaned = -0.0012589 Jy ! Component: 3300 - total flux cleaned = -0.0012499 Jy ! Component: 3350 - total flux cleaned = -0.00123203 Jy ! Component: 3400 - total flux cleaned = -0.00119645 Jy ! Component: 3450 - total flux cleaned = -0.00118762 Jy ! Component: 3500 - total flux cleaned = -0.00114385 Jy ! Component: 3550 - total flux cleaned = -0.0011439 Jy ! Component: 3600 - total flux cleaned = -0.00111809 Jy ! Component: 3650 - total flux cleaned = -0.00111799 Jy ! Component: 3700 - total flux cleaned = -0.00110088 Jy ! Component: 3750 - total flux cleaned = -0.00107543 Jy ! Component: 3800 - total flux cleaned = -0.00104171 Jy ! Component: 3850 - total flux cleaned = -0.00104164 Jy ! Component: 3900 - total flux cleaned = -0.001025 Jy ! Component: 3950 - total flux cleaned = -0.000991898 Jy ! Component: 4000 - total flux cleaned = -0.000975465 Jy ! Component: 4050 - total flux cleaned = -0.000918264 Jy ! Total flux subtracted in 4096 components = -0.000893851 Jy ! Clean residual min=-0.000489 max=0.000513 Jy/beam ! Clean residual mean=0.000001 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.0982426 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 360 components and 0.0982427 Jy ![Exited script file: muppet] wmap "J1034-0211_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 7.814 at 0.583 degrees (North through East) ! Clean map min=-0.00092348 max=0.087872 Jy/beam ! Writing clean map to FITS file: J1034-0211_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.087872 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147301 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.502894 0.502894 1.00579 2.01158 4.02315 8.04631 16.0926 32.1852 64.3705 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 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.351 x 7.814 at 0.583 degrees (North through East) ! Clean map min=-0.00092348 max=0.087872 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 J1034-0211_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:21:36 2017