! Started logfile: J0040-0146_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:40:14 2016 obs J0040-0146_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0040-0146_S_2014_06_09_pus_uva.fits ! AN table 1: 81 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.606859 visibilities/baseline/integration-bin. ! Found source: J0040-0146 ! ! 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 336 lines of history. ! ! Reading 8848 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 J0040-0146_S_2014_06_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 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.673781Jy sigma=0.007354 ! Fit after self-cal, rms=0.643116Jy sigma=0.006990 ! 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.447 mas, bmaj=9.471 mas, bpa=10.09 degrees ! Estimated noise=858.908 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.283274 Jy ! Component: 100 - total flux cleaned = 0.378395 Jy ! Total flux subtracted in 100 components = 0.378395 Jy ! Clean residual min=-0.023721 max=0.042689 Jy/beam ! Clean residual mean=0.000099 rms=0.006342 Jy/beam ! Combined flux in latest and established models = 0.378395 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.378395 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132167Jy sigma=0.001429 ! Fit after self-cal, rms=0.132026Jy sigma=0.001427 ! Inverting map ! Added new window around map position (-5.5, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0479134 Jy ! Component: 100 - total flux cleaned = 0.0786765 Jy ! Total flux subtracted in 100 components = 0.0786765 Jy ! Clean residual min=-0.014293 max=0.017069 Jy/beam ! Clean residual mean=0.000056 rms=0.003807 Jy/beam ! Combined flux in latest and established models = 0.457072 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.457072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103993Jy sigma=0.001093 ! Fit after self-cal, rms=0.103105Jy sigma=0.001084 ! 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.121 mas, bmaj=10.54 mas, bpa=10.51 degrees ! Estimated noise=681.157 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.0337574 Jy ! Component: 100 - total flux cleaned = 0.0535369 Jy ! Component: 150 - total flux cleaned = 0.0661516 Jy ! Component: 200 - total flux cleaned = 0.0745415 Jy ! Total flux subtracted in 200 components = 0.0745415 Jy ! Clean residual min=-0.008887 max=0.008556 Jy/beam ! Clean residual mean=0.000011 rms=0.002327 Jy/beam ! Combined flux in latest and established models = 0.531613 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 65 components and 0.531613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089832Jy sigma=0.000950 ! Fit after self-cal, rms=0.089295Jy sigma=0.000944 ! 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.00* FD 0.86 HN 0.98 KP 1.02 ! LA 1.17 MK 1.00* NL 0.96 OV 1.00 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.03 KP 0.99 ! LA 1.12 MK 1.00* NL 1.06 OV 1.02 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.04 KP 0.89 ! LA 0.89 MK 1.00* NL 1.02 OV 0.96 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.02 KP 0.87 ! LA 0.86 MK 1.00* NL 1.05 OV 1.01 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.089295Jy sigma=0.000944 ! Fit after self-cal, rms=0.075360Jy sigma=0.000802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.121 mas, bmaj=10.6 mas, bpa=10.6 degrees ! Estimated noise=674.969 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 (-10, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00497222 Jy ! Component: 100 - total flux cleaned = 0.00566124 Jy ! Component: 150 - total flux cleaned = 0.00593012 Jy ! Component: 200 - total flux cleaned = 0.00592723 Jy ! Total flux subtracted in 200 components = 0.00592723 Jy ! Clean residual min=-0.003546 max=0.003808 Jy/beam ! Clean residual mean=0.000003 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.53754 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.53754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074955Jy sigma=0.000797 ! Fit after self-cal, rms=0.074926Jy sigma=0.000797 ! 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.074926Jy sigma=0.000797 ! Fit after self-cal, rms=0.074219Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.113 mas, bmaj=10.59 mas, bpa=10.62 degrees ! Estimated noise=672.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218203 Jy ! Component: 100 - total flux cleaned = 0.00258829 Jy ! Component: 150 - total flux cleaned = 0.00264612 Jy ! Component: 200 - total flux cleaned = 0.00269016 Jy ! Total flux subtracted in 200 components = 0.00269016 Jy ! Clean residual min=-0.002777 max=0.002779 Jy/beam ! Clean residual mean=0.000004 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.54023 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.54023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074098Jy sigma=0.000790 ! Fit after self-cal, rms=0.074089Jy sigma=0.000790 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.000182505 Jy ! Component: 100 - total flux cleaned = 0.000144545 Jy ! Component: 150 - total flux cleaned = 0.000214748 Jy ! Component: 200 - total flux cleaned = 0.000247729 Jy ! Total flux subtracted in 200 components = 0.000247729 Jy ! Clean residual min=-0.002665 max=0.002639 Jy/beam ! Clean residual mean=0.000004 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.540478 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 126 components and 0.540478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074051Jy sigma=0.000790 ! Fit after self-cal, rms=0.074048Jy sigma=0.000790 ! 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.074048Jy sigma=0.000790 ! Fit after self-cal, rms=0.073744Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.105 mas, bmaj=10.59 mas, bpa=10.68 degrees ! Estimated noise=670.868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000936279 Jy ! Component: 100 - total flux cleaned = 0.00119376 Jy ! Component: 150 - total flux cleaned = 0.00128575 Jy ! Component: 200 - total flux cleaned = 0.00131509 Jy ! Total flux subtracted in 200 components = 0.00131509 Jy ! Clean residual min=-0.002476 max=0.002261 Jy/beam ! Clean residual mean=0.000004 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.541793 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 140 components and 0.541793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073708Jy sigma=0.000789 ! Fit after self-cal, rms=0.073706Jy sigma=0.000789 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.000158942 Jy ! Component: 100 - total flux cleaned = 0.000158563 Jy ! Component: 150 - total flux cleaned = 0.00020808 Jy ! Component: 200 - total flux cleaned = 0.000231539 Jy ! Total flux subtracted in 200 components = 0.000231539 Jy ! Clean residual min=-0.002389 max=0.002211 Jy/beam ! Clean residual mean=0.000003 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.542025 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 152 components and 0.542025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073689Jy sigma=0.000789 ! Fit after self-cal, rms=0.073687Jy sigma=0.000789 ! 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.073687Jy sigma=0.000789 ! Fit after self-cal, rms=0.073528Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.721 mas, bmaj=16.32 mas, bpa=-5.812 degrees ! Estimated noise=765.082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120012 Jy ! Component: 100 - total flux cleaned = 0.00170819 Jy ! Component: 150 - total flux cleaned = 0.00177635 Jy ! Component: 200 - total flux cleaned = 0.00183372 Jy ! Total flux subtracted in 200 components = 0.00183372 Jy ! Clean residual min=-0.002206 max=0.002187 Jy/beam ! Clean residual mean=0.000005 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.543858 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 160 components and 0.543858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073519Jy sigma=0.000789 ! Fit after self-cal, rms=0.073517Jy sigma=0.000789 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.000172738 Jy ! Component: 100 - total flux cleaned = 0.000207018 Jy ! Component: 150 - total flux cleaned = 0.000223058 Jy ! Component: 200 - total flux cleaned = 0.000251601 Jy ! Total flux subtracted in 200 components = 0.000251601 Jy ! Clean residual min=-0.002176 max=0.002185 Jy/beam ! Clean residual mean=0.000004 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.54411 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 169 components and 0.54411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073514Jy sigma=0.000789 ! Fit after self-cal, rms=0.073513Jy sigma=0.000788 ! 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.1 mas, bmaj=10.58 mas, bpa=10.71 degrees ! Estimated noise=669.815 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.1 x 10.58 at 10.71 degrees (North through East) ! Clean map min=-0.002281 max=0.35954 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.423 mas, bmaj=9.479 mas, bpa=10.31 degrees ! Estimated noise=841.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.277908 Jy ! Component: 100 - total flux cleaned = 0.373348 Jy ! Component: 150 - total flux cleaned = 0.423176 Jy ! Component: 200 - total flux cleaned = 0.456116 Jy ! Total flux subtracted in 200 components = 0.456116 Jy ! Clean residual min=-0.010662 max=0.017941 Jy/beam ! Clean residual mean=0.000048 rms=0.002976 Jy/beam ! Combined flux in latest and established models = 0.456116 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.456116 Jy ! Inverting map and beam ! Estimated beam: bmin=4.1 mas, bmaj=10.58 mas, bpa=10.71 degrees ! Estimated noise=669.815 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.0323745 Jy ! Component: 100 - total flux cleaned = 0.0514476 Jy ! Component: 150 - total flux cleaned = 0.0634345 Jy ! Component: 200 - total flux cleaned = 0.0712168 Jy ! Total flux subtracted in 200 components = 0.0712168 Jy ! Clean residual min=-0.004088 max=0.004241 Jy/beam ! Clean residual mean=0.000019 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.527333 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 70 components and 0.527333 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.721 mas, bmaj=16.32 mas, bpa=-5.812 degrees ! Estimated noise=765.082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0066852 Jy ! Component: 100 - total flux cleaned = 0.0104779 Jy ! Component: 150 - total flux cleaned = 0.0127627 Jy ! Component: 200 - total flux cleaned = 0.0142034 Jy ! Total flux subtracted in 200 components = 0.0142034 Jy ! Clean residual min=-0.002742 max=0.002791 Jy/beam ! Clean residual mean=0.000009 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.541536 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.000357013 Jy ! Component: 100 - total flux cleaned = 0.00071421 Jy ! Component: 150 - total flux cleaned = 0.000999389 Jy ! Component: 200 - total flux cleaned = 0.00116354 Jy ! Total flux subtracted in 200 components = 0.00116354 Jy ! Clean residual min=-0.002482 max=0.002462 Jy/beam ! Clean residual mean=0.000007 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.5427 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 106 components and 0.5427 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.1 mas, bmaj=10.58 mas, bpa=10.71 degrees ! Estimated noise=669.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000481243 Jy ! Component: 100 - total flux cleaned = -0.000554739 Jy ! Component: 150 - total flux cleaned = -0.000682578 Jy ! Component: 200 - total flux cleaned = -0.00068448 Jy ! Total flux subtracted in 200 components = -0.00068448 Jy ! Clean residual min=-0.002804 max=0.002587 Jy/beam ! Clean residual mean=0.000004 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.542015 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 124 components and 0.542015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073654Jy sigma=0.000790 ! Fit after self-cal, rms=0.073630Jy sigma=0.000789 wmodel J0040-0146_S_2014_06_09_pus_map.mod ! Writing 124 model components to file: J0040-0146_S_2014_06_09_pus_map.mod wobs J0040-0146_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0040-0146_S_2014_06_09_pus_uvs.fits wwins J0040-0146_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J0040-0146_S_2014_06_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.000114115 Jy ! Component: 100 - total flux cleaned = 0.000186929 Jy ! Component: 150 - total flux cleaned = 0.000149728 Jy ! Component: 200 - total flux cleaned = -3.18074e-05 Jy ! Component: 250 - total flux cleaned = -0.000134657 Jy ! Component: 300 - total flux cleaned = -0.000266381 Jy ! Component: 350 - total flux cleaned = -0.000330285 Jy ! Component: 400 - total flux cleaned = -0.000329818 Jy ! Component: 450 - total flux cleaned = -0.000299179 Jy ! Component: 500 - total flux cleaned = -0.000212176 Jy ! Component: 550 - total flux cleaned = -0.00012874 Jy ! Component: 600 - total flux cleaned = -2.16596e-05 Jy ! Component: 650 - total flux cleaned = -7.41396e-05 Jy ! Component: 700 - total flux cleaned = -7.4707e-05 Jy ! Component: 750 - total flux cleaned = -0.000149085 Jy ! Component: 800 - total flux cleaned = -0.000124222 Jy ! Component: 850 - total flux cleaned = -5.34809e-05 Jy ! Component: 900 - total flux cleaned = -0.000146272 Jy ! Component: 950 - total flux cleaned = -0.0001233 Jy ! Component: 1000 - total flux cleaned = -0.000167545 Jy ! Component: 1050 - total flux cleaned = -0.000211027 Jy ! Component: 1100 - total flux cleaned = -0.000232034 Jy ! Component: 1150 - total flux cleaned = -0.000253025 Jy ! Component: 1200 - total flux cleaned = -0.000273811 Jy ! Component: 1250 - total flux cleaned = -0.000314137 Jy ! Component: 1300 - total flux cleaned = -0.000373099 Jy ! Component: 1350 - total flux cleaned = -0.000372896 Jy ! Component: 1400 - total flux cleaned = -0.000353866 Jy ! Component: 1450 - total flux cleaned = -0.000391519 Jy ! Component: 1500 - total flux cleaned = -0.000409767 Jy ! Component: 1550 - total flux cleaned = -0.000391834 Jy ! Component: 1600 - total flux cleaned = -0.000409421 Jy ! Component: 1650 - total flux cleaned = -0.000444617 Jy ! Component: 1700 - total flux cleaned = -0.000496272 Jy ! Component: 1750 - total flux cleaned = -0.000461833 Jy ! Component: 1800 - total flux cleaned = -0.000428425 Jy ! Component: 1850 - total flux cleaned = -0.000428634 Jy ! Component: 1900 - total flux cleaned = -0.000445154 Jy ! Component: 1950 - total flux cleaned = -0.000461207 Jy ! Component: 2000 - total flux cleaned = -0.000461459 Jy ! Component: 2050 - total flux cleaned = -0.00046166 Jy ! Component: 2100 - total flux cleaned = -0.000446246 Jy ! Component: 2150 - total flux cleaned = -0.000446669 Jy ! Component: 2200 - total flux cleaned = -0.000446785 Jy ! Component: 2250 - total flux cleaned = -0.000446733 Jy ! Component: 2300 - total flux cleaned = -0.000447011 Jy ! Component: 2350 - total flux cleaned = -0.000432305 Jy ! Component: 2400 - total flux cleaned = -0.000432468 Jy ! Component: 2450 - total flux cleaned = -0.000446572 Jy ! Component: 2500 - total flux cleaned = -0.000404409 Jy ! Component: 2550 - total flux cleaned = -0.000376497 Jy ! Component: 2600 - total flux cleaned = -0.000390398 Jy ! Component: 2650 - total flux cleaned = -0.000390491 Jy ! Component: 2700 - total flux cleaned = -0.000403937 Jy ! Component: 2750 - total flux cleaned = -0.000417447 Jy ! Component: 2800 - total flux cleaned = -0.000456791 Jy ! Component: 2850 - total flux cleaned = -0.0003914 Jy ! Component: 2900 - total flux cleaned = -0.000404375 Jy ! Component: 2950 - total flux cleaned = -0.000417069 Jy ! Component: 3000 - total flux cleaned = -0.000429808 Jy ! Component: 3050 - total flux cleaned = -0.000429742 Jy ! Component: 3100 - total flux cleaned = -0.000441923 Jy ! Component: 3150 - total flux cleaned = -0.000454056 Jy ! Component: 3200 - total flux cleaned = -0.000429728 Jy ! Component: 3250 - total flux cleaned = -0.000405831 Jy ! Component: 3300 - total flux cleaned = -0.0004299 Jy ! Component: 3350 - total flux cleaned = -0.00039459 Jy ! Component: 3400 - total flux cleaned = -0.000371357 Jy ! Component: 3450 - total flux cleaned = -0.000348367 Jy ! Component: 3500 - total flux cleaned = -0.000371409 Jy ! Component: 3550 - total flux cleaned = -0.000326047 Jy ! Component: 3600 - total flux cleaned = -0.000281178 Jy ! Component: 3650 - total flux cleaned = -0.000258975 Jy ! Component: 3700 - total flux cleaned = -0.000225992 Jy ! Component: 3750 - total flux cleaned = -0.000182343 Jy ! Component: 3800 - total flux cleaned = -0.000128145 Jy ! Component: 3850 - total flux cleaned = -5.28679e-05 Jy ! Component: 3900 - total flux cleaned = 4.28467e-07 Jy ! Component: 3950 - total flux cleaned = 7.43669e-05 Jy ! Component: 4000 - total flux cleaned = 0.000126536 Jy ! Component: 4050 - total flux cleaned = 0.000147381 Jy ! Total flux subtracted in 4096 components = 0.000178335 Jy ! Clean residual min=-0.000649 max=0.000569 Jy/beam ! Clean residual mean=0.000002 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.542194 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 381 components and 0.542193 Jy ![Exited script file: muppet] wmap "J0040-0146_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.1 x 10.58 at 10.71 degrees (North through East) ! Clean map min=-0.0017852 max=0.35763 Jy/beam ! Writing clean map to FITS file: J0040-0146_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.357631 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200377 device "J0040-0146_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0040-0146_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.168087 0.168087 0.336173 0.672347 1.34469 2.68939 5.37877 10.7575 21.5151 43.0302 86.0604 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.357 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.1 x 10.58 at 10.71 degrees (North through East) ! Clean map min=-0.0017852 max=0.35763 Jy/beam quit ! Quitting program ! Log file J0040-0146_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:40:19 2016