! Started logfile: J2329-4730_S_2010_06_23_pus_uvs.log on Sat Jan 29 22:46:10 2011 obs J2329-4730_S_2010_06_23_pus_uva.fits ! Reading UV FITS file: J2329-4730_S_2010_06_23_pus_uva.fits ! AN table 1: 40 integrations on 105 of 105 possible baselines. ! AN table 2: 84 integrations on 105 of 105 possible baselines. ! Apparent sampling: 0.0721198 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2329-4730 ! ! 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.23696e+09 8e+06 1 8e+06 ! 02 2 2.26696e+09 8e+06 1 8e+06 ! 03 3 2.35696e+09 8e+06 1 8e+06 ! 04 4 2.37696e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 3082 lines of history. ! ! Reading 3756 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 J2329-4730_S_2010_06_23_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 405 telescope corrections were flagged in sub-array 1. ! A total of 1106 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 405 telescope corrections were flagged in sub-array 1. ! A total of 1106 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 405 telescope corrections were flagged in sub-array 1. ! A total of 1106 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 405 telescope corrections were flagged in sub-array 1. ! A total of 1106 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.828795Jy sigma=0.007111 ! Fit after self-cal, rms=0.723507Jy sigma=0.006277 ! 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.221 mas, bmaj=10.15 mas, bpa=-12.74 degrees ! Estimated noise=2432.78 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.642491 Jy ! Component: 100 - total flux cleaned = 0.962056 Jy ! Total flux subtracted in 100 components = 0.962056 Jy ! Clean residual min=-0.082361 max=0.183787 Jy/beam ! Clean residual mean=0.003558 rms=0.039804 Jy/beam ! Combined flux in latest and established models = 0.962056 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.962056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.638905Jy sigma=0.005723 ! Fit after self-cal, rms=0.637982Jy sigma=0.005714 ! 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.024 mas, bmaj=12.69 mas, bpa=-12.57 degrees ! Estimated noise=1355.75 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.425179 Jy ! Component: 100 - total flux cleaned = 0.616006 Jy ! Component: 150 - total flux cleaned = 0.703123 Jy ! Component: 200 - total flux cleaned = 0.742949 Jy ! Total flux subtracted in 200 components = 0.742949 Jy ! Clean residual min=-0.053563 max=0.083850 Jy/beam ! Clean residual mean=0.005982 rms=0.027895 Jy/beam ! Combined flux in latest and established models = 1.705 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 55 components and 1.705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.308541Jy sigma=0.002765 ! Fit after self-cal, rms=0.307910Jy sigma=0.002759 ! 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.00* FD 1.13 HN 1.00* KK 1.01 ! KP 0.94 LA 0.96 MA 1.00* MK 0.80 ! NL 1.00* NY 1.00* OV 1.08 PT 0.96 ! SC 1.00* TS 1.00* ZC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.08 HN 1.00* KK 1.00* ! KP 0.99 LA 0.97 MA 1.00* MK 0.85 ! NL 1.00* NY 1.00* OV 1.00* PT 0.99 ! SC 0.95 TS 1.00* ZC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.24 HN 1.00* KK 0.94 ! KP 0.99 LA 0.90 MA 1.00* MK 0.85 ! NL 1.00* NY 1.00* OV 1.17 PT 0.96 ! SC 1.00* TS 1.00* ZC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.18 HN 1.00* KK 1.00* ! KP 1.05 LA 0.90 MA 1.00* MK 0.96 ! NL 1.00* NY 1.00* OV 1.00* PT 1.00 ! SC 1.03 TS 1.00* ZC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.25 HN 1.00* KK 0.92 ! KP 0.97 LA 0.88 MA 1.00* MK 0.82 ! NL 1.00* NY 1.00* OV 1.21 PT 0.95 ! SC 1.00* TS 1.00* ZC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.20 HN 1.00* KK 1.00* ! KP 1.05 LA 0.90 MA 1.00* MK 0.96 ! NL 1.00* NY 1.00* OV 1.00* PT 0.97 ! SC 0.96 TS 1.00* ZC 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.00* FD 1.24 HN 1.00* KK 0.98 ! KP 0.91 LA 0.73 MA 1.00* MK 0.81 ! NL 1.00* NY 1.00* OV 1.03 PT 0.86 ! SC 1.00* TS 1.00* ZC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.17 HN 1.00* KK 1.00* ! KP 0.98 LA 0.71 MA 1.00* MK 0.98 ! NL 1.00* NY 1.00* OV 1.00* PT 0.88 ! SC 1.00 TS 1.00* ZC 1.00* ! ! ! Fit before self-cal, rms=0.307910Jy sigma=0.002759 ! Fit after self-cal, rms=0.182728Jy sigma=0.001625 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.944 mas, bmaj=12.78 mas, bpa=-13.18 degrees ! Estimated noise=1304.96 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.00436625 Jy ! Component: 100 - total flux cleaned = 0.00497239 Jy ! Component: 150 - total flux cleaned = 0.00533907 Jy ! Component: 200 - total flux cleaned = 0.00535266 Jy ! Total flux subtracted in 200 components = 0.00535266 Jy ! Clean residual min=-0.032764 max=0.034493 Jy/beam ! Clean residual mean=0.000099 rms=0.009119 Jy/beam ! Combined flux in latest and established models = 1.71036 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 1.71036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179305Jy sigma=0.001598 ! Fit after self-cal, rms=0.179016Jy sigma=0.001595 ! 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.179016Jy sigma=0.001595 ! Fit after self-cal, rms=0.177336Jy sigma=0.001591 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.928 mas, bmaj=12.79 mas, bpa=-13.29 degrees ! Estimated noise=1294.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000496122 Jy ! Component: 100 - total flux cleaned = 0.00098477 Jy ! Component: 150 - total flux cleaned = 0.00117922 Jy ! Component: 200 - total flux cleaned = 0.00118033 Jy ! Total flux subtracted in 200 components = 0.00118033 Jy ! Clean residual min=-0.032513 max=0.033145 Jy/beam ! Clean residual mean=0.000254 rms=0.008886 Jy/beam ! Combined flux in latest and established models = 1.71154 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 71 components and 1.71154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176636Jy sigma=0.001585 ! Fit after self-cal, rms=0.176487Jy sigma=0.001585 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.000392018 Jy ! Component: 100 - total flux cleaned = -0.000555514 Jy ! Component: 150 - total flux cleaned = -0.000545318 Jy ! Component: 200 - total flux cleaned = -0.00038233 Jy ! Total flux subtracted in 200 components = -0.00038233 Jy ! Clean residual min=-0.032043 max=0.033164 Jy/beam ! Clean residual mean=0.000259 rms=0.008863 Jy/beam ! Combined flux in latest and established models = 1.71116 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 1.71116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176176Jy sigma=0.001582 ! Fit after self-cal, rms=0.176110Jy sigma=0.001581 ! 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.176110Jy sigma=0.001581 ! Fit after self-cal, rms=0.172684Jy sigma=0.001543 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=12.88 mas, bpa=-13.35 degrees ! Estimated noise=1292.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138546 Jy ! Component: 100 - total flux cleaned = 0.00120578 Jy ! Component: 150 - total flux cleaned = 0.00120559 Jy ! Component: 200 - total flux cleaned = 0.00103693 Jy ! Total flux subtracted in 200 components = 0.00103693 Jy ! Clean residual min=-0.028689 max=0.029169 Jy/beam ! Clean residual mean=0.000749 rms=0.008267 Jy/beam ! Combined flux in latest and established models = 1.71219 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 75 components and 1.71219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172325Jy sigma=0.001539 ! Fit after self-cal, rms=0.172266Jy sigma=0.001539 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.15498e-05 Jy ! Component: 100 - total flux cleaned = 4.291e-05 Jy ! Component: 150 - total flux cleaned = 4.08013e-05 Jy ! Component: 200 - total flux cleaned = -0.000106174 Jy ! Total flux subtracted in 200 components = -0.000106174 Jy ! Clean residual min=-0.028786 max=0.029129 Jy/beam ! Clean residual mean=0.000750 rms=0.008260 Jy/beam ! Combined flux in latest and established models = 1.71209 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 76 components and 1.71209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172029Jy sigma=0.001536 ! Fit after self-cal, rms=0.171978Jy sigma=0.001536 ! 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.171978Jy sigma=0.001536 ! Fit after self-cal, rms=0.172318Jy sigma=0.001536 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.33 mas, bmaj=43.02 mas, bpa=-4.836 degrees ! Estimated noise=1674.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457933 Jy ! Component: 100 - total flux cleaned = 0.00459915 Jy ! Component: 150 - total flux cleaned = 0.00460574 Jy ! Component: 200 - total flux cleaned = 0.00460903 Jy ! Total flux subtracted in 200 components = 0.00460903 Jy ! Clean residual min=-0.032540 max=0.032524 Jy/beam ! Clean residual mean=0.001345 rms=0.013210 Jy/beam ! Combined flux in latest and established models = 1.7167 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 79 components and 1.7167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172359Jy sigma=0.001537 ! Fit after self-cal, rms=0.172273Jy sigma=0.001536 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.000370631 Jy ! Component: 100 - total flux cleaned = 0.000374672 Jy ! Component: 150 - total flux cleaned = 0.000373937 Jy ! Component: 200 - total flux cleaned = 0.000372172 Jy ! Total flux subtracted in 200 components = 0.000372172 Jy ! Clean residual min=-0.032552 max=0.032331 Jy/beam ! Clean residual mean=0.001334 rms=0.013163 Jy/beam ! Combined flux in latest and established models = 1.71707 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 80 components and 1.71707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172374Jy sigma=0.001537 ! Fit after self-cal, rms=0.172302Jy sigma=0.001537 ! 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=2.933 mas, bmaj=12.93 mas, bpa=-13.34 degrees ! Estimated noise=1294.03 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.933 x 12.93 at -13.34 degrees (North through East) ! Clean map min=-0.028219 max=0.81817 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172302Jy sigma=0.001537 ! Fit after self-cal, rms=0.156598Jy sigma=0.001361 ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=12.9 mas, bpa=-13.3 degrees ! Estimated noise=1282.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000809871 Jy ! Component: 100 - total flux cleaned = -0.000786055 Jy ! Component: 150 - total flux cleaned = -0.000927806 Jy ! Component: 200 - total flux cleaned = -0.00106435 Jy ! Total flux subtracted in 200 components = -0.00106435 Jy ! Clean residual min=-0.028015 max=0.028447 Jy/beam ! Clean residual mean=0.000717 rms=0.007952 Jy/beam ! Combined flux in latest and established models = 1.716 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 1.716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156151Jy sigma=0.001356 ! Fit after self-cal, rms=0.156109Jy sigma=0.001356 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.19496e-05 Jy ! Component: 100 - total flux cleaned = -0.000201617 Jy ! Component: 150 - total flux cleaned = -0.000200833 Jy ! Component: 200 - total flux cleaned = -0.000204839 Jy ! Total flux subtracted in 200 components = -0.000204839 Jy ! Clean residual min=-0.028069 max=0.028618 Jy/beam ! Clean residual mean=0.000720 rms=0.007965 Jy/beam ! Combined flux in latest and established models = 1.7158 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 95 components and 1.7158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155900Jy sigma=0.001354 ! Fit after self-cal, rms=0.155876Jy sigma=0.001354 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155876Jy sigma=0.001354 ! Fit after self-cal, rms=0.156464Jy sigma=0.001353 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.192 mas, bmaj=10.25 mas, bpa=-13.07 degrees ! Estimated noise=2273.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.610678 Jy ! Component: 100 - total flux cleaned = 0.937067 Jy ! Component: 150 - total flux cleaned = 1.15458 Jy ! Component: 200 - total flux cleaned = 1.3097 Jy ! Total flux subtracted in 200 components = 1.3097 Jy ! Clean residual min=-0.050149 max=0.104152 Jy/beam ! Clean residual mean=0.001821 rms=0.021558 Jy/beam ! Combined flux in latest and established models = 1.3097 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 38 model components to the UV plane model. ! The established model now contains 38 components and 1.3097 Jy ! Inverting map and beam ! Estimated beam: bmin=2.927 mas, bmaj=12.93 mas, bpa=-13.25 degrees ! Estimated noise=1288.12 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.218035 Jy ! Component: 100 - total flux cleaned = 0.31859 Jy ! Component: 150 - total flux cleaned = 0.365853 Jy ! Component: 200 - total flux cleaned = 0.388177 Jy ! Total flux subtracted in 200 components = 0.388177 Jy ! Clean residual min=-0.028340 max=0.031979 Jy/beam ! Clean residual mean=0.000900 rms=0.008789 Jy/beam ! Combined flux in latest and established models = 1.69787 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 67 components and 1.69787 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=11.28 mas, bmaj=42.98 mas, bpa=-4.808 degrees ! Estimated noise=1675.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172302 Jy ! Component: 100 - total flux cleaned = 0.0199734 Jy ! Component: 150 - total flux cleaned = 0.0199596 Jy ! Component: 200 - total flux cleaned = 0.0199551 Jy ! Total flux subtracted in 200 components = 0.0199551 Jy ! Clean residual min=-0.031600 max=0.031499 Jy/beam ! Clean residual mean=0.001279 rms=0.012853 Jy/beam ! Combined flux in latest and established models = 1.71783 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.32173e-06 Jy ! Component: 100 - total flux cleaned = 0.000108296 Jy ! Component: 150 - total flux cleaned = 0.000213516 Jy ! Component: 200 - total flux cleaned = 0.000312646 Jy ! Total flux subtracted in 200 components = 0.000312646 Jy ! Clean residual min=-0.031617 max=0.031041 Jy/beam ! Clean residual mean=0.001270 rms=0.012803 Jy/beam ! Combined flux in latest and established models = 1.71814 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 77 components and 1.71814 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.927 mas, bmaj=12.93 mas, bpa=-13.25 degrees ! Estimated noise=1288.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00407203 Jy ! Component: 100 - total flux cleaned = -0.0044092 Jy ! Component: 150 - total flux cleaned = -0.00443074 Jy ! Component: 200 - total flux cleaned = -0.00427478 Jy ! Total flux subtracted in 200 components = -0.00427478 Jy ! Clean residual min=-0.027942 max=0.028943 Jy/beam ! Clean residual mean=0.000727 rms=0.008044 Jy/beam ! Combined flux in latest and established models = 1.71387 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 1.71387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158004Jy sigma=0.001363 ! Fit after self-cal, rms=0.157730Jy sigma=0.001361 wmodel J2329-4730_S_2010_06_23_pus_map.mod ! Writing 94 model components to file: J2329-4730_S_2010_06_23_pus_map.mod wobs J2329-4730_S_2010_06_23_pus_uvs.fits ! Writing UV FITS file: J2329-4730_S_2010_06_23_pus_uvs.fits wwins J2329-4730_S_2010_06_23_pus_map.win ! wwins: Wrote 1 windows to J2329-4730_S_2010_06_23_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.00595473 Jy ! Component: 100 - total flux cleaned = 0.00873377 Jy ! Component: 150 - total flux cleaned = 0.0104057 Jy ! Component: 200 - total flux cleaned = 0.0114983 Jy ! Component: 250 - total flux cleaned = 0.0131892 Jy ! Component: 300 - total flux cleaned = 0.0150778 Jy ! Component: 350 - total flux cleaned = 0.0171636 Jy ! Component: 400 - total flux cleaned = 0.0197374 Jy ! Component: 450 - total flux cleaned = 0.0221984 Jy ! Component: 500 - total flux cleaned = 0.0248141 Jy ! Component: 550 - total flux cleaned = 0.0268238 Jy ! Component: 600 - total flux cleaned = 0.0294867 Jy ! Component: 650 - total flux cleaned = 0.0320519 Jy ! Component: 700 - total flux cleaned = 0.0345295 Jy ! Component: 750 - total flux cleaned = 0.0369292 Jy ! Component: 800 - total flux cleaned = 0.0386252 Jy ! Component: 850 - total flux cleaned = 0.0402734 Jy ! Component: 900 - total flux cleaned = 0.0418725 Jy ! Component: 950 - total flux cleaned = 0.0432332 Jy ! Component: 1000 - total flux cleaned = 0.0445579 Jy ! Component: 1050 - total flux cleaned = 0.0458481 Jy ! Component: 1100 - total flux cleaned = 0.0469253 Jy ! Component: 1150 - total flux cleaned = 0.0474543 Jy ! Component: 1200 - total flux cleaned = 0.0481439 Jy ! Component: 1250 - total flux cleaned = 0.0486546 Jy ! Component: 1300 - total flux cleaned = 0.0493187 Jy ! Component: 1350 - total flux cleaned = 0.0499645 Jy ! Component: 1400 - total flux cleaned = 0.0505959 Jy ! Component: 1450 - total flux cleaned = 0.0510627 Jy ! Component: 1500 - total flux cleaned = 0.0519769 Jy ! Component: 1550 - total flux cleaned = 0.0525736 Jy ! Component: 1600 - total flux cleaned = 0.0534511 Jy ! Component: 1650 - total flux cleaned = 0.0537368 Jy ! Component: 1700 - total flux cleaned = 0.0543019 Jy ! Component: 1750 - total flux cleaned = 0.0547178 Jy ! Component: 1800 - total flux cleaned = 0.0552644 Jy ! Component: 1850 - total flux cleaned = 0.055667 Jy ! Component: 1900 - total flux cleaned = 0.0560629 Jy ! Component: 1950 - total flux cleaned = 0.0563235 Jy ! Component: 2000 - total flux cleaned = 0.0567071 Jy ! Total flux subtracted in 2048 components = 0.0569586 Jy ! Clean residual min=-0.007508 max=0.006589 Jy/beam ! Clean residual mean=0.000005 rms=0.003019 Jy/beam ! Combined flux in latest and established models = 1.77082 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 245 components and 1.77083 Jy ![Exited script file: muppet] wmap "J2329-4730_S_2010_06_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.927 x 12.93 at -13.25 degrees (North through East) ! Clean map min=-0.014637 max=0.81923 Jy/beam ! Writing clean map to FITS file: J2329-4730_S_2010_06_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.819227 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00285035 device "J2329-4730_S_2010_06_23_pus\_map.eps/VPS" ! Attempting to open device: 'J2329-4730_S_2010_06_23_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04379 1.04379 2.08759 4.17518 8.35036 16.7007 33.4014 66.8029 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0085 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.819 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.927 x 12.93 at -13.25 degrees (North through East) ! Clean map min=-0.014637 max=0.81923 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2329-4730_S_2010_06_23_pus\_map.gif/vgif" ! Attempting to open device: 'J2329-4730_S_2010_06_23_pus_map.gif/vgif' mapplot cln