! Started logfile: J1118-3054_S_2011_06_28_pus_uvs.log on Tue Apr 24 22:38:26 2012 obs J1118-3054_S_2011_06_28_pus_uva.fits ! Reading UV FITS file: J1118-3054_S_2011_06_28_pus_uva.fits ! AN table 1: 180 integrations on 153 of 153 possible baselines. ! Apparent sampling: 0.179049 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1118-3054 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 4589 lines of history. ! ! Reading 19724 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 = 512 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1118-3054_S_2011_06_28_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 = 512x512 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 1816 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1816 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1816 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1816 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.869645Jy sigma=0.009127 ! Fit after self-cal, rms=0.843490Jy sigma=0.008870 ! 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.628 mas, bmaj=7.457 mas, bpa=2.578 degrees ! Estimated noise=689.127 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.124371 Jy ! Component: 100 - total flux cleaned = 0.161266 Jy ! Total flux subtracted in 100 components = 0.161266 Jy ! Clean residual min=-0.007223 max=0.016557 Jy/beam ! Clean residual mean=-0.000144 rms=0.002339 Jy/beam ! Combined flux in latest and established models = 0.161266 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.161266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130646Jy sigma=0.001314 ! Fit after self-cal, rms=0.130602Jy sigma=0.001313 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184662 Jy ! Component: 100 - total flux cleaned = 0.0279403 Jy ! Total flux subtracted in 100 components = 0.0279403 Jy ! Clean residual min=-0.004756 max=0.006701 Jy/beam ! Clean residual mean=-0.000054 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.189206 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.189206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127380Jy sigma=0.001269 ! Fit after self-cal, rms=0.127354Jy sigma=0.001268 ! 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.206 mas, bmaj=9.392 mas, bpa=2.053 degrees ! Estimated noise=480.415 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.0101061 Jy ! Component: 100 - total flux cleaned = 0.0152717 Jy ! Component: 150 - total flux cleaned = 0.0179529 Jy ! Component: 200 - total flux cleaned = 0.0188948 Jy ! Total flux subtracted in 200 components = 0.0188948 Jy ! Clean residual min=-0.003184 max=0.003732 Jy/beam ! Clean residual mean=-0.000003 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.208101 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.208101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126721Jy sigma=0.001259 ! Fit after self-cal, rms=0.126738Jy sigma=0.001258 ! 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.96 FD 0.99 FT 1.00* HH 1.00* ! HN 1.15 KK 1.00* KP 0.97 MC 1.00* ! MK 0.94 NL 1.02 NY 1.00* OV 0.96 ! PT 0.96 SC 1.03 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 FT 1.00* HH 1.00* ! HN 1.12 KK 1.00* KP 1.03 MC 1.00* ! MK 1.00 NL 1.00 NY 1.00* OV 0.98 ! PT 0.96 SC 0.99 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.99 FT 1.00* HH 1.00* ! HN 1.12 KK 1.00* KP 1.02 MC 1.00* ! MK 1.05 NL 1.07 NY 1.00* OV 0.99 ! PT 1.01 SC 1.00 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.98 FT 1.00* HH 1.00* ! HN 1.26 KK 1.00* KP 1.00 MC 1.00* ! MK 1.00 NL 1.07 NY 1.00* OV 1.01 ! PT 1.00 SC 1.01 SH 1.00* TS 1.00* ! WF 1.00* WZ 1.00* ! ! ! Fit before self-cal, rms=0.126738Jy sigma=0.001258 ! Fit after self-cal, rms=0.131736Jy sigma=0.001252 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=9.387 mas, bpa=2.101 degrees ! Estimated noise=485.53 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 = 2.55289e-05 Jy ! Component: 100 - total flux cleaned = 2.45091e-05 Jy ! Component: 150 - total flux cleaned = 5.2715e-05 Jy ! Component: 200 - total flux cleaned = 2.74894e-05 Jy ! Total flux subtracted in 200 components = 2.74894e-05 Jy ! Clean residual min=-0.002559 max=0.002565 Jy/beam ! Clean residual mean=0.000039 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.208128 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 39 components and 0.208128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131720Jy sigma=0.001252 ! Fit after self-cal, rms=0.131849Jy sigma=0.001252 ! 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.131849Jy sigma=0.001252 ! Fit after self-cal, rms=0.132749Jy sigma=0.001251 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=9.384 mas, bpa=2.072 degrees ! Estimated noise=486.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000333335 Jy ! Component: 100 - total flux cleaned = 0.000308208 Jy ! Component: 150 - total flux cleaned = 0.000282854 Jy ! Component: 200 - total flux cleaned = 0.00023523 Jy ! Total flux subtracted in 200 components = 0.00023523 Jy ! Clean residual min=-0.002504 max=0.002169 Jy/beam ! Clean residual mean=0.000029 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.208364 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.208364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132737Jy sigma=0.001250 ! Fit after self-cal, rms=0.132756Jy sigma=0.001250 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 = -8.23326e-05 Jy ! Component: 100 - total flux cleaned = -0.000127955 Jy ! Component: 150 - total flux cleaned = -0.000149086 Jy ! Component: 200 - total flux cleaned = -0.000169595 Jy ! Total flux subtracted in 200 components = -0.000169595 Jy ! Clean residual min=-0.002487 max=0.002149 Jy/beam ! Clean residual mean=0.000028 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.208194 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.208194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132748Jy sigma=0.001250 ! Fit after self-cal, rms=0.132746Jy sigma=0.001250 ! 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.132746Jy sigma=0.001250 ! Fit after self-cal, rms=0.133195Jy sigma=0.001250 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=9.394 mas, bpa=2.058 degrees ! Estimated noise=486.532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.47604e-05 Jy ! Component: 100 - total flux cleaned = -3.36568e-05 Jy ! Component: 150 - total flux cleaned = -6.82953e-05 Jy ! Component: 200 - total flux cleaned = -8.41652e-05 Jy ! Total flux subtracted in 200 components = -8.41652e-05 Jy ! Clean residual min=-0.002514 max=0.001962 Jy/beam ! Clean residual mean=0.000008 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.20811 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 43 components and 0.20811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133190Jy sigma=0.001250 ! Fit after self-cal, rms=0.133206Jy sigma=0.001250 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 = -7.44785e-05 Jy ! Component: 100 - total flux cleaned = -9.02508e-05 Jy ! Component: 150 - total flux cleaned = -0.000118789 Jy ! Component: 200 - total flux cleaned = -0.000132116 Jy ! Total flux subtracted in 200 components = -0.000132116 Jy ! Clean residual min=-0.002525 max=0.001964 Jy/beam ! Clean residual mean=0.000007 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.207978 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 43 components and 0.207978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133202Jy sigma=0.001250 ! Fit after self-cal, rms=0.133196Jy sigma=0.001250 ! 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.133196Jy sigma=0.001250 ! Fit after self-cal, rms=0.133403Jy sigma=0.001250 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.069 mas, bmaj=21.81 mas, bpa=0.6997 degrees ! Estimated noise=579.774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00014 Jy ! Component: 100 - total flux cleaned = -0.000137662 Jy ! Component: 150 - total flux cleaned = -0.000128632 Jy ! Component: 200 - total flux cleaned = -0.000121216 Jy ! Total flux subtracted in 200 components = -0.000121216 Jy ! Clean residual min=-0.002516 max=0.002066 Jy/beam ! Clean residual mean=0.000014 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.207857 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.207857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133404Jy sigma=0.001250 ! Fit after self-cal, rms=0.133405Jy sigma=0.001250 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 = -3.67185e-06 Jy ! Component: 100 - total flux cleaned = -5.52728e-06 Jy ! Component: 150 - total flux cleaned = -5.93387e-06 Jy ! Component: 200 - total flux cleaned = -5.48747e-06 Jy ! Total flux subtracted in 200 components = -5.48747e-06 Jy ! Clean residual min=-0.002511 max=0.002062 Jy/beam ! Clean residual mean=0.000014 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.207851 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 47 components and 0.207851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133406Jy sigma=0.001250 ! Fit after self-cal, rms=0.133404Jy sigma=0.001250 ! 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.213 mas, bmaj=9.392 mas, bpa=2.035 degrees ! Estimated noise=486.768 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.213 x 9.392 at 2.035 degrees (North through East) ! Clean map min=-0.0024366 max=0.14987 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.618 mas, bmaj=7.38 mas, bpa=2.376 degrees ! Estimated noise=701.486 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126417 Jy ! Component: 100 - total flux cleaned = 0.16398 Jy ! Component: 150 - total flux cleaned = 0.181531 Jy ! Component: 200 - total flux cleaned = 0.190528 Jy ! Total flux subtracted in 200 components = 0.190528 Jy ! Clean residual min=-0.003667 max=0.005305 Jy/beam ! Clean residual mean=-0.000057 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.190528 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.190528 Jy ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=9.392 mas, bpa=2.035 degrees ! Estimated noise=486.768 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.00854792 Jy ! Component: 100 - total flux cleaned = 0.0128045 Jy ! Component: 150 - total flux cleaned = 0.0149815 Jy ! Component: 200 - total flux cleaned = 0.0154194 Jy ! Total flux subtracted in 200 components = 0.0154194 Jy ! Clean residual min=-0.002628 max=0.002804 Jy/beam ! Clean residual mean=-0.000011 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.205947 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 35 components and 0.205947 Jy ! Inverting map ! Added new window around map position (-4, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193006 Jy ! Component: 100 - total flux cleaned = 0.00192646 Jy ! Component: 150 - total flux cleaned = 0.00201858 Jy ! Component: 200 - total flux cleaned = 0.00202003 Jy ! Total flux subtracted in 200 components = 0.00202003 Jy ! Clean residual min=-0.002478 max=0.002032 Jy/beam ! Clean residual mean=0.000007 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.207967 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.207967 Jy ! Inverting map uvw 0,2 ! Uniform weighting is not currently selected. ! Amplitude error weighting is not currently selected. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=9.138 mas, bpa=2.467 degrees ! Estimated noise=534.293 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.64806e-05 Jy ! Component: 100 - total flux cleaned = 4.64492e-05 Jy ! Component: 150 - total flux cleaned = 0.00016924 Jy ! Component: 200 - total flux cleaned = 0.00020558 Jy ! Total flux subtracted in 200 components = 0.00020558 Jy ! Clean residual min=-0.002777 max=0.002360 Jy/beam ! Clean residual mean=0.000008 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.208173 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.83866e-05 Jy ! Component: 100 - total flux cleaned = 9.95113e-05 Jy ! Component: 150 - total flux cleaned = 0.000158853 Jy ! Component: 200 - total flux cleaned = 0.000185938 Jy ! Total flux subtracted in 200 components = 0.000185938 Jy ! Clean residual min=-0.002783 max=0.002292 Jy/beam ! Clean residual mean=0.000009 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.208359 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 76 components and 0.208359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133370Jy sigma=0.001249 ! Fit after self-cal, rms=0.133372Jy sigma=0.001249 wmodel J1118-3054_S_2011_06_28_pus_map.mod ! Writing 76 model components to file: J1118-3054_S_2011_06_28_pus_map.mod wobs J1118-3054_S_2011_06_28_pus_uvs.fits ! Writing UV FITS file: J1118-3054_S_2011_06_28_pus_uvs.fits wwins J1118-3054_S_2011_06_28_pus_map.win ! wwins: Wrote 2 windows to J1118-3054_S_2011_06_28_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=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119349 Jy ! Component: 100 - total flux cleaned = -0.0014349 Jy ! Component: 150 - total flux cleaned = -0.00143323 Jy ! Component: 200 - total flux cleaned = -0.00139995 Jy ! Component: 250 - total flux cleaned = -0.00149827 Jy ! Component: 300 - total flux cleaned = -0.00146688 Jy ! Component: 350 - total flux cleaned = -0.00134651 Jy ! Component: 400 - total flux cleaned = -0.00134766 Jy ! Component: 450 - total flux cleaned = -0.00132029 Jy ! Component: 500 - total flux cleaned = -0.00126472 Jy ! Component: 550 - total flux cleaned = -0.00110268 Jy ! Component: 600 - total flux cleaned = -0.00102387 Jy ! Component: 650 - total flux cleaned = -0.000869803 Jy ! Component: 700 - total flux cleaned = -0.000769472 Jy ! Component: 750 - total flux cleaned = -0.000744404 Jy ! Component: 800 - total flux cleaned = -0.000599322 Jy ! Component: 850 - total flux cleaned = -0.000481322 Jy ! Component: 900 - total flux cleaned = -0.00027283 Jy ! Component: 950 - total flux cleaned = -0.00018165 Jy ! Component: 1000 - total flux cleaned = 4.1866e-05 Jy ! Component: 1050 - total flux cleaned = 0.000195162 Jy ! Component: 1100 - total flux cleaned = 0.000302659 Jy ! Component: 1150 - total flux cleaned = 0.000450854 Jy ! Component: 1200 - total flux cleaned = 0.000554605 Jy ! Component: 1250 - total flux cleaned = 0.000677654 Jy ! Component: 1300 - total flux cleaned = 0.000758227 Jy ! Component: 1350 - total flux cleaned = 0.000896604 Jy ! Component: 1400 - total flux cleaned = 0.000857469 Jy ! Component: 1450 - total flux cleaned = 0.000934824 Jy ! Component: 1500 - total flux cleaned = 0.00104862 Jy ! Component: 1550 - total flux cleaned = 0.0010859 Jy ! Component: 1600 - total flux cleaned = 0.00112285 Jy ! Component: 1650 - total flux cleaned = 0.00115913 Jy ! Component: 1700 - total flux cleaned = 0.00119507 Jy ! Component: 1750 - total flux cleaned = 0.00128321 Jy ! Component: 1800 - total flux cleaned = 0.00130032 Jy ! Component: 1850 - total flux cleaned = 0.00130023 Jy ! Component: 1900 - total flux cleaned = 0.00140151 Jy ! Component: 1950 - total flux cleaned = 0.00136806 Jy ! Component: 2000 - total flux cleaned = 0.00141781 Jy ! Total flux subtracted in 2048 components = 0.00148299 Jy ! Clean residual min=-0.000987 max=0.001171 Jy/beam ! Clean residual mean=0.000009 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.209842 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 207 components and 0.209842 Jy ![Exited script file: muppet] wmap "J1118-3054_S_2011_06_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.081 x 9.138 at 2.467 degrees (North through East) ! Clean map min=-0.0023594 max=0.15011 Jy/beam ! Writing clean map to FITS file: J1118-3054_S_2011_06_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.150109 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000321313 device "J1118-3054_S_2011_06_28_pus\_map.eps/VPS" ! Attempting to open device: 'J1118-3054_S_2011_06_28_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.642159 0.642159 1.28432 2.56864 5.13728 10.2746 20.5491 41.0982 82.1964 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.15 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.081 x 9.138 at 2.467 degrees (North through East) ! Clean map min=-0.0023594 max=0.15011 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1118-3054_S_2011_06_28_pus\_map.gif/vgif" ! Attempting to open device: 'J1118-3054_S_2011_06_28_pus_map.gif/vgif' mapplot cln