! Started logfile: J1419+5423_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:07:48 2016 obs J1419+5423_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1419+5423_S_2014_08_09_pus_uva.fits ! AN table 1: 33 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694276 visibilities/baseline/integration-bin. ! Found source: J1419+5423 ! ! 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 342 lines of history. ! ! Reading 4124 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 J1419+5423_S_2014_08_09_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.306993Jy sigma=0.003562 ! Fit after self-cal, rms=0.284903Jy sigma=0.003316 ! 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=3.508 mas, bmaj=5.652 mas, bpa=40.63 degrees ! Estimated noise=1237.96 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.571325 Jy ! Component: 100 - total flux cleaned = 0.695929 Jy ! Total flux subtracted in 100 components = 0.695929 Jy ! Clean residual min=-0.020691 max=0.034955 Jy/beam ! Clean residual mean=0.000067 rms=0.005235 Jy/beam ! Combined flux in latest and established models = 0.695929 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.695929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144673Jy sigma=0.001490 ! Fit after self-cal, rms=0.144678Jy sigma=0.001490 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0350763 Jy ! Component: 100 - total flux cleaned = 0.0530206 Jy ! Total flux subtracted in 100 components = 0.0530206 Jy ! Clean residual min=-0.018251 max=0.020128 Jy/beam ! Clean residual mean=0.000052 rms=0.004476 Jy/beam ! Combined flux in latest and established models = 0.748949 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 14 components and 0.748949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131203Jy sigma=0.001360 ! Fit after self-cal, rms=0.130973Jy sigma=0.001357 ! 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=4.326 mas, bmaj=6.2 mas, bpa=42.36 degrees ! Estimated noise=975.467 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 (9.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0335764 Jy ! Component: 100 - total flux cleaned = 0.0537303 Jy ! Component: 150 - total flux cleaned = 0.06879 Jy ! Component: 200 - total flux cleaned = 0.0806246 Jy ! Total flux subtracted in 200 components = 0.0806246 Jy ! Clean residual min=-0.014950 max=0.016194 Jy/beam ! Clean residual mean=0.000109 rms=0.003926 Jy/beam ! Combined flux in latest and established models = 0.829574 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 53 components and 0.829574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119821Jy sigma=0.001237 ! Fit after self-cal, rms=0.119205Jy sigma=0.001230 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.88 HN 0.96 KP 1.06 ! LA 1.11 MK 1.05 NL 0.99 OV 0.98 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 1.03 KP 1.00 ! LA 1.05 MK 1.03 NL 1.04 OV 1.01 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.18 HN 1.03 KP 0.89 ! LA 0.83 MK 1.06 NL 1.08 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 0.99 KP 0.85 ! LA 0.79 MK 1.05 NL 1.06 OV 0.99 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.119205Jy sigma=0.001230 ! Fit after self-cal, rms=0.075153Jy sigma=0.000819 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.363 mas, bmaj=6.177 mas, bpa=42.26 degrees ! Estimated noise=971.013 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 (20.5, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116818 Jy ! Component: 100 - total flux cleaned = 0.0188202 Jy ! Component: 150 - total flux cleaned = 0.0240573 Jy ! Component: 200 - total flux cleaned = 0.0271367 Jy ! Total flux subtracted in 200 components = 0.0271367 Jy ! Clean residual min=-0.004701 max=0.004295 Jy/beam ! Clean residual mean=0.000021 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.856711 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 99 components and 0.856711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073081Jy sigma=0.000793 ! Fit after self-cal, rms=0.072989Jy sigma=0.000792 ! 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.072989Jy sigma=0.000792 ! Fit after self-cal, rms=0.071502Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.362 mas, bmaj=6.183 mas, bpa=42.35 degrees ! Estimated noise=970.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239058 Jy ! Component: 100 - total flux cleaned = 0.00379745 Jy ! Component: 150 - total flux cleaned = 0.00494672 Jy ! Component: 200 - total flux cleaned = 0.00544413 Jy ! Total flux subtracted in 200 components = 0.00544413 Jy ! Clean residual min=-0.003510 max=0.003458 Jy/beam ! Clean residual mean=0.000012 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.862155 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 125 components and 0.862155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071191Jy sigma=0.000770 ! Fit after self-cal, rms=0.071166Jy sigma=0.000770 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.000416823 Jy ! Component: 100 - total flux cleaned = 0.000920338 Jy ! Component: 150 - total flux cleaned = 0.00123822 Jy ! Component: 200 - total flux cleaned = 0.00153009 Jy ! Total flux subtracted in 200 components = 0.00153009 Jy ! Clean residual min=-0.003452 max=0.003125 Jy/beam ! Clean residual mean=0.000011 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.863685 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.863685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071040Jy sigma=0.000769 ! Fit after self-cal, rms=0.071025Jy sigma=0.000769 ! 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.071025Jy sigma=0.000769 ! Fit after self-cal, rms=0.070981Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.363 mas, bmaj=6.186 mas, bpa=42.37 degrees ! Estimated noise=970.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165499 Jy ! Component: 100 - total flux cleaned = 0.000418071 Jy ! Component: 150 - total flux cleaned = 0.000719592 Jy ! Component: 200 - total flux cleaned = 0.000946486 Jy ! Total flux subtracted in 200 components = 0.000946486 Jy ! Clean residual min=-0.003403 max=0.002901 Jy/beam ! Clean residual mean=0.000011 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.864631 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 147 components and 0.864631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070897Jy sigma=0.000767 ! Fit after self-cal, rms=0.070885Jy 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 = 0.000137827 Jy ! Component: 100 - total flux cleaned = 0.000401062 Jy ! Component: 150 - total flux cleaned = 0.000597093 Jy ! Component: 200 - total flux cleaned = 0.000853631 Jy ! Total flux subtracted in 200 components = 0.000853631 Jy ! Clean residual min=-0.003411 max=0.002794 Jy/beam ! Clean residual mean=0.000010 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.865485 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 158 components and 0.865485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070838Jy sigma=0.000767 ! Fit after self-cal, rms=0.070830Jy 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.070830Jy sigma=0.000767 ! Fit after self-cal, rms=0.070815Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.252 mas, bmaj=8.428 mas, bpa=59.78 degrees ! Estimated noise=1122.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000442721 Jy ! Component: 100 - total flux cleaned = 0.000699481 Jy ! Component: 150 - total flux cleaned = 0.000978881 Jy ! Component: 200 - total flux cleaned = 0.00112758 Jy ! Total flux subtracted in 200 components = 0.00112758 Jy ! Clean residual min=-0.003688 max=0.003231 Jy/beam ! Clean residual mean=0.000017 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.866613 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 177 components and 0.866613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070803Jy sigma=0.000766 ! Fit after self-cal, rms=0.070799Jy sigma=0.000766 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.0772e-05 Jy ! Component: 100 - total flux cleaned = 0.000115042 Jy ! Component: 150 - total flux cleaned = 0.000138146 Jy ! Component: 200 - total flux cleaned = 0.000181076 Jy ! Total flux subtracted in 200 components = 0.000181076 Jy ! Clean residual min=-0.003743 max=0.003042 Jy/beam ! Clean residual mean=0.000017 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.866794 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 183 components and 0.866794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070794Jy sigma=0.000766 ! Fit after self-cal, rms=0.070791Jy sigma=0.000766 ! 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=4.363 mas, bmaj=6.188 mas, bpa=42.38 degrees ! Estimated noise=969.595 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.363 x 6.188 at 42.38 degrees (North through East) ! Clean map min=-0.0034347 max=0.72728 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070791Jy sigma=0.000766 ! Fit after self-cal, rms=0.066517Jy sigma=0.000714 ! Inverting map and beam ! Estimated beam: bmin=4.364 mas, bmaj=6.188 mas, bpa=42.37 degrees ! Estimated noise=969.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194129 Jy ! Component: 100 - total flux cleaned = -0.000268634 Jy ! Component: 150 - total flux cleaned = -0.000405445 Jy ! Component: 200 - total flux cleaned = -0.000469458 Jy ! Total flux subtracted in 200 components = -0.000469458 Jy ! Clean residual min=-0.003428 max=0.002583 Jy/beam ! Clean residual mean=0.000009 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.866324 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 198 components and 0.866324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066477Jy sigma=0.000713 ! Fit after self-cal, rms=0.066474Jy sigma=0.000713 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.28185e-05 Jy ! Component: 100 - total flux cleaned = -2.6501e-05 Jy ! Component: 150 - total flux cleaned = -8.30271e-05 Jy ! Component: 200 - total flux cleaned = -0.00013647 Jy ! Total flux subtracted in 200 components = -0.00013647 Jy ! Clean residual min=-0.003440 max=0.002598 Jy/beam ! Clean residual mean=0.000009 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.866188 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 206 components and 0.866188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066450Jy sigma=0.000713 ! Fit after self-cal, rms=0.066448Jy sigma=0.000713 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066448Jy sigma=0.000713 ! Fit after self-cal, rms=0.066457Jy sigma=0.000713 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=3.536 mas, bmaj=5.647 mas, bpa=40.7 degrees ! Estimated noise=1232.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.567083 Jy ! Component: 100 - total flux cleaned = 0.690978 Jy ! Component: 150 - total flux cleaned = 0.728812 Jy ! Component: 200 - total flux cleaned = 0.751853 Jy ! Total flux subtracted in 200 components = 0.751853 Jy ! Clean residual min=-0.008320 max=0.012582 Jy/beam ! Clean residual mean=0.000044 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.751853 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.751853 Jy ! Inverting map and beam ! Estimated beam: bmin=4.364 mas, bmaj=6.19 mas, bpa=42.37 degrees ! Estimated noise=969.046 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.0251111 Jy ! Component: 100 - total flux cleaned = 0.0421879 Jy ! Component: 150 - total flux cleaned = 0.0549101 Jy ! Component: 200 - total flux cleaned = 0.0647126 Jy ! Total flux subtracted in 200 components = 0.0647126 Jy ! Clean residual min=-0.005366 max=0.005903 Jy/beam ! Clean residual mean=0.000060 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.816566 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 78 components and 0.816566 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=8.254 mas, bmaj=8.43 mas, bpa=59.45 degrees ! Estimated noise=1121.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124893 Jy ! Component: 100 - total flux cleaned = 0.0209844 Jy ! Component: 150 - total flux cleaned = 0.027211 Jy ! Component: 200 - total flux cleaned = 0.0320398 Jy ! Total flux subtracted in 200 components = 0.0320398 Jy ! Clean residual min=-0.004252 max=0.003942 Jy/beam ! Clean residual mean=0.000052 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.848606 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.00381204 Jy ! Component: 100 - total flux cleaned = 0.00685377 Jy ! Component: 150 - total flux cleaned = 0.00929855 Jy ! Component: 200 - total flux cleaned = 0.0106773 Jy ! Total flux subtracted in 200 components = 0.0106773 Jy ! Clean residual min=-0.004013 max=0.003504 Jy/beam ! Clean residual mean=0.000031 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.859283 Jy ! Adding 160 model components to the UV plane model. ! The established model now contains 221 components and 0.859283 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.364 mas, bmaj=6.19 mas, bpa=42.37 degrees ! Estimated noise=969.046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200951 Jy ! Component: 100 - total flux cleaned = 0.00316228 Jy ! Component: 150 - total flux cleaned = 0.00364302 Jy ! Component: 200 - total flux cleaned = 0.00408015 Jy ! Total flux subtracted in 200 components = 0.00408015 Jy ! Clean residual min=-0.003616 max=0.002958 Jy/beam ! Clean residual mean=0.000012 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.863363 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 245 components and 0.863363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066601Jy sigma=0.000715 ! Fit after self-cal, rms=0.066550Jy sigma=0.000714 wmodel J1419+5423_S_2014_08_09_pus_map.mod ! Writing 245 model components to file: J1419+5423_S_2014_08_09_pus_map.mod wobs J1419+5423_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1419+5423_S_2014_08_09_pus_uvs.fits wwins J1419+5423_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J1419+5423_S_2014_08_09_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.00117863 Jy ! Component: 100 - total flux cleaned = -0.00164669 Jy ! Component: 150 - total flux cleaned = -0.00218074 Jy ! Component: 200 - total flux cleaned = -0.00263779 Jy ! Component: 250 - total flux cleaned = -0.00294275 Jy ! Component: 300 - total flux cleaned = -0.00306721 Jy ! Component: 350 - total flux cleaned = -0.00322703 Jy ! Component: 400 - total flux cleaned = -0.00326611 Jy ! Component: 450 - total flux cleaned = -0.00353243 Jy ! Component: 500 - total flux cleaned = -0.00371779 Jy ! Component: 550 - total flux cleaned = -0.00382687 Jy ! Component: 600 - total flux cleaned = -0.00403806 Jy ! Component: 650 - total flux cleaned = -0.00407226 Jy ! Component: 700 - total flux cleaned = -0.00414013 Jy ! Component: 750 - total flux cleaned = -0.00410818 Jy ! Component: 800 - total flux cleaned = -0.00423946 Jy ! Component: 850 - total flux cleaned = -0.00417544 Jy ! Component: 900 - total flux cleaned = -0.00411294 Jy ! Component: 950 - total flux cleaned = -0.00408236 Jy ! Component: 1000 - total flux cleaned = -0.00411238 Jy ! Component: 1050 - total flux cleaned = -0.003932 Jy ! Component: 1100 - total flux cleaned = -0.00396143 Jy ! Component: 1150 - total flux cleaned = -0.00381588 Jy ! Component: 1200 - total flux cleaned = -0.00375837 Jy ! Component: 1250 - total flux cleaned = -0.00367363 Jy ! Component: 1300 - total flux cleaned = -0.00358983 Jy ! Component: 1350 - total flux cleaned = -0.00342413 Jy ! Component: 1400 - total flux cleaned = -0.0033164 Jy ! Component: 1450 - total flux cleaned = -0.00331679 Jy ! Component: 1500 - total flux cleaned = -0.00321097 Jy ! Component: 1550 - total flux cleaned = -0.00307979 Jy ! Component: 1600 - total flux cleaned = -0.00295035 Jy ! Component: 1650 - total flux cleaned = -0.00282278 Jy ! Component: 1700 - total flux cleaned = -0.00272172 Jy ! Component: 1750 - total flux cleaned = -0.0026219 Jy ! Component: 1800 - total flux cleaned = -0.00252283 Jy ! Component: 1850 - total flux cleaned = -0.00235205 Jy ! Component: 1900 - total flux cleaned = -0.00227979 Jy ! Component: 1950 - total flux cleaned = -0.00220829 Jy ! Component: 2000 - total flux cleaned = -0.00201963 Jy ! Component: 2050 - total flux cleaned = -0.00185662 Jy ! Component: 2100 - total flux cleaned = -0.00174139 Jy ! Component: 2150 - total flux cleaned = -0.00155899 Jy ! Component: 2200 - total flux cleaned = -0.00153599 Jy ! Component: 2250 - total flux cleaned = -0.00133454 Jy ! Component: 2300 - total flux cleaned = -0.00124599 Jy ! Component: 2350 - total flux cleaned = -0.00115831 Jy ! Component: 2400 - total flux cleaned = -0.00109293 Jy ! Component: 2450 - total flux cleaned = -0.00104972 Jy ! Component: 2500 - total flux cleaned = -0.000964235 Jy ! Component: 2550 - total flux cleaned = -0.000921497 Jy ! Component: 2600 - total flux cleaned = -0.000837678 Jy ! Component: 2650 - total flux cleaned = -0.00075463 Jy ! Component: 2700 - total flux cleaned = -0.000672303 Jy ! Component: 2750 - total flux cleaned = -0.000570333 Jy ! Component: 2800 - total flux cleaned = -0.000590608 Jy ! Component: 2850 - total flux cleaned = -0.000490154 Jy ! Component: 2900 - total flux cleaned = -0.000430555 Jy ! Component: 2950 - total flux cleaned = -0.000272329 Jy ! Component: 3000 - total flux cleaned = -0.000331323 Jy ! Component: 3050 - total flux cleaned = -0.000194905 Jy ! Component: 3100 - total flux cleaned = -9.82317e-05 Jy ! Component: 3150 - total flux cleaned = -5.97457e-05 Jy ! Component: 3200 - total flux cleaned = 3.54544e-05 Jy ! Component: 3250 - total flux cleaned = 0.000148912 Jy ! Component: 3300 - total flux cleaned = 0.000186578 Jy ! Component: 3350 - total flux cleaned = 0.000261154 Jy ! Component: 3400 - total flux cleaned = 0.000335085 Jy ! Component: 3450 - total flux cleaned = 0.000390356 Jy ! Component: 3500 - total flux cleaned = 0.000499833 Jy ! Component: 3550 - total flux cleaned = 0.000626429 Jy ! Component: 3600 - total flux cleaned = 0.000680408 Jy ! Component: 3650 - total flux cleaned = 0.000805379 Jy ! Component: 3700 - total flux cleaned = 0.00089396 Jy ! Component: 3750 - total flux cleaned = 0.0010523 Jy ! Component: 3800 - total flux cleaned = 0.00105214 Jy ! Component: 3850 - total flux cleaned = 0.00117365 Jy ! Component: 3900 - total flux cleaned = 0.0012252 Jy ! Component: 3950 - total flux cleaned = 0.00134537 Jy ! Component: 4000 - total flux cleaned = 0.00146463 Jy ! Component: 4050 - total flux cleaned = 0.00153219 Jy ! Total flux subtracted in 4096 components = 0.00170058 Jy ! Clean residual min=-0.000925 max=0.001019 Jy/beam ! Clean residual mean=0.000005 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.865064 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 533 components and 0.865064 Jy ![Exited script file: muppet] wmap "J1419+5423_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.364 x 6.19 at 42.37 degrees (North through East) ! Clean map min=-0.0023544 max=0.72666 Jy/beam ! Writing clean map to FITS file: J1419+5423_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.726657 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000305244 device "J1419+5423_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1419+5423_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.12602 0.12602 0.25204 0.504079 1.00816 2.01632 4.03263 8.06527 16.1305 32.2611 64.5222 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.726 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.364 x 6.19 at 42.37 degrees (North through East) ! Clean map min=-0.0023544 max=0.72666 Jy/beam quit ! Quitting program ! Log file J1419+5423_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:07:52 2016