! Started logfile: J1714-2053_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:05:01 2016 obs J1714-2053_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1714-2053_S_2015_03_17_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.884402 visibilities/baseline/integration-bin. ! Found source: J1714-2053 ! ! 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 16556 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 J1714-2053_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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.964724Jy sigma=0.009494 ! Fit after self-cal, rms=0.918986Jy sigma=0.009042 ! 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.349 mas, bmaj=6.431 mas, bpa=-5.561 degrees ! Estimated noise=904.029 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.0582354 Jy ! Component: 100 - total flux cleaned = 0.0772826 Jy ! Total flux subtracted in 100 components = 0.0772826 Jy ! Clean residual min=-0.004332 max=0.008411 Jy/beam ! Clean residual mean=0.000012 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.0772826 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0772826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088209Jy sigma=0.000794 ! Fit after self-cal, rms=0.088030Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100513 Jy ! Component: 100 - total flux cleaned = 0.0160557 Jy ! Total flux subtracted in 100 components = 0.0160557 Jy ! Clean residual min=-0.003630 max=0.003322 Jy/beam ! Clean residual mean=0.000011 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.0933383 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 35 components and 0.0933383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086162Jy sigma=0.000778 ! Fit after self-cal, rms=0.086131Jy 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=2.933 mas, bmaj=7.525 mas, bpa=-4.1 degrees ! Estimated noise=570.642 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.00563818 Jy ! Component: 100 - total flux cleaned = 0.00847432 Jy ! Component: 150 - total flux cleaned = 0.0100622 Jy ! Component: 200 - total flux cleaned = 0.0109852 Jy ! Total flux subtracted in 200 components = 0.0109852 Jy ! Clean residual min=-0.002968 max=0.002570 Jy/beam ! Clean residual mean=0.000010 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.104324 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 72 components and 0.104324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085657Jy sigma=0.000775 ! Fit after self-cal, rms=0.085644Jy 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.04 FD 0.84 HN 1.14 KP 1.09 ! LA 0.97 MK 1.01 NL 0.88 OV 1.01 ! PT 1.09 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.88 HN 1.08 KP 1.10 ! LA 0.99 MK 1.04 NL 1.02 OV 1.05 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.91 HN 1.08 KP 0.94 ! LA 0.78 MK 1.01 NL 1.14 OV 0.96 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.89 HN 1.08 KP 0.96 ! LA 0.87 MK 1.00 NL 1.00 OV 1.05 ! PT 1.05 SC 1.00 ! ! ! Fit before self-cal, rms=0.085644Jy sigma=0.000775 ! Fit after self-cal, rms=0.083248Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=7.582 mas, bpa=-4.074 degrees ! Estimated noise=572.916 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 = -9.26612e-05 Jy ! Component: 100 - total flux cleaned = -0.000121945 Jy ! Component: 150 - total flux cleaned = -0.000148527 Jy ! Component: 200 - total flux cleaned = -0.000172623 Jy ! Total flux subtracted in 200 components = -0.000172623 Jy ! Clean residual min=-0.002025 max=0.002125 Jy/beam ! Clean residual mean=0.000006 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.104151 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.104151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083247Jy sigma=0.000769 ! Fit after self-cal, rms=0.083194Jy sigma=0.000768 ! 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.083194Jy sigma=0.000768 ! Fit after self-cal, rms=0.083211Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.961 mas, bmaj=7.582 mas, bpa=-4.073 degrees ! Estimated noise=573.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.75629e-05 Jy ! Component: 100 - total flux cleaned = -6.16186e-05 Jy ! Component: 150 - total flux cleaned = -7.29936e-05 Jy ! Component: 200 - total flux cleaned = -8.36221e-05 Jy ! Total flux subtracted in 200 components = -8.36221e-05 Jy ! Clean residual min=-0.002022 max=0.002111 Jy/beam ! Clean residual mean=0.000005 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.104067 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 88 components and 0.104067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083210Jy sigma=0.000768 ! Fit after self-cal, rms=0.083211Jy sigma=0.000768 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 (32, 82). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000956275 Jy ! Component: 100 - total flux cleaned = 0.00108429 Jy ! Component: 150 - total flux cleaned = 0.00111809 Jy ! Component: 200 - total flux cleaned = 0.00109174 Jy ! Total flux subtracted in 200 components = 0.00109174 Jy ! Clean residual min=-0.002057 max=0.001684 Jy/beam ! Clean residual mean=0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.105159 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.105159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083161Jy sigma=0.000768 ! Fit after self-cal, rms=0.083155Jy sigma=0.000768 ! 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.083155Jy sigma=0.000768 ! Fit after self-cal, rms=0.083202Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.963 mas, bmaj=7.577 mas, bpa=-4.078 degrees ! Estimated noise=572.985 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122039 Jy ! Component: 100 - total flux cleaned = 4.9374e-05 Jy ! Component: 150 - total flux cleaned = 2.72837e-05 Jy ! Component: 200 - total flux cleaned = -1.2115e-05 Jy ! Total flux subtracted in 200 components = -1.2115e-05 Jy ! Clean residual min=-0.001997 max=0.001575 Jy/beam ! Clean residual mean=0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.105147 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 120 components and 0.105147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083188Jy sigma=0.000767 ! Fit after self-cal, rms=0.083195Jy sigma=0.000767 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.94245e-05 Jy ! Component: 100 - total flux cleaned = -3.76433e-05 Jy ! Component: 150 - total flux cleaned = -3.79933e-05 Jy ! Component: 200 - total flux cleaned = -5.44796e-05 Jy ! Total flux subtracted in 200 components = -5.44796e-05 Jy ! Clean residual min=-0.001994 max=0.001581 Jy/beam ! Clean residual mean=0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.105092 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 122 components and 0.105092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083188Jy sigma=0.000767 ! Fit after self-cal, rms=0.083187Jy sigma=0.000767 ! 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.083187Jy sigma=0.000767 ! Fit after self-cal, rms=0.083262Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.926 mas, bmaj=17.15 mas, bpa=0.7668 degrees ! Estimated noise=753.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131896 Jy ! Component: 100 - total flux cleaned = 7.74186e-05 Jy ! Component: 150 - total flux cleaned = 8.55663e-05 Jy ! Component: 200 - total flux cleaned = 9.23023e-05 Jy ! Total flux subtracted in 200 components = 9.23023e-05 Jy ! Clean residual min=-0.001937 max=0.001713 Jy/beam ! Clean residual mean=0.000006 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.105185 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 134 components and 0.105185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083262Jy sigma=0.000767 ! Fit after self-cal, rms=0.083262Jy sigma=0.000767 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.25122e-06 Jy ! Component: 100 - total flux cleaned = 1.53989e-05 Jy ! Component: 150 - total flux cleaned = 1.56458e-05 Jy ! Component: 200 - total flux cleaned = 2.59549e-05 Jy ! Total flux subtracted in 200 components = 2.59549e-05 Jy ! Clean residual min=-0.001938 max=0.001707 Jy/beam ! Clean residual mean=0.000006 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.105211 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 137 components and 0.105211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083262Jy sigma=0.000767 ! Fit after self-cal, rms=0.083261Jy sigma=0.000767 ! 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=2.964 mas, bmaj=7.578 mas, bpa=-4.1 degrees ! Estimated noise=573.295 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.964 x 7.578 at -4.1 degrees (North through East) ! Clean map min=-0.0021623 max=0.079828 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.363 mas, bmaj=6.438 mas, bpa=-5.572 degrees ! Estimated noise=910.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0584584 Jy ! Component: 100 - total flux cleaned = 0.0780071 Jy ! Component: 150 - total flux cleaned = 0.0879749 Jy ! Component: 200 - total flux cleaned = 0.0939445 Jy ! Total flux subtracted in 200 components = 0.0939445 Jy ! Clean residual min=-0.003276 max=0.003067 Jy/beam ! Clean residual mean=0.000004 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.0939444 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.0939444 Jy ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=7.578 mas, bpa=-4.1 degrees ! Estimated noise=573.295 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.00486924 Jy ! Component: 100 - total flux cleaned = 0.007234 Jy ! Component: 150 - total flux cleaned = 0.00818582 Jy ! Component: 200 - total flux cleaned = 0.00893992 Jy ! Total flux subtracted in 200 components = 0.00893992 Jy ! Clean residual min=-0.002075 max=0.001539 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.102884 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 72 components and 0.102884 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.926 mas, bmaj=17.15 mas, bpa=0.7668 degrees ! Estimated noise=753.166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118827 Jy ! Component: 100 - total flux cleaned = 0.00159102 Jy ! Component: 150 - total flux cleaned = 0.00168614 Jy ! Component: 200 - total flux cleaned = 0.00173829 Jy ! Total flux subtracted in 200 components = 0.00173829 Jy ! Clean residual min=-0.001952 max=0.001686 Jy/beam ! Clean residual mean=0.000005 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.104623 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 = 5.55354e-05 Jy ! Component: 100 - total flux cleaned = 0.000102591 Jy ! Component: 150 - total flux cleaned = 0.000102316 Jy ! Component: 200 - total flux cleaned = 0.00010193 Jy ! Total flux subtracted in 200 components = 0.00010193 Jy ! Clean residual min=-0.001953 max=0.001681 Jy/beam ! Clean residual mean=0.000005 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.104725 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 112 components and 0.104725 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=7.578 mas, bpa=-4.1 degrees ! Estimated noise=573.295 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000211103 Jy ! Component: 100 - total flux cleaned = -0.000209889 Jy ! Component: 150 - total flux cleaned = -0.000284719 Jy ! Component: 200 - total flux cleaned = -0.000350577 Jy ! Total flux subtracted in 200 components = -0.000350577 Jy ! Clean residual min=-0.001999 max=0.001516 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.104374 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 125 components and 0.104374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083274Jy sigma=0.000767 ! Fit after self-cal, rms=0.083273Jy sigma=0.000767 wmodel J1714-2053_S_2015_03_17_pus_map.mod ! Writing 125 model components to file: J1714-2053_S_2015_03_17_pus_map.mod wobs J1714-2053_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1714-2053_S_2015_03_17_pus_uvs.fits wwins J1714-2053_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1714-2053_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.00082343 Jy ! Component: 100 - total flux cleaned = -0.00102041 Jy ! Component: 150 - total flux cleaned = -0.00104702 Jy ! Component: 200 - total flux cleaned = -0.00102194 Jy ! Component: 250 - total flux cleaned = -0.000972793 Jy ! Component: 300 - total flux cleaned = -0.000996897 Jy ! Component: 350 - total flux cleaned = -0.00101972 Jy ! Component: 400 - total flux cleaned = -0.00101911 Jy ! Component: 450 - total flux cleaned = -0.000953193 Jy ! Component: 500 - total flux cleaned = -0.000910341 Jy ! Component: 550 - total flux cleaned = -0.000868123 Jy ! Component: 600 - total flux cleaned = -0.000805795 Jy ! Component: 650 - total flux cleaned = -0.000744787 Jy ! Component: 700 - total flux cleaned = -0.000665238 Jy ! Component: 750 - total flux cleaned = -0.000606848 Jy ! Component: 800 - total flux cleaned = -0.000607246 Jy ! Component: 850 - total flux cleaned = -0.000588549 Jy ! Component: 900 - total flux cleaned = -0.000607189 Jy ! Component: 950 - total flux cleaned = -0.000589159 Jy ! Component: 1000 - total flux cleaned = -0.000660774 Jy ! Component: 1050 - total flux cleaned = -0.000696013 Jy ! Component: 1100 - total flux cleaned = -0.000730774 Jy ! Component: 1150 - total flux cleaned = -0.000764905 Jy ! Component: 1200 - total flux cleaned = -0.000782208 Jy ! Component: 1250 - total flux cleaned = -0.000782307 Jy ! Component: 1300 - total flux cleaned = -0.000766185 Jy ! Component: 1350 - total flux cleaned = -0.000815108 Jy ! Component: 1400 - total flux cleaned = -0.00081533 Jy ! Component: 1450 - total flux cleaned = -0.000783852 Jy ! Component: 1500 - total flux cleaned = -0.000814837 Jy ! Component: 1550 - total flux cleaned = -0.000860555 Jy ! Component: 1600 - total flux cleaned = -0.000799905 Jy ! Component: 1650 - total flux cleaned = -0.000800218 Jy ! Component: 1700 - total flux cleaned = -0.000785454 Jy ! Component: 1750 - total flux cleaned = -0.000799963 Jy ! Component: 1800 - total flux cleaned = -0.000742142 Jy ! Component: 1850 - total flux cleaned = -0.000728049 Jy ! Component: 1900 - total flux cleaned = -0.000671296 Jy ! Component: 1950 - total flux cleaned = -0.00061518 Jy ! Component: 2000 - total flux cleaned = -0.000573578 Jy ! Component: 2050 - total flux cleaned = -0.000477917 Jy ! Component: 2100 - total flux cleaned = -0.000478182 Jy ! Component: 2150 - total flux cleaned = -0.00046474 Jy ! Component: 2200 - total flux cleaned = -0.000424749 Jy ! Component: 2250 - total flux cleaned = -0.000411397 Jy ! Component: 2300 - total flux cleaned = -0.000424242 Jy ! Component: 2350 - total flux cleaned = -0.000333582 Jy ! Component: 2400 - total flux cleaned = -0.000256729 Jy ! Component: 2450 - total flux cleaned = -0.000256699 Jy ! Component: 2500 - total flux cleaned = -0.000168521 Jy ! Component: 2550 - total flux cleaned = -0.000106179 Jy ! Component: 2600 - total flux cleaned = -0.000118495 Jy ! Component: 2650 - total flux cleaned = -5.70394e-05 Jy ! Component: 2700 - total flux cleaned = -3.25255e-05 Jy ! Component: 2750 - total flux cleaned = -8.36509e-06 Jy ! Component: 2800 - total flux cleaned = 3.95316e-05 Jy ! Component: 2850 - total flux cleaned = 7.50954e-05 Jy ! Component: 2900 - total flux cleaned = 0.000122072 Jy ! Component: 2950 - total flux cleaned = 0.000122098 Jy ! Component: 3000 - total flux cleaned = 0.000133765 Jy ! Component: 3050 - total flux cleaned = 0.000168371 Jy ! Component: 3100 - total flux cleaned = 0.000225394 Jy ! Component: 3150 - total flux cleaned = 0.000225349 Jy ! Component: 3200 - total flux cleaned = 0.000270301 Jy ! Component: 3250 - total flux cleaned = 0.000292623 Jy ! Component: 3300 - total flux cleaned = 0.000348039 Jy ! Component: 3350 - total flux cleaned = 0.000347931 Jy ! Component: 3400 - total flux cleaned = 0.000391497 Jy ! Component: 3450 - total flux cleaned = 0.000402275 Jy ! Component: 3500 - total flux cleaned = 0.000423754 Jy ! Component: 3550 - total flux cleaned = 0.000466341 Jy ! Component: 3600 - total flux cleaned = 0.000487537 Jy ! Component: 3650 - total flux cleaned = 0.000508713 Jy ! Component: 3700 - total flux cleaned = 0.000519229 Jy ! Component: 3750 - total flux cleaned = 0.000550374 Jy ! Component: 3800 - total flux cleaned = 0.000571127 Jy ! Component: 3850 - total flux cleaned = 0.000581303 Jy ! Component: 3900 - total flux cleaned = 0.000591529 Jy ! Component: 3950 - total flux cleaned = 0.000611605 Jy ! Component: 4000 - total flux cleaned = 0.000621561 Jy ! Component: 4050 - total flux cleaned = 0.000651643 Jy ! Total flux subtracted in 4096 components = 0.000671424 Jy ! Clean residual min=-0.000554 max=0.000562 Jy/beam ! Clean residual mean=0.000001 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.105045 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 399 components and 0.105045 Jy ![Exited script file: muppet] wmap "J1714-2053_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.964 x 7.578 at -4.1 degrees (North through East) ! Clean map min=-0.0017042 max=0.080753 Jy/beam ! Writing clean map to FITS file: J1714-2053_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.0807525 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178267 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.662271 0.662271 1.32454 2.64908 5.29817 10.5963 21.1927 42.3853 84.7707 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.08 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.964 x 7.578 at -4.1 degrees (North through East) ! Clean map min=-0.0017042 max=0.080753 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 J1714-2053_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:05:06 2016