! Started logfile: J0003-1927_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:46:53 2016 obs J0003-1927_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0003-1927_S_2014_08_09_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.747032 visibilities/baseline/integration-bin. ! Found source: J0003-1927 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 342 lines of history. ! ! Reading 9816 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 J0003-1927_S_2014_08_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.956625Jy sigma=0.008854 ! Fit after self-cal, rms=0.918528Jy sigma=0.008538 ! 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.278 mas, bmaj=10.41 mas, bpa=18.26 degrees ! Estimated noise=1078.22 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.0610079 Jy ! Component: 100 - total flux cleaned = 0.0788056 Jy ! Total flux subtracted in 100 components = 0.0788056 Jy ! Clean residual min=-0.004435 max=0.008403 Jy/beam ! Clean residual mean=-0.000035 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.0788056 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0788056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091019Jy sigma=0.000784 ! Fit after self-cal, rms=0.090947Jy sigma=0.000784 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01002 Jy ! Component: 100 - total flux cleaned = 0.01582 Jy ! Total flux subtracted in 100 components = 0.01582 Jy ! Clean residual min=-0.003463 max=0.004037 Jy/beam ! Clean residual mean=-0.000022 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.0946256 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 31 components and 0.0946256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089364Jy sigma=0.000768 ! Fit after self-cal, rms=0.089326Jy sigma=0.000767 ! 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.197 mas, bmaj=11.72 mas, bpa=16.03 degrees ! Estimated noise=780.301 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.00609089 Jy ! Component: 100 - total flux cleaned = 0.00920334 Jy ! Component: 150 - total flux cleaned = 0.0110532 Jy ! Component: 200 - total flux cleaned = 0.0122007 Jy ! Total flux subtracted in 200 components = 0.0122007 Jy ! Clean residual min=-0.002729 max=0.002966 Jy/beam ! Clean residual mean=-0.000016 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.106826 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 76 components and 0.106826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088876Jy sigma=0.000764 ! Fit after self-cal, rms=0.088871Jy 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.97 FD 0.95 HN 1.00 KP 1.03 ! LA 1.11 MK 1.00* NL 0.90 OV 1.03 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.13 KP 1.04 ! LA 1.05 MK 1.00* NL 1.03 OV 1.04 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.02 KP 0.92 ! LA 0.86 MK 1.00* NL 1.04 OV 0.94 ! PT 0.98 SC 1.09 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.00 KP 0.90 ! LA 0.78 MK 1.00* NL 1.01 OV 1.02 ! PT 1.01 SC 0.94 ! ! ! Fit before self-cal, rms=0.088871Jy sigma=0.000764 ! Fit after self-cal, rms=0.087364Jy sigma=0.000759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.193 mas, bmaj=11.76 mas, bpa=16.23 degrees ! Estimated noise=779.689 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.000254898 Jy ! Component: 100 - total flux cleaned = -0.000282667 Jy ! Component: 150 - total flux cleaned = -0.000283681 Jy ! Component: 200 - total flux cleaned = -0.000262559 Jy ! Total flux subtracted in 200 components = -0.000262559 Jy ! Clean residual min=-0.002545 max=0.002504 Jy/beam ! Clean residual mean=-0.000009 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.106564 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.106564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087349Jy sigma=0.000759 ! Fit after self-cal, rms=0.087348Jy sigma=0.000759 ! 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.087348Jy sigma=0.000759 ! Fit after self-cal, rms=0.088506Jy sigma=0.000757 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.185 mas, bmaj=11.71 mas, bpa=16.03 degrees ! Estimated noise=776.612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.94246e-05 Jy ! Component: 100 - total flux cleaned = -8.10503e-05 Jy ! Component: 150 - total flux cleaned = -9.65622e-05 Jy ! Component: 200 - total flux cleaned = -0.000109718 Jy ! Total flux subtracted in 200 components = -0.000109718 Jy ! Clean residual min=-0.002359 max=0.002185 Jy/beam ! Clean residual mean=-0.000005 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.106454 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.106454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088499Jy sigma=0.000757 ! Fit after self-cal, rms=0.088536Jy 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 = 6.75839e-05 Jy ! Component: 100 - total flux cleaned = 6.71676e-05 Jy ! Component: 150 - total flux cleaned = 7.82248e-05 Jy ! Component: 200 - total flux cleaned = 7.79597e-05 Jy ! Total flux subtracted in 200 components = 7.79597e-05 Jy ! Clean residual min=-0.002334 max=0.002196 Jy/beam ! Clean residual mean=-0.000005 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.106532 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 97 components and 0.106532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088533Jy sigma=0.000757 ! Fit after self-cal, rms=0.088535Jy sigma=0.000757 ! 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.088535Jy sigma=0.000757 ! Fit after self-cal, rms=0.088370Jy sigma=0.000757 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.182 mas, bmaj=11.71 mas, bpa=16.05 degrees ! Estimated noise=775.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.43511e-05 Jy ! Component: 100 - total flux cleaned = -8.30269e-05 Jy ! Component: 150 - total flux cleaned = -8.26031e-05 Jy ! Component: 200 - total flux cleaned = -6.32766e-05 Jy ! Total flux subtracted in 200 components = -6.32766e-05 Jy ! Clean residual min=-0.002272 max=0.002179 Jy/beam ! Clean residual mean=-0.000005 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.106469 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 99 components and 0.106469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088367Jy sigma=0.000757 ! Fit after self-cal, rms=0.088367Jy 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.03153e-05 Jy ! Component: 100 - total flux cleaned = 4.98337e-05 Jy ! Component: 150 - total flux cleaned = 4.97532e-05 Jy ! Component: 200 - total flux cleaned = 5.80179e-05 Jy ! Total flux subtracted in 200 components = 5.80179e-05 Jy ! Clean residual min=-0.002265 max=0.002167 Jy/beam ! Clean residual mean=-0.000005 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.106527 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 101 components and 0.106527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088366Jy sigma=0.000757 ! Fit after self-cal, rms=0.088366Jy 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.088366Jy sigma=0.000757 ! Fit after self-cal, rms=0.088166Jy sigma=0.000757 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.168 mas, bmaj=17.07 mas, bpa=7.115 degrees ! Estimated noise=880.135 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103573 Jy ! Component: 100 - total flux cleaned = 7.41191e-05 Jy ! Component: 150 - total flux cleaned = 6.32452e-05 Jy ! Component: 200 - total flux cleaned = 7.27192e-05 Jy ! Total flux subtracted in 200 components = 7.27192e-05 Jy ! Clean residual min=-0.002443 max=0.002249 Jy/beam ! Clean residual mean=-0.000007 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.106599 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 106 components and 0.106599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088166Jy sigma=0.000757 ! Fit after self-cal, rms=0.088166Jy 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 = 1.30316e-07 Jy ! Component: 100 - total flux cleaned = -2.43127e-05 Jy ! Component: 150 - total flux cleaned = -2.41647e-05 Jy ! Component: 200 - total flux cleaned = -2.35771e-05 Jy ! Total flux subtracted in 200 components = -2.35771e-05 Jy ! Clean residual min=-0.002437 max=0.002246 Jy/beam ! Clean residual mean=-0.000007 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.106576 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 107 components and 0.106576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088166Jy sigma=0.000757 ! Fit after self-cal, rms=0.088169Jy 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=4.18 mas, bmaj=11.72 mas, bpa=16.1 degrees ! Estimated noise=774.393 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.18 x 11.72 at 16.1 degrees (North through East) ! Clean map min=-0.0021745 max=0.081522 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.261 mas, bmaj=10.37 mas, bpa=18.34 degrees ! Estimated noise=1061.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0595297 Jy ! Component: 100 - total flux cleaned = 0.0785203 Jy ! Component: 150 - total flux cleaned = 0.0886116 Jy ! Component: 200 - total flux cleaned = 0.094351 Jy ! Total flux subtracted in 200 components = 0.094351 Jy ! Clean residual min=-0.002869 max=0.003029 Jy/beam ! Clean residual mean=-0.000014 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.094351 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.094351 Jy ! Inverting map and beam ! Estimated beam: bmin=4.18 mas, bmaj=11.72 mas, bpa=16.1 degrees ! Estimated noise=774.393 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.00543859 Jy ! Component: 100 - total flux cleaned = 0.00815171 Jy ! Component: 150 - total flux cleaned = 0.00971756 Jy ! Component: 200 - total flux cleaned = 0.0106676 Jy ! Total flux subtracted in 200 components = 0.0106676 Jy ! Clean residual min=-0.002327 max=0.002267 Jy/beam ! Clean residual mean=-0.000007 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.105019 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 64 components and 0.105019 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.168 mas, bmaj=17.07 mas, bpa=7.115 degrees ! Estimated noise=880.135 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010204 Jy ! Component: 100 - total flux cleaned = 0.00118175 Jy ! Component: 150 - total flux cleaned = 0.0011964 Jy ! Component: 200 - total flux cleaned = 0.00120994 Jy ! Total flux subtracted in 200 components = 0.00120994 Jy ! Clean residual min=-0.002462 max=0.002276 Jy/beam ! Clean residual mean=-0.000008 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.106229 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 = 1.32614e-05 Jy ! Component: 100 - total flux cleaned = 3.83442e-05 Jy ! Component: 150 - total flux cleaned = 5.01931e-05 Jy ! Component: 200 - total flux cleaned = 6.23777e-05 Jy ! Total flux subtracted in 200 components = 6.23777e-05 Jy ! Clean residual min=-0.002455 max=0.002269 Jy/beam ! Clean residual mean=-0.000008 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.106291 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.106291 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.18 mas, bmaj=11.72 mas, bpa=16.1 degrees ! Estimated noise=774.393 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000329772 Jy ! Component: 100 - total flux cleaned = -0.000350568 Jy ! Component: 150 - total flux cleaned = -0.000353027 Jy ! Component: 200 - total flux cleaned = -0.000325329 Jy ! Total flux subtracted in 200 components = -0.000325329 Jy ! Clean residual min=-0.002236 max=0.002237 Jy/beam ! Clean residual mean=-0.000006 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.105966 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 90 components and 0.105966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088175Jy sigma=0.000757 ! Fit after self-cal, rms=0.088170Jy sigma=0.000757 wmodel J0003-1927_S_2014_08_09_pus_map.mod ! Writing 90 model components to file: J0003-1927_S_2014_08_09_pus_map.mod wobs J0003-1927_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0003-1927_S_2014_08_09_pus_uvs.fits wwins J0003-1927_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J0003-1927_S_2014_08_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000576116 Jy ! Component: 100 - total flux cleaned = 0.00102509 Jy ! Component: 150 - total flux cleaned = 0.00126896 Jy ! Component: 200 - total flux cleaned = 0.00120604 Jy ! Component: 250 - total flux cleaned = 0.00108337 Jy ! Component: 300 - total flux cleaned = 0.000787212 Jy ! Component: 350 - total flux cleaned = 0.00070157 Jy ! Component: 400 - total flux cleaned = 0.000673476 Jy ! Component: 450 - total flux cleaned = 0.000646439 Jy ! Component: 500 - total flux cleaned = 0.000647057 Jy ! Component: 550 - total flux cleaned = 0.000699417 Jy ! Component: 600 - total flux cleaned = 0.000725246 Jy ! Component: 650 - total flux cleaned = 0.00089816 Jy ! Component: 700 - total flux cleaned = 0.000946132 Jy ! Component: 750 - total flux cleaned = 0.000993549 Jy ! Component: 800 - total flux cleaned = 0.00110974 Jy ! Component: 850 - total flux cleaned = 0.0011094 Jy ! Component: 900 - total flux cleaned = 0.00113237 Jy ! Component: 950 - total flux cleaned = 0.00115473 Jy ! Component: 1000 - total flux cleaned = 0.00124172 Jy ! Component: 1050 - total flux cleaned = 0.00126324 Jy ! Component: 1100 - total flux cleaned = 0.0013263 Jy ! Component: 1150 - total flux cleaned = 0.00136746 Jy ! Component: 1200 - total flux cleaned = 0.00140799 Jy ! Component: 1250 - total flux cleaned = 0.00142826 Jy ! Component: 1300 - total flux cleaned = 0.00150746 Jy ! Component: 1350 - total flux cleaned = 0.00152744 Jy ! Component: 1400 - total flux cleaned = 0.00158543 Jy ! Component: 1450 - total flux cleaned = 0.00154784 Jy ! Component: 1500 - total flux cleaned = 0.00164152 Jy ! Component: 1550 - total flux cleaned = 0.00158605 Jy ! Component: 1600 - total flux cleaned = 0.00154985 Jy ! Component: 1650 - total flux cleaned = 0.00162232 Jy ! Component: 1700 - total flux cleaned = 0.00162216 Jy ! Component: 1750 - total flux cleaned = 0.00158682 Jy ! Component: 1800 - total flux cleaned = 0.00160398 Jy ! Component: 1850 - total flux cleaned = 0.00156984 Jy ! Component: 1900 - total flux cleaned = 0.00167199 Jy ! Component: 1950 - total flux cleaned = 0.00163837 Jy ! Component: 2000 - total flux cleaned = 0.00168826 Jy ! Component: 2050 - total flux cleaned = 0.0017046 Jy ! Component: 2100 - total flux cleaned = 0.00172102 Jy ! Component: 2150 - total flux cleaned = 0.00173746 Jy ! Component: 2200 - total flux cleaned = 0.00175361 Jy ! Component: 2250 - total flux cleaned = 0.00181638 Jy ! Component: 2300 - total flux cleaned = 0.00180033 Jy ! Component: 2350 - total flux cleaned = 0.0017389 Jy ! Component: 2400 - total flux cleaned = 0.00176946 Jy ! Component: 2450 - total flux cleaned = 0.00176933 Jy ! Component: 2500 - total flux cleaned = 0.00173912 Jy ! Component: 2550 - total flux cleaned = 0.00170913 Jy ! Component: 2600 - total flux cleaned = 0.00166476 Jy ! Component: 2650 - total flux cleaned = 0.00162098 Jy ! Component: 2700 - total flux cleaned = 0.00160651 Jy ! Component: 2750 - total flux cleaned = 0.00156353 Jy ! Component: 2800 - total flux cleaned = 0.00157778 Jy ! Component: 2850 - total flux cleaned = 0.00153553 Jy ! Component: 2900 - total flux cleaned = 0.00152153 Jy ! Component: 2950 - total flux cleaned = 0.00142441 Jy ! Component: 3000 - total flux cleaned = 0.00141061 Jy ! Component: 3050 - total flux cleaned = 0.00141062 Jy ! Component: 3100 - total flux cleaned = 0.00134272 Jy ! Component: 3150 - total flux cleaned = 0.00132917 Jy ! Component: 3200 - total flux cleaned = 0.00128885 Jy ! Component: 3250 - total flux cleaned = 0.00130216 Jy ! Component: 3300 - total flux cleaned = 0.00120967 Jy ! Component: 3350 - total flux cleaned = 0.0012228 Jy ! Component: 3400 - total flux cleaned = 0.00115759 Jy ! Component: 3450 - total flux cleaned = 0.00114464 Jy ! Component: 3500 - total flux cleaned = 0.00109325 Jy ! Component: 3550 - total flux cleaned = 0.0010678 Jy ! Component: 3600 - total flux cleaned = 0.00102976 Jy ! Component: 3650 - total flux cleaned = 0.000979378 Jy ! Component: 3700 - total flux cleaned = 0.000979293 Jy ! Component: 3750 - total flux cleaned = 0.000904646 Jy ! Component: 3800 - total flux cleaned = 0.000917199 Jy ! Component: 3850 - total flux cleaned = 0.000904873 Jy ! Component: 3900 - total flux cleaned = 0.000880452 Jy ! Component: 3950 - total flux cleaned = 0.000844036 Jy ! Component: 4000 - total flux cleaned = 0.000844004 Jy ! Component: 4050 - total flux cleaned = 0.000808061 Jy ! Total flux subtracted in 4096 components = 0.000772291 Jy ! Clean residual min=-0.000688 max=0.000683 Jy/beam ! Clean residual mean=-0.000001 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.106738 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 365 components and 0.106738 Jy ![Exited script file: muppet] wmap "J0003-1927_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.18 x 11.72 at 16.1 degrees (North through East) ! Clean map min=-0.0013104 max=0.081323 Jy/beam ! Writing clean map to FITS file: J0003-1927_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0813227 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225392 device "J0003-1927_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0003-1927_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.831474 0.831474 1.66295 3.3259 6.65179 13.3036 26.6072 53.2144 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.18 x 11.72 at 16.1 degrees (North through East) ! Clean map min=-0.0013104 max=0.081323 Jy/beam quit ! Quitting program ! Log file J0003-1927_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:46:58 2016