! Started logfile: J1454-2505_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:30:34 2016 obs J1454-2505_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1454-2505_S_2014_08_05_pus_uva.fits ! AN table 1: 109 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.723344 visibilities/baseline/integration-bin. ! Found source: J1454-2505 ! ! 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 360 lines of history. ! ! Reading 14192 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 J1454-2505_S_2014_08_05_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 194 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 194 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 194 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 194 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941029Jy sigma=0.008040 ! Fit after self-cal, rms=0.912898Jy sigma=0.007842 ! 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.996 mas, bmaj=13.87 mas, bpa=19.79 degrees ! Estimated noise=1066.91 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.0669686 Jy ! Component: 100 - total flux cleaned = 0.0839245 Jy ! Total flux subtracted in 100 components = 0.0839245 Jy ! Clean residual min=-0.005083 max=0.007591 Jy/beam ! Clean residual mean=-0.000028 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.0839245 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0839245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099259Jy sigma=0.000780 ! Fit after self-cal, rms=0.099201Jy sigma=0.000780 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00918728 Jy ! Component: 100 - total flux cleaned = 0.0150982 Jy ! Total flux subtracted in 100 components = 0.0150982 Jy ! Clean residual min=-0.004269 max=0.004721 Jy/beam ! Clean residual mean=-0.000017 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.0990227 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 30 components and 0.0990228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097920Jy sigma=0.000768 ! Fit after self-cal, rms=0.097903Jy sigma=0.000768 ! 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.809 mas, bmaj=15.6 mas, bpa=18.66 degrees ! Estimated noise=704.239 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.00648523 Jy ! Component: 100 - total flux cleaned = 0.0100735 Jy ! Component: 150 - total flux cleaned = 0.0122744 Jy ! Component: 200 - total flux cleaned = 0.0137078 Jy ! Total flux subtracted in 200 components = 0.0137078 Jy ! Clean residual min=-0.002665 max=0.002694 Jy/beam ! Clean residual mean=-0.000021 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.112731 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 64 components and 0.112731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097406Jy sigma=0.000764 ! Fit after self-cal, rms=0.097408Jy sigma=0.000764 ! 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.99 FD 0.83 HN 1.01 KP 1.07 ! LA 1.06 MK 1.00* NL 0.93 OV 1.00 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.15 KP 1.05 ! LA 1.03 MK 1.00* NL 0.98 OV 1.00 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.21 HN 1.13 KP 0.91 ! LA 0.84 MK 1.00* NL 0.98 OV 0.97 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.04 KP 0.90 ! LA 0.78 MK 1.00* NL 1.08 OV 1.00 ! PT 1.05 SC 0.98 ! ! ! Fit before self-cal, rms=0.097408Jy sigma=0.000764 ! Fit after self-cal, rms=0.096223Jy sigma=0.000759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.828 mas, bmaj=15.78 mas, bpa=18.8 degrees ! Estimated noise=705.059 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.0014258 Jy ! Component: 100 - total flux cleaned = -0.00155379 Jy ! Component: 150 - total flux cleaned = -0.00159455 Jy ! Component: 200 - total flux cleaned = -0.00162943 Jy ! Total flux subtracted in 200 components = -0.00162943 Jy ! Clean residual min=-0.002211 max=0.002218 Jy/beam ! Clean residual mean=-0.000015 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.111101 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 90 components and 0.111101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096197Jy sigma=0.000759 ! Fit after self-cal, rms=0.096176Jy sigma=0.000758 ! 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.096176Jy sigma=0.000758 ! Fit after self-cal, rms=0.096578Jy sigma=0.000758 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=15.82 mas, bpa=18.81 degrees ! Estimated noise=704.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000863181 Jy ! Component: 100 - total flux cleaned = -0.0010895 Jy ! Component: 150 - total flux cleaned = -0.00110417 Jy ! Component: 200 - total flux cleaned = -0.00108939 Jy ! Total flux subtracted in 200 components = -0.00108939 Jy ! Clean residual min=-0.002214 max=0.002125 Jy/beam ! Clean residual mean=-0.000015 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.110012 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 106 components and 0.110012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096567Jy sigma=0.000758 ! Fit after self-cal, rms=0.096573Jy sigma=0.000758 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.000132799 Jy ! Component: 100 - total flux cleaned = -0.00010247 Jy ! Component: 150 - total flux cleaned = -7.49346e-05 Jy ! Component: 200 - total flux cleaned = -7.48861e-05 Jy ! Total flux subtracted in 200 components = -7.48861e-05 Jy ! Clean residual min=-0.002212 max=0.002133 Jy/beam ! Clean residual mean=-0.000015 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.109937 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 118 components and 0.109937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096567Jy sigma=0.000758 ! Fit after self-cal, rms=0.096566Jy sigma=0.000758 ! 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.096566Jy sigma=0.000758 ! Fit after self-cal, rms=0.097708Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.844 mas, bmaj=15.8 mas, bpa=18.81 degrees ! Estimated noise=704.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00059745 Jy ! Component: 100 - total flux cleaned = -0.000710928 Jy ! Component: 150 - total flux cleaned = -0.000794284 Jy ! Component: 200 - total flux cleaned = -0.000867041 Jy ! Total flux subtracted in 200 components = -0.000867041 Jy ! Clean residual min=-0.001902 max=0.002101 Jy/beam ! Clean residual mean=-0.000017 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.10907 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.10907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097701Jy sigma=0.000757 ! Fit after self-cal, rms=0.097730Jy sigma=0.000757 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.000113602 Jy ! Component: 100 - total flux cleaned = -0.000126238 Jy ! Component: 150 - total flux cleaned = -0.000137095 Jy ! Component: 200 - total flux cleaned = -0.000146474 Jy ! Total flux subtracted in 200 components = -0.000146474 Jy ! Clean residual min=-0.001905 max=0.002086 Jy/beam ! Clean residual mean=-0.000017 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.108923 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 134 components and 0.108923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097726Jy sigma=0.000757 ! Fit after self-cal, rms=0.097726Jy sigma=0.000757 ! 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.097726Jy sigma=0.000757 ! Fit after self-cal, rms=0.098191Jy sigma=0.000757 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.012 mas, bmaj=21.96 mas, bpa=8.876 degrees ! Estimated noise=788.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001202 Jy ! Component: 100 - total flux cleaned = -0.000178762 Jy ! Component: 150 - total flux cleaned = -0.000178957 Jy ! Component: 200 - total flux cleaned = -0.000169601 Jy ! Total flux subtracted in 200 components = -0.000169601 Jy ! Clean residual min=-0.002032 max=0.002266 Jy/beam ! Clean residual mean=-0.000028 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.108754 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 140 components and 0.108754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098189Jy sigma=0.000757 ! Fit after self-cal, rms=0.098197Jy sigma=0.000757 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.08894e-06 Jy ! Component: 100 - total flux cleaned = 1.48962e-05 Jy ! Component: 150 - total flux cleaned = 1.4574e-05 Jy ! Component: 200 - total flux cleaned = 2.17589e-05 Jy ! Total flux subtracted in 200 components = 2.17589e-05 Jy ! Clean residual min=-0.002029 max=0.002271 Jy/beam ! Clean residual mean=-0.000029 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.108776 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 143 components and 0.108776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098196Jy sigma=0.000757 ! Fit after self-cal, rms=0.098195Jy sigma=0.000757 ! 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.848 mas, bmaj=15.83 mas, bpa=18.83 degrees ! Estimated noise=704.522 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.848 x 15.83 at 18.83 degrees (North through East) ! Clean map min=-0.0024444 max=0.088183 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=3.011 mas, bmaj=14.06 mas, bpa=19.98 degrees ! Estimated noise=1076.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0671053 Jy ! Component: 100 - total flux cleaned = 0.0846014 Jy ! Component: 150 - total flux cleaned = 0.0933997 Jy ! Component: 200 - total flux cleaned = 0.0987349 Jy ! Total flux subtracted in 200 components = 0.0987349 Jy ! Clean residual min=-0.003233 max=0.003214 Jy/beam ! Clean residual mean=-0.000015 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.0987349 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0987349 Jy ! Inverting map and beam ! Estimated beam: bmin=3.848 mas, bmaj=15.83 mas, bpa=18.83 degrees ! Estimated noise=704.522 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.00518492 Jy ! Component: 100 - total flux cleaned = 0.00775148 Jy ! Component: 150 - total flux cleaned = 0.00901387 Jy ! Component: 200 - total flux cleaned = 0.00929594 Jy ! Total flux subtracted in 200 components = 0.00929594 Jy ! Clean residual min=-0.001996 max=0.001986 Jy/beam ! Clean residual mean=-0.000017 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.108031 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 50 components and 0.108031 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.012 mas, bmaj=21.96 mas, bpa=8.876 degrees ! Estimated noise=788.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000979059 Jy ! Component: 100 - total flux cleaned = 0.00104632 Jy ! Component: 150 - total flux cleaned = 0.00111944 Jy ! Component: 200 - total flux cleaned = 0.00113772 Jy ! Total flux subtracted in 200 components = 0.00113772 Jy ! Clean residual min=-0.002207 max=0.002299 Jy/beam ! Clean residual mean=-0.000027 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.109169 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.44391e-07 Jy ! Component: 100 - total flux cleaned = 6.36545e-07 Jy ! Component: 150 - total flux cleaned = 8.99498e-07 Jy ! Component: 200 - total flux cleaned = 1.03239e-06 Jy ! Total flux subtracted in 200 components = 1.03239e-06 Jy ! Clean residual min=-0.002174 max=0.002297 Jy/beam ! Clean residual mean=-0.000027 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.10917 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.10917 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.848 mas, bmaj=15.83 mas, bpa=18.83 degrees ! Estimated noise=704.522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000152514 Jy ! Component: 100 - total flux cleaned = -0.00019068 Jy ! Component: 150 - total flux cleaned = -0.000223264 Jy ! Component: 200 - total flux cleaned = -0.000237488 Jy ! Total flux subtracted in 200 components = -0.000237488 Jy ! Clean residual min=-0.001915 max=0.001932 Jy/beam ! Clean residual mean=-0.000016 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.108932 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.108932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098200Jy sigma=0.000757 ! Fit after self-cal, rms=0.098183Jy sigma=0.000757 wmodel J1454-2505_S_2014_08_05_pus_map.mod ! Writing 79 model components to file: J1454-2505_S_2014_08_05_pus_map.mod wobs J1454-2505_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1454-2505_S_2014_08_05_pus_uvs.fits wwins J1454-2505_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1454-2505_S_2014_08_05_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 = -3.11454e-05 Jy ! Component: 100 - total flux cleaned = -0.000294271 Jy ! Component: 150 - total flux cleaned = -0.000449681 Jy ! Component: 200 - total flux cleaned = -0.000600232 Jy ! Component: 250 - total flux cleaned = -0.000715274 Jy ! Component: 300 - total flux cleaned = -0.000771152 Jy ! Component: 350 - total flux cleaned = -0.000798251 Jy ! Component: 400 - total flux cleaned = -0.000824332 Jy ! Component: 450 - total flux cleaned = -0.000800032 Jy ! Component: 500 - total flux cleaned = -0.000849651 Jy ! Component: 550 - total flux cleaned = -0.000850042 Jy ! Component: 600 - total flux cleaned = -0.000896843 Jy ! Component: 650 - total flux cleaned = -0.00094188 Jy ! Component: 700 - total flux cleaned = -0.000941866 Jy ! Component: 750 - total flux cleaned = -0.000963454 Jy ! Component: 800 - total flux cleaned = -0.00102741 Jy ! Component: 850 - total flux cleaned = -0.00106912 Jy ! Component: 900 - total flux cleaned = -0.00102779 Jy ! Component: 950 - total flux cleaned = -0.00112974 Jy ! Component: 1000 - total flux cleaned = -0.00122993 Jy ! Component: 1050 - total flux cleaned = -0.00132817 Jy ! Component: 1100 - total flux cleaned = -0.00136709 Jy ! Component: 1150 - total flux cleaned = -0.00144364 Jy ! Component: 1200 - total flux cleaned = -0.00148159 Jy ! Component: 1250 - total flux cleaned = -0.0015564 Jy ! Component: 1300 - total flux cleaned = -0.00164818 Jy ! Component: 1350 - total flux cleaned = -0.00170257 Jy ! Component: 1400 - total flux cleaned = -0.00180944 Jy ! Component: 1450 - total flux cleaned = -0.0018268 Jy ! Component: 1500 - total flux cleaned = -0.00187852 Jy ! Component: 1550 - total flux cleaned = -0.00189587 Jy ! Component: 1600 - total flux cleaned = -0.0019129 Jy ! Component: 1650 - total flux cleaned = -0.00192998 Jy ! Component: 1700 - total flux cleaned = -0.0020128 Jy ! Component: 1750 - total flux cleaned = -0.00201285 Jy ! Component: 1800 - total flux cleaned = -0.0020776 Jy ! Component: 1850 - total flux cleaned = -0.00210971 Jy ! Component: 1900 - total flux cleaned = -0.00214108 Jy ! Component: 1950 - total flux cleaned = -0.00217209 Jy ! Component: 2000 - total flux cleaned = -0.00215668 Jy ! Component: 2050 - total flux cleaned = -0.0022181 Jy ! Component: 2100 - total flux cleaned = -0.00235401 Jy ! Component: 2150 - total flux cleaned = -0.00235376 Jy ! Component: 2200 - total flux cleaned = -0.00238311 Jy ! Component: 2250 - total flux cleaned = -0.0023978 Jy ! Component: 2300 - total flux cleaned = -0.0024558 Jy ! Component: 2350 - total flux cleaned = -0.00247024 Jy ! Component: 2400 - total flux cleaned = -0.00251307 Jy ! Component: 2450 - total flux cleaned = -0.00258341 Jy ! Component: 2500 - total flux cleaned = -0.00258349 Jy ! Component: 2550 - total flux cleaned = -0.00261117 Jy ! Component: 2600 - total flux cleaned = -0.00259744 Jy ! Component: 2650 - total flux cleaned = -0.00258383 Jy ! Component: 2700 - total flux cleaned = -0.00257043 Jy ! Component: 2750 - total flux cleaned = -0.00255716 Jy ! Component: 2800 - total flux cleaned = -0.00251731 Jy ! Component: 2850 - total flux cleaned = -0.00245141 Jy ! Component: 2900 - total flux cleaned = -0.00243843 Jy ! Component: 2950 - total flux cleaned = -0.00239941 Jy ! Component: 3000 - total flux cleaned = -0.00236068 Jy ! Component: 3050 - total flux cleaned = -0.00230964 Jy ! Component: 3100 - total flux cleaned = -0.00227165 Jy ! Component: 3150 - total flux cleaned = -0.00222148 Jy ! Component: 3200 - total flux cleaned = -0.00219651 Jy ! Component: 3250 - total flux cleaned = -0.00217173 Jy ! Component: 3300 - total flux cleaned = -0.00213483 Jy ! Component: 3350 - total flux cleaned = -0.00204921 Jy ! Component: 3400 - total flux cleaned = -0.00206142 Jy ! Component: 3450 - total flux cleaned = -0.00203729 Jy ! Component: 3500 - total flux cleaned = -0.00198931 Jy ! Component: 3550 - total flux cleaned = -0.00195355 Jy ! Component: 3600 - total flux cleaned = -0.00191812 Jy ! Component: 3650 - total flux cleaned = -0.00192981 Jy ! Component: 3700 - total flux cleaned = -0.00189477 Jy ! Component: 3750 - total flux cleaned = -0.00185996 Jy ! Component: 3800 - total flux cleaned = -0.00186008 Jy ! Component: 3850 - total flux cleaned = -0.00176859 Jy ! Component: 3900 - total flux cleaned = -0.0017914 Jy ! Component: 3950 - total flux cleaned = -0.00176882 Jy ! Component: 4000 - total flux cleaned = -0.00174633 Jy ! Component: 4050 - total flux cleaned = -0.00169056 Jy ! Total flux subtracted in 4096 components = -0.00170155 Jy ! Clean residual min=-0.000700 max=0.000592 Jy/beam ! Clean residual mean=0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.107231 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 365 components and 0.107231 Jy ![Exited script file: muppet] wmap "J1454-2505_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.848 x 15.83 at 18.83 degrees (North through East) ! Clean map min=-0.0015598 max=0.089071 Jy/beam ! Writing clean map to FITS file: J1454-2505_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0890707 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223555 device "J1454-2505_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1454-2505_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.752959 0.752959 1.50592 3.01184 6.02367 12.0473 24.0947 48.1894 96.3787 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.848 x 15.83 at 18.83 degrees (North through East) ! Clean map min=-0.0015598 max=0.089071 Jy/beam quit ! Quitting program ! Log file J1454-2505_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:30:40 2016