! Started logfile: /scr/pima/s3111c_uvs/J2206-0031_X_uvs.log on Tue Jul 24 09:24:21 2012 obs /scr/pima/s3111c_uvs/J2206-0031_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111c_uvs/J2206-0031_X_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.666667 visibilities/baseline/integration-bin. ! Found source: J2206-0031 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.41193e+09 1.6e+07 1 1.6e+07 ! 02 2 8.42793e+09 1.6e+07 1 1.6e+07 ! 03 3 8.52393e+09 1.6e+07 1 1.6e+07 ! 04 4 8.57193e+09 1.6e+07 1 1.6e+07 ! 05 5 8.65193e+09 1.6e+07 1 1.6e+07 ! 06 6 8.82793e+09 1.6e+07 1 1.6e+07 ! 07 7 8.85993e+09 1.6e+07 1 1.6e+07 ! 08 8 8.89193e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 22800 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.1 print "taper_size =",taper_size ! taper_size = 120 ![@/home/lpetrov/bin/01_muppet /scr/pima/s3111c_uvs/J2206-0031_X] 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.100x0.100 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 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 278 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014134Jy sigma=0.717101 ! Fit after self-cal, rms=0.761791Jy sigma=0.538667 ! 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=0.8767 mas, bmaj=2.237 mas, bpa=16.18 degrees ! Estimated noise=12.4592 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.188176 Jy ! Component: 100 - total flux cleaned = 0.231004 Jy ! Total flux subtracted in 100 components = 0.231004 Jy ! Clean residual min=-0.009156 max=0.015322 Jy/beam ! Clean residual mean=0.000033 rms=0.002773 Jy/beam ! Combined flux in latest and established models = 0.231004 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.231004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.050052Jy sigma=0.035392 ! Fit after self-cal, rms=0.050046Jy sigma=0.035388 ! 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=0.9736 mas, bmaj=2.652 mas, bpa=15.15 degrees ! Estimated noise=6.78657 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.0155666 Jy ! Component: 100 - total flux cleaned = 0.0189956 Jy ! Component: 150 - total flux cleaned = 0.0196672 Jy ! Component: 200 - total flux cleaned = 0.0201719 Jy ! Total flux subtracted in 200 components = 0.0201719 Jy ! Clean residual min=-0.006257 max=0.006574 Jy/beam ! Clean residual mean=0.000106 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 0.251176 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.251176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.045495Jy sigma=0.032170 ! Fit after self-cal, rms=0.045484Jy sigma=0.032162 ! 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 1.07 FD 1.11 GB 0.89 HN 1.00 ! KP 0.99 LA 1.03 NL 1.07 OV 1.14 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.11 GB 0.87 HN 1.00 ! KP 0.97 LA 1.01 NL 1.03 OV 1.14 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.09 GB 0.91 HN 0.97 ! KP 1.00 LA 1.02 NL 1.06 OV 1.15 ! PT 1.09 SC 1.06 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.08 GB 0.94 HN 1.01 ! KP 0.95 LA 1.04 NL 1.06 OV 1.17 ! PT 1.09 SC 1.09 ! ! ! Correcting IF 5. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 GB 0.87 HN 0.97 ! KP 0.96 LA 1.01 NL 1.02 OV 1.14 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 6. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.92 GB 0.90 HN 0.98 ! KP 0.85 LA 1.00 NL 0.96 OV 1.05 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 GB 0.93 HN 1.01 ! KP 0.84 LA 0.99 NL 0.96 OV 1.09 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 8. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.79 GB 0.81 HN 0.94 ! KP 0.85 LA 0.94 NL 0.87 OV 1.03 ! PT 0.97 SC 0.85 ! ! ! Fit before self-cal, rms=0.045484Jy sigma=0.032162 ! Fit after self-cal, rms=0.028151Jy sigma=0.020499 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9729 mas, bmaj=2.628 mas, bpa=14.77 degrees ! Estimated noise=6.76124 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 (1.1, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299595 Jy ! Component: 100 - total flux cleaned = 0.0035189 Jy ! Component: 150 - total flux cleaned = 0.00363538 Jy ! Component: 200 - total flux cleaned = 0.00383582 Jy ! Total flux subtracted in 200 components = 0.00383582 Jy ! Clean residual min=-0.001014 max=0.001247 Jy/beam ! Clean residual mean=0.000010 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.255012 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 50 components and 0.255012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027839Jy sigma=0.020262 ! Fit after self-cal, rms=0.027859Jy sigma=0.020253 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027859Jy sigma=0.020253 ! Fit after self-cal, rms=0.027808Jy sigma=0.020203 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9719 mas, bmaj=2.625 mas, bpa=14.76 degrees ! Estimated noise=6.75953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000749941 Jy ! Component: 100 - total flux cleaned = 0.00096763 Jy ! Component: 150 - total flux cleaned = 0.0011404 Jy ! Component: 200 - total flux cleaned = 0.0012521 Jy ! Total flux subtracted in 200 components = 0.0012521 Jy ! Clean residual min=-0.000959 max=0.000958 Jy/beam ! Clean residual mean=0.000004 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.256264 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 72 components and 0.256264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027771Jy sigma=0.020173 ! Fit after self-cal, rms=0.027770Jy sigma=0.020172 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.50097e-05 Jy ! Component: 100 - total flux cleaned = 7.73388e-05 Jy ! Component: 150 - total flux cleaned = 0.000123106 Jy ! Component: 200 - total flux cleaned = 0.000154297 Jy ! Total flux subtracted in 200 components = 0.000154297 Jy ! Clean residual min=-0.000934 max=0.000937 Jy/beam ! Clean residual mean=0.000003 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.256418 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 97 components and 0.256418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027759Jy sigma=0.020165 ! Fit after self-cal, rms=0.027759Jy sigma=0.020165 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027759Jy sigma=0.020165 ! Fit after self-cal, rms=0.027751Jy sigma=0.020153 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9718 mas, bmaj=2.624 mas, bpa=14.75 degrees ! Estimated noise=6.75984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000175001 Jy ! Component: 100 - total flux cleaned = 0.000268942 Jy ! Component: 150 - total flux cleaned = 0.000339744 Jy ! Component: 200 - total flux cleaned = 0.000402651 Jy ! Total flux subtracted in 200 components = 0.000402651 Jy ! Clean residual min=-0.000864 max=0.000811 Jy/beam ! Clean residual mean=0.000001 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.256821 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 128 components and 0.256821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027743Jy sigma=0.020147 ! Fit after self-cal, rms=0.027743Jy sigma=0.020147 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.31527e-06 Jy ! Component: 100 - total flux cleaned = 5.0121e-05 Jy ! Component: 150 - total flux cleaned = 8.73337e-05 Jy ! Component: 200 - total flux cleaned = 0.000108219 Jy ! Total flux subtracted in 200 components = 0.000108219 Jy ! Clean residual min=-0.000852 max=0.000801 Jy/beam ! Clean residual mean=0.000000 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.256929 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 143 components and 0.256929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027739Jy sigma=0.020144 ! Fit after self-cal, rms=0.027739Jy sigma=0.020144 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027739Jy sigma=0.020144 ! Fit after self-cal, rms=0.027735Jy sigma=0.020138 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.319 mas, bmaj=2.877 mas, bpa=9.151 degrees ! Estimated noise=7.3325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.68931e-05 Jy ! Component: 100 - total flux cleaned = 0.000121702 Jy ! Component: 150 - total flux cleaned = 0.000154404 Jy ! Component: 200 - total flux cleaned = 0.000191913 Jy ! Total flux subtracted in 200 components = 0.000191913 Jy ! Clean residual min=-0.000917 max=0.000810 Jy/beam ! Clean residual mean=-0.000000 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.257121 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 162 components and 0.257121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027732Jy sigma=0.020136 ! Fit after self-cal, rms=0.027732Jy sigma=0.020135 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.69317e-05 Jy ! Component: 100 - total flux cleaned = 5.10603e-05 Jy ! Component: 150 - total flux cleaned = 8.19262e-05 Jy ! Component: 200 - total flux cleaned = 0.000104715 Jy ! Total flux subtracted in 200 components = 0.000104715 Jy ! Clean residual min=-0.000884 max=0.000794 Jy/beam ! Clean residual mean=-0.000001 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.257226 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 177 components and 0.257226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027730Jy sigma=0.020134 ! Fit after self-cal, rms=0.027730Jy sigma=0.020134 ! 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=0.9719 mas, bmaj=2.624 mas, bpa=14.74 degrees ! Estimated noise=6.76015 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9719 x 2.624 at 14.74 degrees (North through East) ! Clean map min=-0.0008494 max=0.23608 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=0.8659 mas, bmaj=2.212 mas, bpa=16.03 degrees ! Estimated noise=12.1191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.182991 Jy ! Component: 100 - total flux cleaned = 0.225525 Jy ! Component: 150 - total flux cleaned = 0.241375 Jy ! Component: 200 - total flux cleaned = 0.248104 Jy ! Total flux subtracted in 200 components = 0.248104 Jy ! Clean residual min=-0.001704 max=0.002929 Jy/beam ! Clean residual mean=-0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.248104 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.248104 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9719 mas, bmaj=2.624 mas, bpa=14.74 degrees ! Estimated noise=6.76015 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.00393401 Jy ! Component: 100 - total flux cleaned = 0.00600262 Jy ! Component: 150 - total flux cleaned = 0.00724555 Jy ! Component: 200 - total flux cleaned = 0.00802788 Jy ! Total flux subtracted in 200 components = 0.00802788 Jy ! Clean residual min=-0.000867 max=0.000834 Jy/beam ! Clean residual mean=0.000001 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.256132 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 48 components and 0.256132 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.319 mas, bmaj=2.877 mas, bpa=9.151 degrees ! Estimated noise=7.3325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00042363 Jy ! Component: 100 - total flux cleaned = 0.000617733 Jy ! Component: 150 - total flux cleaned = 0.000707664 Jy ! Component: 200 - total flux cleaned = 0.000787153 Jy ! Total flux subtracted in 200 components = 0.000787153 Jy ! Clean residual min=-0.000890 max=0.000821 Jy/beam ! Clean residual mean=0.000000 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.256919 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 = 7.056e-05 Jy ! Component: 100 - total flux cleaned = 0.000108924 Jy ! Component: 150 - total flux cleaned = 0.000142769 Jy ! Component: 200 - total flux cleaned = 0.000163046 Jy ! Total flux subtracted in 200 components = 0.000163046 Jy ! Clean residual min=-0.000862 max=0.000776 Jy/beam ! Clean residual mean=-0.000000 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.257082 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 80 components and 0.257082 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9719 mas, bmaj=2.624 mas, bpa=14.74 degrees ! Estimated noise=6.76015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.47813e-05 Jy ! Component: 100 - total flux cleaned = -9.14791e-06 Jy ! Component: 150 - total flux cleaned = 4.19987e-05 Jy ! Component: 200 - total flux cleaned = 7.99132e-05 Jy ! Total flux subtracted in 200 components = 7.99132e-05 Jy ! Clean residual min=-0.000723 max=0.000738 Jy/beam ! Clean residual mean=-0.000001 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.257162 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.257162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027728Jy sigma=0.020138 ! Fit after self-cal, rms=0.027727Jy sigma=0.020137 wmodel /scr/pima/s3111c_uvs/J2206-0031_X_map.mod ! Writing 102 model components to file: /scr/pima/s3111c_uvs/J2206-0031_X_map.mod wobs /scr/pima/s3111c_uvs/J2206-0031_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111c_uvs/J2206-0031_X_uvs.fits wwins /scr/pima/s3111c_uvs/J2206-0031_X_map.win ! wwins: Wrote 2 windows to /scr/pima/s3111c_uvs/J2206-0031_X_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.000148497 Jy ! Component: 100 - total flux cleaned = 0.000183574 Jy ! Component: 150 - total flux cleaned = 0.000225371 Jy ! Component: 200 - total flux cleaned = 0.000263545 Jy ! Component: 250 - total flux cleaned = 0.000290167 Jy ! Component: 300 - total flux cleaned = 0.000207735 Jy ! Component: 350 - total flux cleaned = 8.14054e-05 Jy ! Component: 400 - total flux cleaned = 1.26493e-05 Jy ! Component: 450 - total flux cleaned = -6.1323e-05 Jy ! Component: 500 - total flux cleaned = -0.000119057 Jy ! Component: 550 - total flux cleaned = -0.000168091 Jy ! Component: 600 - total flux cleaned = -0.000202389 Jy ! Component: 650 - total flux cleaned = -0.000249188 Jy ! Component: 700 - total flux cleaned = -0.000268815 Jy ! Component: 750 - total flux cleaned = -0.000281701 Jy ! Component: 800 - total flux cleaned = -0.00029444 Jy ! Component: 850 - total flux cleaned = -0.000300702 Jy ! Component: 900 - total flux cleaned = -0.000294529 Jy ! Component: 950 - total flux cleaned = -0.000288674 Jy ! Component: 1000 - total flux cleaned = -0.000288735 Jy ! Component: 1050 - total flux cleaned = -0.000271315 Jy ! Component: 1100 - total flux cleaned = -0.000277155 Jy ! Component: 1150 - total flux cleaned = -0.000265805 Jy ! Component: 1200 - total flux cleaned = -0.000260149 Jy ! Component: 1250 - total flux cleaned = -0.000249185 Jy ! Component: 1300 - total flux cleaned = -0.000249209 Jy ! Component: 1350 - total flux cleaned = -0.000233177 Jy ! Component: 1400 - total flux cleaned = -0.000233182 Jy ! Component: 1450 - total flux cleaned = -0.000222742 Jy ! Component: 1500 - total flux cleaned = -0.000217561 Jy ! Component: 1550 - total flux cleaned = -0.000192179 Jy ! Component: 1600 - total flux cleaned = -0.000187197 Jy ! Component: 1650 - total flux cleaned = -0.000167514 Jy ! Component: 1700 - total flux cleaned = -0.000167504 Jy ! Component: 1750 - total flux cleaned = -0.000162623 Jy ! Component: 1800 - total flux cleaned = -0.000148257 Jy ! Component: 1850 - total flux cleaned = -0.000143539 Jy ! Component: 1900 - total flux cleaned = -0.000134264 Jy ! Component: 1950 - total flux cleaned = -0.000120549 Jy ! Component: 2000 - total flux cleaned = -0.000106948 Jy ! Total flux subtracted in 2048 components = -0.000106911 Jy ! Clean residual min=-0.000250 max=0.000239 Jy/beam ! Clean residual mean=-0.000001 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.257055 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 253 components and 0.257055 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111c_uvs/J2206-0031_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9719 x 2.624 at 14.74 degrees (North through East) ! Clean map min=-0.00065627 max=0.2357 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111c_uvs/J2206-0031_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.235699 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 9.77678e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.12444 0.12444 0.24888 0.49776 0.995519 1.99104 3.98208 7.96416 15.9283 31.8566 63.7132 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.235 quit ! Quitting program ! Log file /scr/pima/s3111c_uvs/J2206-0031_X_uvs.log closed on Tue Jul 24 09:24:23 2012