! Started logfile: J0943-1204_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:31:22 2016 obs J0943-1204_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0943-1204_S_2014_12_20_pus_uva.fits ! AN table 1: 120 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978889 visibilities/baseline/integration-bin. ! Found source: J0943-1204 ! ! 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 344 lines of history. ! ! Reading 21144 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 J0943-1204_S_2014_12_20_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.938007Jy sigma=0.009991 ! Fit after self-cal, rms=0.891109Jy sigma=0.009474 ! 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.414 mas, bmaj=6.541 mas, bpa=-1.371 degrees ! Estimated noise=655.531 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.0820398 Jy ! Component: 100 - total flux cleaned = 0.102411 Jy ! Total flux subtracted in 100 components = 0.102411 Jy ! Clean residual min=-0.004216 max=0.008720 Jy/beam ! Clean residual mean=-0.000011 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.102411 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.102411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083510Jy sigma=0.000814 ! Fit after self-cal, rms=0.083493Jy sigma=0.000814 ! Inverting map ! Added new window around map position (-2.5, 3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102244 Jy ! Component: 100 - total flux cleaned = 0.0165101 Jy ! Total flux subtracted in 100 components = 0.0165101 Jy ! Clean residual min=-0.003593 max=0.003839 Jy/beam ! Clean residual mean=-0.000005 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.118921 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.118921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081536Jy sigma=0.000795 ! Fit after self-cal, rms=0.081525Jy sigma=0.000795 ! 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.031 mas, bmaj=7.763 mas, bpa=-1.921 degrees ! Estimated noise=465.19 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.0060171 Jy ! Component: 100 - total flux cleaned = 0.00931866 Jy ! Component: 150 - total flux cleaned = 0.0114414 Jy ! Component: 200 - total flux cleaned = 0.0128277 Jy ! Total flux subtracted in 200 components = 0.0128277 Jy ! Clean residual min=-0.003725 max=0.002652 Jy/beam ! Clean residual mean=0.000001 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.131749 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.131749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080917Jy sigma=0.000791 ! Fit after self-cal, rms=0.080917Jy sigma=0.000791 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 HN 0.98 KP 1.09 ! LA 0.95 MK 1.00 NL 0.99 OV 0.98 ! PT 1.08 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.08 HN 1.02 KP 1.05 ! LA 0.86 MK 0.98 NL 1.03 OV 1.01 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.17 HN 1.06 KP 0.94 ! LA 0.78 MK 1.01 NL 1.23 OV 0.95 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 0.99 KP 0.94 ! LA 0.82 MK 1.01 NL 1.03 OV 1.01 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.080917Jy sigma=0.000791 ! Fit after self-cal, rms=0.077917Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.037 mas, bmaj=7.785 mas, bpa=-1.858 degrees ! Estimated noise=465.333 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.000428892 Jy ! Component: 100 - total flux cleaned = 0.000430032 Jy ! Component: 150 - total flux cleaned = 0.000416338 Jy ! Component: 200 - total flux cleaned = 0.000391498 Jy ! Total flux subtracted in 200 components = 0.000391498 Jy ! Clean residual min=-0.001465 max=0.001542 Jy/beam ! Clean residual mean=0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.132141 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.132141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077909Jy sigma=0.000780 ! Fit after self-cal, rms=0.077885Jy sigma=0.000780 ! 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.077885Jy sigma=0.000780 ! Fit after self-cal, rms=0.077523Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.775 mas, bpa=-1.866 degrees ! Estimated noise=466.385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000500345 Jy ! Component: 100 - total flux cleaned = 0.000540418 Jy ! Component: 150 - total flux cleaned = 0.000518701 Jy ! Component: 200 - total flux cleaned = 0.000498227 Jy ! Total flux subtracted in 200 components = 0.000498227 Jy ! Clean residual min=-0.001383 max=0.001408 Jy/beam ! Clean residual mean=0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.132639 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.132639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077518Jy sigma=0.000778 ! Fit after self-cal, rms=0.077514Jy sigma=0.000778 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.73716e-06 Jy ! Component: 100 - total flux cleaned = -2.93561e-05 Jy ! Component: 150 - total flux cleaned = -4.76736e-05 Jy ! Component: 200 - total flux cleaned = -6.53197e-05 Jy ! Total flux subtracted in 200 components = -6.53197e-05 Jy ! Clean residual min=-0.001380 max=0.001409 Jy/beam ! Clean residual mean=0.000001 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.132573 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.132574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077512Jy sigma=0.000778 ! Fit after self-cal, rms=0.077511Jy sigma=0.000778 ! 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.077511Jy sigma=0.000778 ! Fit after self-cal, rms=0.077212Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=7.769 mas, bpa=-1.875 degrees ! Estimated noise=466.309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.30519e-06 Jy ! Component: 100 - total flux cleaned = -1.50291e-05 Jy ! Component: 150 - total flux cleaned = -3.38055e-05 Jy ! Component: 200 - total flux cleaned = -6.03453e-05 Jy ! Total flux subtracted in 200 components = -6.03453e-05 Jy ! Clean residual min=-0.001425 max=0.001385 Jy/beam ! Clean residual mean=0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.132513 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.132513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077210Jy sigma=0.000778 ! Fit after self-cal, rms=0.077207Jy sigma=0.000778 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.90192e-05 Jy ! Component: 100 - total flux cleaned = -3.5646e-05 Jy ! Component: 150 - total flux cleaned = -5.13729e-05 Jy ! Component: 200 - total flux cleaned = -6.61808e-05 Jy ! Total flux subtracted in 200 components = -6.61808e-05 Jy ! Clean residual min=-0.001416 max=0.001384 Jy/beam ! Clean residual mean=0.000001 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.132447 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.132447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077206Jy sigma=0.000778 ! Fit after self-cal, rms=0.077206Jy sigma=0.000778 ! 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.077206Jy sigma=0.000778 ! Fit after self-cal, rms=0.077226Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.395 mas, bmaj=14.75 mas, bpa=3.56 degrees ! Estimated noise=594.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000252637 Jy ! Component: 100 - total flux cleaned = -0.000309278 Jy ! Component: 150 - total flux cleaned = -0.000346323 Jy ! Component: 200 - total flux cleaned = -0.000377458 Jy ! Total flux subtracted in 200 components = -0.000377458 Jy ! Clean residual min=-0.001823 max=0.001569 Jy/beam ! Clean residual mean=0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.132069 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.132069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077226Jy sigma=0.000778 ! Fit after self-cal, rms=0.077225Jy sigma=0.000778 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.49397e-05 Jy ! Component: 100 - total flux cleaned = -3.7544e-05 Jy ! Component: 150 - total flux cleaned = -6.02863e-05 Jy ! Component: 200 - total flux cleaned = -7.95466e-05 Jy ! Total flux subtracted in 200 components = -7.95466e-05 Jy ! Clean residual min=-0.001823 max=0.001562 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.13199 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.13199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077225Jy sigma=0.000778 ! Fit after self-cal, rms=0.077224Jy sigma=0.000778 ! 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.032 mas, bmaj=7.768 mas, bpa=-1.886 degrees ! Estimated noise=466.486 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.032 x 7.768 at -1.886 degrees (North through East) ! Clean map min=-0.0012744 max=0.10756 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.408 mas, bmaj=6.539 mas, bpa=-1.305 degrees ! Estimated noise=659.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0823294 Jy ! Component: 100 - total flux cleaned = 0.103831 Jy ! Component: 150 - total flux cleaned = 0.114316 Jy ! Component: 200 - total flux cleaned = 0.120579 Jy ! Total flux subtracted in 200 components = 0.120579 Jy ! Clean residual min=-0.002410 max=0.003356 Jy/beam ! Clean residual mean=-0.000003 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.120579 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.120579 Jy ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=7.768 mas, bpa=-1.886 degrees ! Estimated noise=466.486 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.00519075 Jy ! Component: 100 - total flux cleaned = 0.00795622 Jy ! Component: 150 - total flux cleaned = 0.00952192 Jy ! Component: 200 - total flux cleaned = 0.0104844 Jy ! Total flux subtracted in 200 components = 0.0104844 Jy ! Clean residual min=-0.001457 max=0.001372 Jy/beam ! Clean residual mean=0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.131063 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.131063 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.395 mas, bmaj=14.75 mas, bpa=3.56 degrees ! Estimated noise=594.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00059909 Jy ! Component: 100 - total flux cleaned = 0.000668058 Jy ! Component: 150 - total flux cleaned = 0.000692735 Jy ! Component: 200 - total flux cleaned = 0.000702384 Jy ! Total flux subtracted in 200 components = 0.000702384 Jy ! Clean residual min=-0.001858 max=0.001530 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.131766 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 = 7.82278e-06 Jy ! Component: 100 - total flux cleaned = 1.43327e-05 Jy ! Component: 150 - total flux cleaned = 1.4286e-05 Jy ! Component: 200 - total flux cleaned = 1.93125e-05 Jy ! Total flux subtracted in 200 components = 1.93125e-05 Jy ! Clean residual min=-0.001832 max=0.001546 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.131785 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 67 components and 0.131785 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=7.768 mas, bpa=-1.886 degrees ! Estimated noise=466.486 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017564 Jy ! Component: 100 - total flux cleaned = 0.000203624 Jy ! Component: 150 - total flux cleaned = 0.000228228 Jy ! Component: 200 - total flux cleaned = 0.000239672 Jy ! Total flux subtracted in 200 components = 0.000239672 Jy ! Clean residual min=-0.001326 max=0.001421 Jy/beam ! Clean residual mean=0.000000 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.132024 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.132024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077232Jy sigma=0.000778 ! Fit after self-cal, rms=0.077229Jy sigma=0.000778 wmodel J0943-1204_S_2014_12_20_pus_map.mod ! Writing 79 model components to file: J0943-1204_S_2014_12_20_pus_map.mod wobs J0943-1204_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0943-1204_S_2014_12_20_pus_uvs.fits wwins J0943-1204_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J0943-1204_S_2014_12_20_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.000108329 Jy ! Component: 100 - total flux cleaned = 0.000179805 Jy ! Component: 150 - total flux cleaned = 0.000156458 Jy ! Component: 200 - total flux cleaned = 0.000177638 Jy ! Component: 250 - total flux cleaned = 0.000134681 Jy ! Component: 300 - total flux cleaned = 0.000155446 Jy ! Component: 350 - total flux cleaned = 0.000195642 Jy ! Component: 400 - total flux cleaned = 0.000273685 Jy ! Component: 450 - total flux cleaned = 0.000254659 Jy ! Component: 500 - total flux cleaned = 0.000329393 Jy ! Component: 550 - total flux cleaned = 0.000401926 Jy ! Component: 600 - total flux cleaned = 0.000491088 Jy ! Component: 650 - total flux cleaned = 0.000613473 Jy ! Component: 700 - total flux cleaned = 0.000699047 Jy ! Component: 750 - total flux cleaned = 0.000800055 Jy ! Component: 800 - total flux cleaned = 0.000882753 Jy ! Component: 850 - total flux cleaned = 0.00101269 Jy ! Component: 900 - total flux cleaned = 0.00106052 Jy ! Component: 950 - total flux cleaned = 0.00115534 Jy ! Component: 1000 - total flux cleaned = 0.00129499 Jy ! Component: 1050 - total flux cleaned = 0.00134067 Jy ! Component: 1100 - total flux cleaned = 0.00140083 Jy ! Component: 1150 - total flux cleaned = 0.00149026 Jy ! Component: 1200 - total flux cleaned = 0.00156373 Jy ! Component: 1250 - total flux cleaned = 0.00166518 Jy ! Component: 1300 - total flux cleaned = 0.00173694 Jy ! Component: 1350 - total flux cleaned = 0.00192113 Jy ! Component: 1400 - total flux cleaned = 0.00197718 Jy ! Component: 1450 - total flux cleaned = 0.00208804 Jy ! Component: 1500 - total flux cleaned = 0.00221113 Jy ! Component: 1550 - total flux cleaned = 0.00227895 Jy ! Component: 1600 - total flux cleaned = 0.002413 Jy ! Component: 1650 - total flux cleaned = 0.00245299 Jy ! Component: 1700 - total flux cleaned = 0.00251881 Jy ! Component: 1750 - total flux cleaned = 0.00259694 Jy ! Component: 1800 - total flux cleaned = 0.00264838 Jy ! Component: 1850 - total flux cleaned = 0.00271232 Jy ! Component: 1900 - total flux cleaned = 0.00273763 Jy ! Component: 1950 - total flux cleaned = 0.00280052 Jy ! Component: 2000 - total flux cleaned = 0.002875 Jy ! Component: 2050 - total flux cleaned = 0.00285039 Jy ! Component: 2100 - total flux cleaned = 0.00292352 Jy ! Component: 2150 - total flux cleaned = 0.00294779 Jy ! Component: 2200 - total flux cleaned = 0.0030437 Jy ! Component: 2250 - total flux cleaned = 0.00306748 Jy ! Component: 2300 - total flux cleaned = 0.00311448 Jy ! Component: 2350 - total flux cleaned = 0.00312616 Jy ! Component: 2400 - total flux cleaned = 0.00317243 Jy ! Component: 2450 - total flux cleaned = 0.00318384 Jy ! Component: 2500 - total flux cleaned = 0.00317263 Jy ! Component: 2550 - total flux cleaned = 0.00314998 Jy ! Component: 2600 - total flux cleaned = 0.00319489 Jy ! Component: 2650 - total flux cleaned = 0.00317244 Jy ! Component: 2700 - total flux cleaned = 0.0031615 Jy ! Component: 2750 - total flux cleaned = 0.00317258 Jy ! Component: 2800 - total flux cleaned = 0.00323797 Jy ! Component: 2850 - total flux cleaned = 0.00321635 Jy ! Component: 2900 - total flux cleaned = 0.00321639 Jy ! Component: 2950 - total flux cleaned = 0.00319509 Jy ! Component: 3000 - total flux cleaned = 0.00320589 Jy ! Component: 3050 - total flux cleaned = 0.0031849 Jy ! Component: 3100 - total flux cleaned = 0.00317453 Jy ! Component: 3150 - total flux cleaned = 0.00315384 Jy ! Component: 3200 - total flux cleaned = 0.00314352 Jy ! Component: 3250 - total flux cleaned = 0.00314337 Jy ! Component: 3300 - total flux cleaned = 0.00310282 Jy ! Component: 3350 - total flux cleaned = 0.00307266 Jy ! Component: 3400 - total flux cleaned = 0.0030627 Jy ! Component: 3450 - total flux cleaned = 0.00304273 Jy ! Component: 3500 - total flux cleaned = 0.00304275 Jy ! Component: 3550 - total flux cleaned = 0.00299379 Jy ! Component: 3600 - total flux cleaned = 0.00302312 Jy ! Component: 3650 - total flux cleaned = 0.00300368 Jy ! Component: 3700 - total flux cleaned = 0.00299419 Jy ! Component: 3750 - total flux cleaned = 0.00299409 Jy ! Component: 3800 - total flux cleaned = 0.00300359 Jy ! Component: 3850 - total flux cleaned = 0.00296578 Jy ! Component: 3900 - total flux cleaned = 0.00298466 Jy ! Component: 3950 - total flux cleaned = 0.00296603 Jy ! Component: 4000 - total flux cleaned = 0.00299388 Jy ! Component: 4050 - total flux cleaned = 0.00297542 Jy ! Total flux subtracted in 4096 components = 0.00296615 Jy ! Clean residual min=-0.000602 max=0.000586 Jy/beam ! Clean residual mean=-0.000000 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.134991 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 373 components and 0.134991 Jy ![Exited script file: muppet] wmap "J0943-1204_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.032 x 7.768 at -1.886 degrees (North through East) ! Clean map min=-0.0012397 max=0.10784 Jy/beam ! Writing clean map to FITS file: J0943-1204_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107836 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166446 device "J0943-1204_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0943-1204_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.463054 0.463054 0.926107 1.85221 3.70443 7.40886 14.8177 29.6354 59.2709 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.032 x 7.768 at -1.886 degrees (North through East) ! Clean map min=-0.0012397 max=0.10784 Jy/beam quit ! Quitting program ! Log file J0943-1204_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:31:29 2016