! Started logfile: J2206-0031_S_2010_06_23_pus_uvs.log on Sun Jan 30 13:56:41 2011 obs J2206-0031_S_2010_06_23_pus_uva.fits ! Reading UV FITS file: J2206-0031_S_2010_06_23_pus_uva.fits ! AN table 1: 220 integrations on 105 of 105 possible baselines. ! Apparent sampling: 0.378615 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2206-0031 ! ! 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 3685 lines of history. ! ! Reading 34984 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 J2206-0031_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 1230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1230 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.841935Jy sigma=0.010286 ! Fit after self-cal, rms=0.826107Jy sigma=0.010111 ! 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.216 mas, bmaj=7.073 mas, bpa=7.477 degrees ! Estimated noise=882.505 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.140577 Jy ! Component: 100 - total flux cleaned = 0.171404 Jy ! Total flux subtracted in 100 components = 0.171404 Jy ! Clean residual min=-0.004749 max=0.009472 Jy/beam ! Clean residual mean=0.000066 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.171404 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.171404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119256Jy sigma=0.001310 ! Fit after self-cal, rms=0.119250Jy sigma=0.001310 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0094128 Jy ! Component: 100 - total flux cleaned = 0.0132488 Jy ! Total flux subtracted in 100 components = 0.0132488 Jy ! Clean residual min=-0.004411 max=0.004571 Jy/beam ! Clean residual mean=0.000015 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.184653 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 15 components and 0.184653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118437Jy sigma=0.001299 ! Fit after self-cal, rms=0.118444Jy sigma=0.001298 ! 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.091 mas, bmaj=8.443 mas, bpa=7.017 degrees ! Estimated noise=313.777 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.0030338 Jy ! Component: 100 - total flux cleaned = 0.00439424 Jy ! Component: 150 - total flux cleaned = 0.00476777 Jy ! Component: 200 - total flux cleaned = 0.00486501 Jy ! Total flux subtracted in 200 components = 0.00486501 Jy ! Clean residual min=-0.002329 max=0.002425 Jy/beam ! Clean residual mean=-0.000008 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.189518 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.189518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118365Jy sigma=0.001297 ! Fit after self-cal, rms=0.118374Jy sigma=0.001297 ! 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.98 FD 1.02 HN 1.01 KK 1.00* ! KP 1.02 LA 1.04 MA 1.00* MK 0.77 ! NL 1.03 NY 1.00* OV 0.99 PT 1.02 ! SC 1.03 TS 1.00* ZC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.01 KK 1.00* ! KP 0.99 LA 1.00 MA 1.00* MK 1.02 ! NL 1.00 NY 1.00* OV 1.01 PT 1.04 ! SC 1.01 TS 1.00* ZC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 0.99 KK 1.00* ! KP 0.98 LA 1.00 MA 1.00* MK 1.00 ! NL 1.01 NY 1.00* OV 0.99 PT 0.98 ! SC 1.00 TS 1.00* ZC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 0.99 KK 1.00* ! KP 0.99 LA 1.01 MA 1.00* MK 1.12 ! NL 0.98 NY 1.00* OV 0.97 PT 0.97 ! SC 0.99 TS 1.00* ZC 1.00* ! ! ! Fit before self-cal, rms=0.118374Jy sigma=0.001297 ! Fit after self-cal, rms=0.115218Jy sigma=0.001293 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.081 mas, bmaj=8.413 mas, bpa=6.606 degrees ! Estimated noise=313.193 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.000739497 Jy ! Component: 100 - total flux cleaned = 0.000962609 Jy ! Component: 150 - total flux cleaned = 0.00103946 Jy ! Component: 200 - total flux cleaned = 0.00108405 Jy ! Total flux subtracted in 200 components = 0.00108405 Jy ! Clean residual min=-0.001625 max=0.001981 Jy/beam ! Clean residual mean=0.000009 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.190602 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 39 components and 0.190602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115202Jy sigma=0.001293 ! Fit after self-cal, rms=0.115201Jy sigma=0.001293 ! 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.115201Jy sigma=0.001293 ! Fit after self-cal, rms=0.115016Jy sigma=0.001292 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=8.402 mas, bpa=6.453 degrees ! Estimated noise=313.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000452606 Jy ! Component: 100 - total flux cleaned = 0.000505142 Jy ! Component: 150 - total flux cleaned = 0.000521951 Jy ! Component: 200 - total flux cleaned = 0.000551963 Jy ! Total flux subtracted in 200 components = 0.000551963 Jy ! Clean residual min=-0.001629 max=0.001808 Jy/beam ! Clean residual mean=0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.191154 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.191154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115011Jy sigma=0.001292 ! Fit after self-cal, rms=0.115010Jy sigma=0.001292 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) ! Added new window around map position (-2, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152225 Jy ! Component: 100 - total flux cleaned = 0.00150774 Jy ! Component: 150 - total flux cleaned = 0.0013374 Jy ! Component: 200 - total flux cleaned = 0.00115238 Jy ! Total flux subtracted in 200 components = 0.00115238 Jy ! Clean residual min=-0.001565 max=0.001304 Jy/beam ! Clean residual mean=-0.000006 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.192306 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.192307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114986Jy sigma=0.001292 ! Fit after self-cal, rms=0.114983Jy sigma=0.001292 ! 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.114983Jy sigma=0.001292 ! Fit after self-cal, rms=0.114930Jy sigma=0.001292 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=8.399 mas, bpa=6.482 degrees ! Estimated noise=313.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00057805 Jy ! Component: 100 - total flux cleaned = 0.000557574 Jy ! Component: 150 - total flux cleaned = 0.000539915 Jy ! Component: 200 - total flux cleaned = 0.000509301 Jy ! Total flux subtracted in 200 components = 0.000509301 Jy ! Clean residual min=-0.001514 max=0.001301 Jy/beam ! Clean residual mean=-0.000003 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.192816 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.192816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114923Jy sigma=0.001291 ! Fit after self-cal, rms=0.114919Jy sigma=0.001291 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 = 2.88512e-05 Jy ! Component: 100 - total flux cleaned = -7.17629e-07 Jy ! Component: 150 - total flux cleaned = -1.46435e-05 Jy ! Component: 200 - total flux cleaned = -1.47248e-05 Jy ! Total flux subtracted in 200 components = -1.47248e-05 Jy ! Clean residual min=-0.001516 max=0.001295 Jy/beam ! Clean residual mean=-0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.192801 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.192801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114915Jy sigma=0.001291 ! Fit after self-cal, rms=0.114914Jy sigma=0.001291 ! 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.114914Jy sigma=0.001291 ! Fit after self-cal, rms=0.114980Jy sigma=0.001291 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.034 mas, bmaj=12.38 mas, bpa=1.881 degrees ! Estimated noise=349.923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032311 Jy ! Component: 100 - total flux cleaned = 0.000313558 Jy ! Component: 150 - total flux cleaned = 0.000298271 Jy ! Component: 200 - total flux cleaned = 0.000291286 Jy ! Total flux subtracted in 200 components = 0.000291286 Jy ! Clean residual min=-0.001301 max=0.001044 Jy/beam ! Clean residual mean=-0.000004 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.193092 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.193092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114980Jy sigma=0.001291 ! Fit after self-cal, rms=0.114979Jy sigma=0.001291 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 = -2.76956e-05 Jy ! Component: 100 - total flux cleaned = -4.23805e-05 Jy ! Component: 150 - total flux cleaned = -5.53154e-05 Jy ! Component: 200 - total flux cleaned = -6.74004e-05 Jy ! Total flux subtracted in 200 components = -6.74004e-05 Jy ! Clean residual min=-0.001308 max=0.001043 Jy/beam ! Clean residual mean=-0.000004 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.193025 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 108 components and 0.193025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114979Jy sigma=0.001291 ! Fit after self-cal, rms=0.114979Jy sigma=0.001291 ! 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.076 mas, bmaj=8.399 mas, bpa=6.505 degrees ! Estimated noise=313.735 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.076 x 8.399 at 6.505 degrees (North through East) ! Clean map min=-0.0014397 max=0.18093 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.212 mas, bmaj=7.043 mas, bpa=6.905 degrees ! Estimated noise=876.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139664 Jy ! Component: 100 - total flux cleaned = 0.170325 Jy ! Component: 150 - total flux cleaned = 0.179152 Jy ! Component: 200 - total flux cleaned = 0.181637 Jy ! Total flux subtracted in 200 components = 0.181637 Jy ! Clean residual min=-0.004381 max=0.004116 Jy/beam ! Clean residual mean=0.000042 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.181637 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.181637 Jy ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=8.399 mas, bpa=6.505 degrees ! Estimated noise=313.735 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.00503339 Jy ! Component: 100 - total flux cleaned = 0.00758234 Jy ! Component: 150 - total flux cleaned = 0.0091926 Jy ! Component: 200 - total flux cleaned = 0.0102622 Jy ! Total flux subtracted in 200 components = 0.0102622 Jy ! Clean residual min=-0.001600 max=0.001336 Jy/beam ! Clean residual mean=0.000004 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.191899 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.191899 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.034 mas, bmaj=12.38 mas, bpa=1.881 degrees ! Estimated noise=349.923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000738603 Jy ! Component: 100 - total flux cleaned = 0.000869802 Jy ! Component: 150 - total flux cleaned = 0.000928799 Jy ! Component: 200 - total flux cleaned = 0.000964836 Jy ! Total flux subtracted in 200 components = 0.000964836 Jy ! Clean residual min=-0.001309 max=0.001068 Jy/beam ! Clean residual mean=-0.000003 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.192864 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 = 4.00313e-05 Jy ! Component: 100 - total flux cleaned = 4.90644e-05 Jy ! Component: 150 - total flux cleaned = 4.9001e-05 Jy ! Component: 200 - total flux cleaned = 6.44816e-05 Jy ! Total flux subtracted in 200 components = 6.44816e-05 Jy ! Clean residual min=-0.001305 max=0.001058 Jy/beam ! Clean residual mean=-0.000004 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.192929 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 71 components and 0.192929 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=8.399 mas, bpa=6.505 degrees ! Estimated noise=313.735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.48348e-05 Jy ! Component: 100 - total flux cleaned = -6.18637e-05 Jy ! Component: 150 - total flux cleaned = -4.23307e-05 Jy ! Component: 200 - total flux cleaned = -6.15442e-05 Jy ! Total flux subtracted in 200 components = -6.15442e-05 Jy ! Clean residual min=-0.001507 max=0.001302 Jy/beam ! Clean residual mean=-0.000002 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.192867 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.192867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114994Jy sigma=0.001291 ! Fit after self-cal, rms=0.114989Jy sigma=0.001291 wmodel J2206-0031_S_2010_06_23_pus_map.mod ! Writing 85 model components to file: J2206-0031_S_2010_06_23_pus_map.mod wobs J2206-0031_S_2010_06_23_pus_uvs.fits ! Writing UV FITS file: J2206-0031_S_2010_06_23_pus_uvs.fits wwins J2206-0031_S_2010_06_23_pus_map.win ! wwins: Wrote 2 windows to J2206-0031_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.000431528 Jy ! Component: 100 - total flux cleaned = -0.000455717 Jy ! Component: 150 - total flux cleaned = -0.00036864 Jy ! Component: 200 - total flux cleaned = -0.000223871 Jy ! Component: 250 - total flux cleaned = -0.000104042 Jy ! Component: 300 - total flux cleaned = 1.20321e-05 Jy ! Component: 350 - total flux cleaned = 0.000143555 Jy ! Component: 400 - total flux cleaned = 0.000216668 Jy ! Component: 450 - total flux cleaned = 0.000287989 Jy ! Component: 500 - total flux cleaned = 0.000323262 Jy ! Component: 550 - total flux cleaned = 0.000442859 Jy ! Component: 600 - total flux cleaned = 0.000509485 Jy ! Component: 650 - total flux cleaned = 0.000591329 Jy ! Component: 700 - total flux cleaned = 0.000704011 Jy ! Component: 750 - total flux cleaned = 0.000830799 Jy ! Component: 800 - total flux cleaned = 0.000877612 Jy ! Component: 850 - total flux cleaned = 0.00095459 Jy ! Component: 900 - total flux cleaned = 0.00103034 Jy ! Component: 950 - total flux cleaned = 0.00110488 Jy ! Component: 1000 - total flux cleaned = 0.00116363 Jy ! Component: 1050 - total flux cleaned = 0.00123596 Jy ! Component: 1100 - total flux cleaned = 0.00126434 Jy ! Component: 1150 - total flux cleaned = 0.00130645 Jy ! Component: 1200 - total flux cleaned = 0.00133423 Jy ! Component: 1250 - total flux cleaned = 0.00138903 Jy ! Component: 1300 - total flux cleaned = 0.001389 Jy ! Component: 1350 - total flux cleaned = 0.00146892 Jy ! Component: 1400 - total flux cleaned = 0.00148202 Jy ! Component: 1450 - total flux cleaned = 0.00152117 Jy ! Component: 1500 - total flux cleaned = 0.00157243 Jy ! Component: 1550 - total flux cleaned = 0.00154729 Jy ! Component: 1600 - total flux cleaned = 0.00162267 Jy ! Component: 1650 - total flux cleaned = 0.0016225 Jy ! Component: 1700 - total flux cleaned = 0.00162239 Jy ! Component: 1750 - total flux cleaned = 0.00162247 Jy ! Component: 1800 - total flux cleaned = 0.00165834 Jy ! Component: 1850 - total flux cleaned = 0.00169398 Jy ! Component: 1900 - total flux cleaned = 0.00170569 Jy ! Component: 1950 - total flux cleaned = 0.00169417 Jy ! Component: 2000 - total flux cleaned = 0.00174043 Jy ! Total flux subtracted in 2048 components = 0.00178618 Jy ! Clean residual min=-0.000741 max=0.000770 Jy/beam ! Clean residual mean=0.000002 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.194653 Jy keep ! Adding 116 model components to the UV plane model. ! The established model now contains 201 components and 0.194653 Jy ![Exited script file: muppet] wmap "J2206-0031_S_2010_06_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.076 x 8.399 at 6.505 degrees (North through East) ! Clean map min=-0.00095179 max=0.18131 Jy/beam ! Writing clean map to FITS file: J2206-0031_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.181312 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225588 device "J2206-0031_S_2010_06_23_pus\_map.eps/VPS" ! Attempting to open device: 'J2206-0031_S_2010_06_23_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.37326 0.37326 0.746519 1.49304 2.98608 5.97216 11.9443 23.8886 47.7772 95.5545 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.181 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.076 x 8.399 at 6.505 degrees (North through East) ! Clean map min=-0.00095179 max=0.18131 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2206-0031_S_2010_06_23_pus\_map.gif/vgif" ! Attempting to open device: 'J2206-0031_S_2010_06_23_pus_map.gif/vgif' mapplot cln