! Started logfile: J0558-0055_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:23:48 2016 obs J0558-0055_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0558-0055_S_2014_12_20_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787353 visibilities/baseline/integration-bin. ! Found source: J0558-0055 ! ! 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 17432 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 J0558-0055_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 195 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 256 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.963964Jy sigma=0.010963 ! Fit after self-cal, rms=0.946135Jy sigma=0.010778 ! 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.302 mas, bmaj=12.84 mas, bpa=-16.74 degrees ! Estimated noise=644.808 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.0397818 Jy ! Component: 100 - total flux cleaned = 0.0546413 Jy ! Total flux subtracted in 100 components = 0.0546413 Jy ! Clean residual min=-0.003709 max=0.007010 Jy/beam ! Clean residual mean=0.000011 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.0546413 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0546413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076790Jy sigma=0.000811 ! Fit after self-cal, rms=0.076600Jy sigma=0.000809 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0086306 Jy ! Component: 100 - total flux cleaned = 0.0138025 Jy ! Total flux subtracted in 100 components = 0.0138025 Jy ! Clean residual min=-0.003075 max=0.003167 Jy/beam ! Clean residual mean=0.000006 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.0684438 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.0684438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075220Jy sigma=0.000794 ! Fit after self-cal, rms=0.075160Jy sigma=0.000793 ! 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.063 mas, bmaj=12.84 mas, bpa=-15.83 degrees ! Estimated noise=499.43 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.00567446 Jy ! Component: 100 - total flux cleaned = 0.00936144 Jy ! Component: 150 - total flux cleaned = 0.0118855 Jy ! Component: 200 - total flux cleaned = 0.0136286 Jy ! Total flux subtracted in 200 components = 0.0136286 Jy ! Clean residual min=-0.002906 max=0.002348 Jy/beam ! Clean residual mean=0.000008 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0820725 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 100 components and 0.0820725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074584Jy sigma=0.000788 ! Fit after self-cal, rms=0.074541Jy sigma=0.000788 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.85 HN 1.05 KP 1.10 ! LA 0.93 MK 1.05 NL 1.05 OV 0.99 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.11 HN 1.13 KP 1.05 ! LA 0.91 MK 0.90 NL 1.05 OV 1.04 ! PT 1.04 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.10 HN 1.08 KP 0.95 ! LA 0.75 MK 0.96 NL 1.11 OV 0.95 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 0.94 KP 0.94 ! LA 0.82 MK 1.00* NL 0.95 OV 1.00 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.074541Jy sigma=0.000788 ! Fit after self-cal, rms=0.071891Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=12.96 mas, bpa=-16.08 degrees ! Estimated noise=497.351 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.000791116 Jy ! Component: 100 - total flux cleaned = 0.000901285 Jy ! Component: 150 - total flux cleaned = 0.000918785 Jy ! Component: 200 - total flux cleaned = 0.000918166 Jy ! Total flux subtracted in 200 components = 0.000918166 Jy ! Clean residual min=-0.001638 max=0.001639 Jy/beam ! Clean residual mean=0.000004 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0829906 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 109 components and 0.0829906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071878Jy sigma=0.000783 ! Fit after self-cal, rms=0.071824Jy sigma=0.000783 ! 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.071824Jy sigma=0.000783 ! Fit after self-cal, rms=0.070769Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=12.97 mas, bpa=-16.24 degrees ! Estimated noise=491.932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000655684 Jy ! Component: 100 - total flux cleaned = 0.000751432 Jy ! Component: 150 - total flux cleaned = 0.000829863 Jy ! Component: 200 - total flux cleaned = 0.000856297 Jy ! Total flux subtracted in 200 components = 0.000856297 Jy ! Clean residual min=-0.001539 max=0.001637 Jy/beam ! Clean residual mean=0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0838469 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 118 components and 0.0838469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070758Jy sigma=0.000782 ! Fit after self-cal, rms=0.070761Jy sigma=0.000782 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.000132492 Jy ! Component: 100 - total flux cleaned = 0.000160137 Jy ! Component: 150 - total flux cleaned = 0.000160102 Jy ! Component: 200 - total flux cleaned = 0.000160005 Jy ! Total flux subtracted in 200 components = 0.000160005 Jy ! Clean residual min=-0.001565 max=0.001594 Jy/beam ! Clean residual mean=0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0840069 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 122 components and 0.084007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070757Jy sigma=0.000782 ! Fit after self-cal, rms=0.070754Jy sigma=0.000782 ! 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.070754Jy sigma=0.000782 ! Fit after self-cal, rms=0.070314Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=12.95 mas, bpa=-16.34 degrees ! Estimated noise=488.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061348 Jy ! Component: 100 - total flux cleaned = 0.000811343 Jy ! Component: 150 - total flux cleaned = 0.000833295 Jy ! Component: 200 - total flux cleaned = 0.000833538 Jy ! Total flux subtracted in 200 components = 0.000833538 Jy ! Clean residual min=-0.001515 max=0.001550 Jy/beam ! Clean residual mean=0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0848405 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 125 components and 0.0848405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070307Jy sigma=0.000781 ! Fit after self-cal, rms=0.070303Jy sigma=0.000781 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.000114589 Jy ! Component: 100 - total flux cleaned = 0.000125867 Jy ! Component: 150 - total flux cleaned = 0.00012598 Jy ! Component: 200 - total flux cleaned = 0.000125714 Jy ! Total flux subtracted in 200 components = 0.000125714 Jy ! Clean residual min=-0.001544 max=0.001533 Jy/beam ! Clean residual mean=0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0849662 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 127 components and 0.0849662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070300Jy sigma=0.000781 ! Fit after self-cal, rms=0.070297Jy sigma=0.000781 ! 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.070297Jy sigma=0.000781 ! Fit after self-cal, rms=0.070033Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8 mas, bmaj=13.9 mas, bpa=-6.899 degrees ! Estimated noise=570.063 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000689336 Jy ! Component: 100 - total flux cleaned = 0.000798557 Jy ! Component: 150 - total flux cleaned = 0.000808788 Jy ! Component: 200 - total flux cleaned = 0.000809137 Jy ! Total flux subtracted in 200 components = 0.000809137 Jy ! Clean residual min=-0.001776 max=0.001540 Jy/beam ! Clean residual mean=0.000003 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0857754 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 129 components and 0.0857754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070028Jy sigma=0.000781 ! Fit after self-cal, rms=0.070018Jy sigma=0.000781 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.000104592 Jy ! Component: 100 - total flux cleaned = 7.63007e-05 Jy ! Component: 150 - total flux cleaned = 6.87146e-05 Jy ! Component: 200 - total flux cleaned = 6.10623e-05 Jy ! Total flux subtracted in 200 components = 6.10623e-05 Jy ! Clean residual min=-0.001777 max=0.001530 Jy/beam ! Clean residual mean=0.000003 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0858364 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 144 components and 0.0858364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070018Jy sigma=0.000781 ! Fit after self-cal, rms=0.070010Jy sigma=0.000781 ! 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.924 mas, bmaj=12.92 mas, bpa=-16.43 degrees ! Estimated noise=486.128 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.924 x 12.92 at -16.43 degrees (North through East) ! Clean map min=-0.0014694 max=0.049488 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.199 mas, bmaj=12.95 mas, bpa=-17.27 degrees ! Estimated noise=612.542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0377425 Jy ! Component: 100 - total flux cleaned = 0.054575 Jy ! Component: 150 - total flux cleaned = 0.063861 Jy ! Component: 200 - total flux cleaned = 0.0696626 Jy ! Total flux subtracted in 200 components = 0.0696626 Jy ! Clean residual min=-0.002705 max=0.003178 Jy/beam ! Clean residual mean=0.000006 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.0696626 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.0696626 Jy ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=12.92 mas, bpa=-16.43 degrees ! Estimated noise=486.128 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.00550199 Jy ! Component: 100 - total flux cleaned = 0.00895606 Jy ! Component: 150 - total flux cleaned = 0.0112398 Jy ! Component: 200 - total flux cleaned = 0.0127777 Jy ! Total flux subtracted in 200 components = 0.0127777 Jy ! Clean residual min=-0.001697 max=0.001780 Jy/beam ! Clean residual mean=0.000003 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0824403 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 92 components and 0.0824403 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 mas, bmaj=13.9 mas, bpa=-6.899 degrees ! Estimated noise=570.063 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154433 Jy ! Component: 100 - total flux cleaned = 0.00236473 Jy ! Component: 150 - total flux cleaned = 0.00283093 Jy ! Component: 200 - total flux cleaned = 0.00293309 Jy ! Total flux subtracted in 200 components = 0.00293309 Jy ! Clean residual min=-0.001826 max=0.001635 Jy/beam ! Clean residual mean=0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.0853734 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 = 3.30731e-05 Jy ! Component: 100 - total flux cleaned = 5.2869e-05 Jy ! Component: 150 - total flux cleaned = 7.19096e-05 Jy ! Component: 200 - total flux cleaned = 8.9827e-05 Jy ! Total flux subtracted in 200 components = 8.9827e-05 Jy ! Clean residual min=-0.001803 max=0.001620 Jy/beam ! Clean residual mean=0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0854632 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 121 components and 0.0854632 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=12.92 mas, bpa=-16.43 degrees ! Estimated noise=486.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000115748 Jy ! Component: 100 - total flux cleaned = -5.5283e-05 Jy ! Component: 150 - total flux cleaned = -3.7847e-05 Jy ! Component: 200 - total flux cleaned = -6.50555e-05 Jy ! Total flux subtracted in 200 components = -6.50555e-05 Jy ! Clean residual min=-0.001644 max=0.001561 Jy/beam ! Clean residual mean=0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0853982 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 130 components and 0.0853982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070019Jy sigma=0.000781 ! Fit after self-cal, rms=0.070014Jy sigma=0.000781 wmodel J0558-0055_S_2014_12_20_pus_map.mod ! Writing 130 model components to file: J0558-0055_S_2014_12_20_pus_map.mod wobs J0558-0055_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0558-0055_S_2014_12_20_pus_uvs.fits wwins J0558-0055_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J0558-0055_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.000338549 Jy ! Component: 100 - total flux cleaned = -0.000572747 Jy ! Component: 150 - total flux cleaned = -0.000669047 Jy ! Component: 200 - total flux cleaned = -0.000736651 Jy ! Component: 250 - total flux cleaned = -0.000736105 Jy ! Component: 300 - total flux cleaned = -0.00073569 Jy ! Component: 350 - total flux cleaned = -0.000715344 Jy ! Component: 400 - total flux cleaned = -0.000656745 Jy ! Component: 450 - total flux cleaned = -0.000580424 Jy ! Component: 500 - total flux cleaned = -0.000468758 Jy ! Component: 550 - total flux cleaned = -0.000341916 Jy ! Component: 600 - total flux cleaned = -0.000235608 Jy ! Component: 650 - total flux cleaned = -0.00013158 Jy ! Component: 700 - total flux cleaned = 2.02029e-05 Jy ! Component: 750 - total flux cleaned = 8.6065e-05 Jy ! Component: 800 - total flux cleaned = 0.000182775 Jy ! Component: 850 - total flux cleaned = 0.00026151 Jy ! Component: 900 - total flux cleaned = 0.000323548 Jy ! Component: 950 - total flux cleaned = 0.000338921 Jy ! Component: 1000 - total flux cleaned = 0.000398606 Jy ! Component: 1050 - total flux cleaned = 0.000413336 Jy ! Component: 1100 - total flux cleaned = 0.000427551 Jy ! Component: 1150 - total flux cleaned = 0.000384602 Jy ! Component: 1200 - total flux cleaned = 0.000342715 Jy ! Component: 1250 - total flux cleaned = 0.000315511 Jy ! Component: 1300 - total flux cleaned = 0.000342756 Jy ! Component: 1350 - total flux cleaned = 0.000289354 Jy ! Component: 1400 - total flux cleaned = 0.000315745 Jy ! Component: 1450 - total flux cleaned = 0.00025062 Jy ! Component: 1500 - total flux cleaned = 0.000237694 Jy ! Component: 1550 - total flux cleaned = 0.000199803 Jy ! Component: 1600 - total flux cleaned = 0.000187481 Jy ! Component: 1650 - total flux cleaned = 0.000187351 Jy ! Component: 1700 - total flux cleaned = 0.000187162 Jy ! Component: 1750 - total flux cleaned = 0.00012679 Jy ! Component: 1800 - total flux cleaned = 0.000114966 Jy ! Component: 1850 - total flux cleaned = 9.13361e-05 Jy ! Component: 1900 - total flux cleaned = 4.46269e-05 Jy ! Component: 1950 - total flux cleaned = -1.32391e-05 Jy ! Component: 2000 - total flux cleaned = -3.59447e-05 Jy ! Component: 2050 - total flux cleaned = -6.97564e-05 Jy ! Component: 2100 - total flux cleaned = -9.21237e-05 Jy ! Component: 2150 - total flux cleaned = -0.000103312 Jy ! Component: 2200 - total flux cleaned = -0.000147115 Jy ! Component: 2250 - total flux cleaned = -0.000136218 Jy ! Component: 2300 - total flux cleaned = -0.000136317 Jy ! Component: 2350 - total flux cleaned = -0.000146948 Jy ! Component: 2400 - total flux cleaned = -0.000199406 Jy ! Component: 2450 - total flux cleaned = -0.000209791 Jy ! Component: 2500 - total flux cleaned = -0.000158346 Jy ! Component: 2550 - total flux cleaned = -0.000250196 Jy ! Component: 2600 - total flux cleaned = -0.0002603 Jy ! Component: 2650 - total flux cleaned = -0.000310333 Jy ! Component: 2700 - total flux cleaned = -0.000320225 Jy ! Component: 2750 - total flux cleaned = -0.00033006 Jy ! Component: 2800 - total flux cleaned = -0.00035937 Jy ! Component: 2850 - total flux cleaned = -0.000378672 Jy ! Component: 2900 - total flux cleaned = -0.000397789 Jy ! Component: 2950 - total flux cleaned = -0.00040729 Jy ! Component: 3000 - total flux cleaned = -0.000416707 Jy ! Component: 3050 - total flux cleaned = -0.000425892 Jy ! Component: 3100 - total flux cleaned = -0.000407335 Jy ! Component: 3150 - total flux cleaned = -0.000379698 Jy ! Component: 3200 - total flux cleaned = -0.000407087 Jy ! Component: 3250 - total flux cleaned = -0.000425219 Jy ! Component: 3300 - total flux cleaned = -0.000362379 Jy ! Component: 3350 - total flux cleaned = -0.000389194 Jy ! Component: 3400 - total flux cleaned = -0.000389148 Jy ! Component: 3450 - total flux cleaned = -0.000362759 Jy ! Component: 3500 - total flux cleaned = -0.000389003 Jy ! Component: 3550 - total flux cleaned = -0.000363029 Jy ! Component: 3600 - total flux cleaned = -0.000380316 Jy ! Component: 3650 - total flux cleaned = -0.000363204 Jy ! Component: 3700 - total flux cleaned = -0.000380124 Jy ! Component: 3750 - total flux cleaned = -0.000396904 Jy ! Component: 3800 - total flux cleaned = -0.000363443 Jy ! Component: 3850 - total flux cleaned = -0.000363453 Jy ! Component: 3900 - total flux cleaned = -0.000388272 Jy ! Component: 3950 - total flux cleaned = -0.000371817 Jy ! Component: 4000 - total flux cleaned = -0.000363669 Jy ! Component: 4050 - total flux cleaned = -0.000347505 Jy ! Total flux subtracted in 4096 components = -0.000347497 Jy ! Clean residual min=-0.000447 max=0.000478 Jy/beam ! Clean residual mean=0.000001 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0850507 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 450 components and 0.0850507 Jy ![Exited script file: muppet] wmap "J0558-0055_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.924 x 12.92 at -16.43 degrees (North through East) ! Clean map min=-0.00099819 max=0.049311 Jy/beam ! Writing clean map to FITS file: J0558-0055_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.049311 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154711 device "J0558-0055_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0558-0055_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.941235 0.941235 1.88247 3.76494 7.52988 15.0598 30.1195 60.239 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 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.924 x 12.92 at -16.43 degrees (North through East) ! Clean map min=-0.00099819 max=0.049311 Jy/beam quit ! Quitting program ! Log file J0558-0055_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:23:55 2016