! Started logfile: /scr/pima/bp171a3_uvs/J1109-2301_C_uvs.log on Wed Apr 3 11:19:23 2013 obs /scr/pima/bp171a3_uvs/J1109-2301_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171a3_uvs/J1109-2301_C_uva.fits ! AN table 1: 14 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.77381 visibilities/baseline/integration-bin. ! Found source: J1109-2301 ! ! 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 4.14397e+09 3.2e+07 1 3.2e+07 ! 02 2 4.17597e+09 3.2e+07 1 3.2e+07 ! 03 3 4.20797e+09 3.2e+07 1 3.2e+07 ! 04 4 4.23997e+09 3.2e+07 1 3.2e+07 ! 05 5 4.43197e+09 3.2e+07 1 3.2e+07 ! 06 6 4.52797e+09 3.2e+07 1 3.2e+07 ! 07 7 4.55997e+09 3.2e+07 1 3.2e+07 ! 08 8 4.59197e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 520 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 = 1024 print "field_cell =",field_cell ! field_cell = 0.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171a3_uvs/J1109-2301_C] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.300x0.300 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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998249Jy sigma=0.705756 ! Fit after self-cal, rms=0.979410Jy sigma=0.692461 ! 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=5.609 mas, bmaj=38.17 mas, bpa=17.42 degrees ! Estimated noise=50.3258 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144803 Jy ! Component: 100 - total flux cleaned = 0.0156201 Jy ! Total flux subtracted in 100 components = 0.0156201 Jy ! Clean residual min=-0.002421 max=0.002432 Jy/beam ! Clean residual mean=0.000011 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.0156201 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 36 components and 0.0156201 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.021992Jy sigma=0.015547 ! Fit after self-cal, rms=0.020806Jy sigma=0.014708 ! 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=6.152 mas, bmaj=37.25 mas, bpa=16.75 degrees ! Estimated noise=44.5491 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.00279451 Jy ! Component: 100 - total flux cleaned = -0.00310469 Jy ! Component: 150 - total flux cleaned = -0.00285336 Jy ! Component: 200 - total flux cleaned = -0.00239623 Jy ! Total flux subtracted in 200 components = -0.00239623 Jy ! Clean residual min=-0.001227 max=0.001219 Jy/beam ! Clean residual mean=0.000005 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0132238 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 112 components and 0.0132238 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.020071Jy sigma=0.014188 ! Fit after self-cal, rms=0.019888Jy sigma=0.014059 ! 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: ! FD 1.50 KP 1.08 OV 0.78 PT 0.63 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.18 KP 0.98 OV 0.77 PT 0.91 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.29 KP 1.25 OV 0.80 PT 0.67 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.80 OV 1.21 PT 1.42 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.38 KP 1.26 OV 1.08 PT 0.74 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.91 OV 1.10 PT 1.33 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.34 KP 1.21 OV 0.81 PT 0.64 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.75 KP 0.98 OV 1.25 PT 1.12 ! ! ! Fit before self-cal, rms=0.019888Jy sigma=0.014059 ! Fit after self-cal, rms=0.021972Jy sigma=0.013686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.38 mas, bmaj=35.79 mas, bpa=16.8 degrees ! Estimated noise=46.5187 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.000302531 Jy ! Component: 100 - total flux cleaned = 0.000145154 Jy ! Component: 150 - total flux cleaned = 1.02104e-06 Jy ! Component: 200 - total flux cleaned = -3.29578e-05 Jy ! Total flux subtracted in 200 components = -3.29578e-05 Jy ! Clean residual min=-0.000271 max=0.000269 Jy/beam ! Clean residual mean=0.000000 rms=0.000106 Jy/beam ! Combined flux in latest and established models = 0.0131909 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 166 components and 0.0131909 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.021927Jy sigma=0.013667 ! Fit after self-cal, rms=0.022262Jy sigma=0.013398 ! Inverting map ! Added new window around map position (-40.2, 69). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00025248 Jy ! Component: 100 - total flux cleaned = 0.000246389 Jy ! Component: 150 - total flux cleaned = 0.000297458 Jy ! Component: 200 - total flux cleaned = 0.000195469 Jy ! Total flux subtracted in 200 components = 0.000195469 Jy ! Clean residual min=-0.000711 max=0.000665 Jy/beam ! Clean residual mean=-0.000002 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.0133864 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 242 components and 0.0133864 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.022193Jy sigma=0.013380 ! Fit after self-cal, rms=0.022132Jy sigma=0.013350 ! 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.022132Jy sigma=0.013350 ! Fit after self-cal, rms=0.031334Jy sigma=0.013274 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.389 mas, bmaj=35.67 mas, bpa=16.84 degrees ! Estimated noise=46.8507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131471 Jy ! Component: 100 - total flux cleaned = 2.68744e-05 Jy ! Component: 150 - total flux cleaned = 3.74511e-05 Jy ! Component: 200 - total flux cleaned = 3.86075e-05 Jy ! Total flux subtracted in 200 components = 3.86075e-05 Jy ! Clean residual min=-0.000559 max=0.000601 Jy/beam ! Clean residual mean=-0.000001 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.013425 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 298 components and 0.013425 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.031294Jy sigma=0.013276 ! Fit after self-cal, rms=0.031546Jy sigma=0.013255 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.22709e-05 Jy ! Component: 100 - total flux cleaned = 0.000271586 Jy ! Component: 150 - total flux cleaned = 0.000377912 Jy ! Component: 200 - total flux cleaned = 0.000360736 Jy ! Total flux subtracted in 200 components = 0.000360736 Jy ! Clean residual min=-0.000587 max=0.000569 Jy/beam ! Clean residual mean=-0.000001 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.0137857 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 341 components and 0.0137857 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.031500Jy sigma=0.013260 ! Fit after self-cal, rms=0.031513Jy sigma=0.013258 ! 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.031513Jy sigma=0.013258 ! Fit after self-cal, rms=0.042716Jy sigma=0.013236 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.417 mas, bmaj=35.57 mas, bpa=16.79 degrees ! Estimated noise=46.6061 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.08527e-05 Jy ! Component: 100 - total flux cleaned = 0.000130398 Jy ! Component: 150 - total flux cleaned = 0.000233759 Jy ! Component: 200 - total flux cleaned = 0.00019192 Jy ! Total flux subtracted in 200 components = 0.00019192 Jy ! Clean residual min=-0.000624 max=0.000574 Jy/beam ! Clean residual mean=-0.000001 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0139776 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 382 components and 0.0139776 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.042669Jy sigma=0.013242 ! Fit after self-cal, rms=0.042776Jy sigma=0.013235 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.28374e-05 Jy ! Component: 100 - total flux cleaned = 0.000214336 Jy ! Component: 150 - total flux cleaned = 0.000233775 Jy ! Component: 200 - total flux cleaned = 0.000195899 Jy ! Total flux subtracted in 200 components = 0.000195899 Jy ! Clean residual min=-0.000630 max=0.000534 Jy/beam ! Clean residual mean=-0.000000 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.0141735 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 403 components and 0.0141735 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.042736Jy sigma=0.013242 ! Fit after self-cal, rms=0.042745Jy sigma=0.013240 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.042745Jy sigma=0.013240 ! Fit after self-cal, rms=0.053224Jy sigma=0.013227 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.806 mas, bmaj=34.51 mas, bpa=16.65 degrees ! Estimated noise=45.9729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.77141e-05 Jy ! Component: 100 - total flux cleaned = 8.1682e-05 Jy ! Component: 150 - total flux cleaned = 0.000178902 Jy ! Component: 200 - total flux cleaned = 0.000138659 Jy ! Total flux subtracted in 200 components = 0.000138659 Jy ! Clean residual min=-0.000653 max=0.000542 Jy/beam ! Clean residual mean=-0.000000 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.0143122 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 436 components and 0.0143122 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.053173Jy sigma=0.013234 ! Fit after self-cal, rms=0.053234Jy sigma=0.013229 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.73793e-05 Jy ! Component: 100 - total flux cleaned = 0.000225379 Jy ! Component: 150 - total flux cleaned = 0.000185048 Jy ! Component: 200 - total flux cleaned = 0.000136965 Jy ! Total flux subtracted in 200 components = 0.000136965 Jy ! Clean residual min=-0.000630 max=0.000490 Jy/beam ! Clean residual mean=-0.000000 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0144491 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 448 components and 0.0144491 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.053196Jy sigma=0.013237 ! Fit after self-cal, rms=0.053202Jy sigma=0.013235 ! 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=6.448 mas, bmaj=35.49 mas, bpa=16.71 degrees ! Estimated noise=46.0436 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.448 x 35.49 at 16.71 degrees (North through East) ! Clean map min=-0.003581 max=0.016401 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=5.929 mas, bmaj=36.24 mas, bpa=17.41 degrees ! Estimated noise=53.2456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0025378 Jy ! Component: 100 - total flux cleaned = -0.00827365 Jy ! Component: 150 - total flux cleaned = -0.00857398 Jy ! Component: 200 - total flux cleaned = -0.00897843 Jy ! Total flux subtracted in 200 components = -0.00897843 Jy ! Clean residual min=-0.010772 max=0.012141 Jy/beam ! Clean residual mean=0.000010 rms=0.003580 Jy/beam ! Combined flux in latest and established models = -0.00897842 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 62 model components to the UV plane model. ! The established model now contains 62 components and -0.00897842 Jy ! Inverting map and beam ! Estimated beam: bmin=6.448 mas, bmaj=35.49 mas, bpa=16.71 degrees ! Estimated noise=46.0436 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.000836817 Jy ! Component: 100 - total flux cleaned = 0.00080121 Jy ! Component: 150 - total flux cleaned = 0.00038166 Jy ! Component: 200 - total flux cleaned = -0.000111702 Jy ! Total flux subtracted in 200 components = -0.000111702 Jy ! Clean residual min=-0.007878 max=0.009144 Jy/beam ! Clean residual mean=0.000011 rms=0.002853 Jy/beam ! Combined flux in latest and established models = -0.00909012 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 123 components and -0.00909012 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.806 mas, bmaj=34.51 mas, bpa=16.65 degrees ! Estimated noise=45.9729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000486712 Jy ! Component: 100 - total flux cleaned = -0.00103665 Jy ! Component: 150 - total flux cleaned = -0.00154653 Jy ! Component: 200 - total flux cleaned = -0.00180819 Jy ! Total flux subtracted in 200 components = -0.00180819 Jy ! Clean residual min=-0.007410 max=0.008518 Jy/beam ! Clean residual mean=0.000008 rms=0.002692 Jy/beam ! Combined flux in latest and established models = -0.0108983 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 = -0.00024862 Jy ! Component: 100 - total flux cleaned = -0.000365974 Jy ! Component: 150 - total flux cleaned = -0.000482243 Jy ! Component: 200 - total flux cleaned = -0.000633022 Jy ! Total flux subtracted in 200 components = -0.000633022 Jy ! Clean residual min=-0.007351 max=0.008458 Jy/beam ! Clean residual mean=0.000008 rms=0.002611 Jy/beam ! Combined flux in latest and established models = -0.0115313 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 176 components and -0.0115313 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.448 mas, bmaj=35.49 mas, bpa=16.71 degrees ! Estimated noise=46.0436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.97588e-05 Jy ! Component: 100 - total flux cleaned = -0.000157876 Jy ! Component: 150 - total flux cleaned = -0.00026969 Jy ! Component: 200 - total flux cleaned = -0.000377363 Jy ! Total flux subtracted in 200 components = -0.000377363 Jy ! Clean residual min=-0.006976 max=0.008189 Jy/beam ! Clean residual mean=0.000008 rms=0.002517 Jy/beam ! Combined flux in latest and established models = -0.0119087 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 202 components and -0.0119087 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.054350Jy sigma=0.015975 ! Fit after self-cal, rms=0.053576Jy sigma=0.014129 wmodel /scr/pima/bp171a3_uvs/J1109-2301_C_map.mod ! Writing 202 model components to file: /scr/pima/bp171a3_uvs/J1109-2301_C_map.mod wobs /scr/pima/bp171a3_uvs/J1109-2301_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a3_uvs/J1109-2301_C_uvs.fits wwins /scr/pima/bp171a3_uvs/J1109-2301_C_map.win ! wwins: Wrote 1 windows to /scr/pima/bp171a3_uvs/J1109-2301_C_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000445195 Jy ! Component: 100 - total flux cleaned = -0.000328279 Jy ! Component: 150 - total flux cleaned = -0.000643982 Jy ! Component: 200 - total flux cleaned = -0.00105171 Jy ! Component: 250 - total flux cleaned = -0.00122817 Jy ! Component: 300 - total flux cleaned = -0.00132902 Jy ! Component: 350 - total flux cleaned = -0.00145928 Jy ! Component: 400 - total flux cleaned = -0.00167833 Jy ! Component: 450 - total flux cleaned = -0.0018616 Jy ! Component: 500 - total flux cleaned = -0.00204128 Jy ! Component: 550 - total flux cleaned = -0.00221747 Jy ! Component: 600 - total flux cleaned = -0.00241907 Jy ! Component: 650 - total flux cleaned = -0.00256085 Jy ! Component: 700 - total flux cleaned = -0.00261692 Jy ! Component: 750 - total flux cleaned = -0.00258875 Jy ! Component: 800 - total flux cleaned = -0.00264664 Jy ! Component: 850 - total flux cleaned = -0.0027052 Jy ! Component: 900 - total flux cleaned = -0.00279519 Jy ! Component: 950 - total flux cleaned = -0.00288776 Jy ! Component: 1000 - total flux cleaned = -0.00291939 Jy ! Component: 1050 - total flux cleaned = -0.00298565 Jy ! Component: 1100 - total flux cleaned = -0.00305537 Jy ! Component: 1150 - total flux cleaned = -0.00309125 Jy ! Component: 1200 - total flux cleaned = -0.00320232 Jy ! Component: 1250 - total flux cleaned = -0.00323996 Jy ! Component: 1300 - total flux cleaned = -0.0033994 Jy ! Component: 1350 - total flux cleaned = -0.00356557 Jy ! Component: 1400 - total flux cleaned = -0.0037374 Jy ! Component: 1450 - total flux cleaned = -0.00400662 Jy ! Component: 1500 - total flux cleaned = -0.00424178 Jy ! Component: 1550 - total flux cleaned = -0.00438752 Jy ! Component: 1600 - total flux cleaned = -0.00454044 Jy ! Component: 1650 - total flux cleaned = -0.00469946 Jy ! Component: 1700 - total flux cleaned = -0.00486661 Jy ! Component: 1750 - total flux cleaned = -0.00516134 Jy ! Component: 1800 - total flux cleaned = -0.00522423 Jy ! Component: 1850 - total flux cleaned = -0.00548278 Jy ! Component: 1900 - total flux cleaned = -0.00568676 Jy ! Component: 1950 - total flux cleaned = -0.00589977 Jy ! Component: 2000 - total flux cleaned = -0.00604698 Jy ! Component: 2050 - total flux cleaned = -0.00635437 Jy ! Component: 2100 - total flux cleaned = -0.0066778 Jy ! Component: 2150 - total flux cleaned = -0.00701773 Jy ! Component: 2200 - total flux cleaned = -0.00701894 Jy ! Component: 2250 - total flux cleaned = -0.00720187 Jy ! Component: 2300 - total flux cleaned = -0.0072976 Jy ! Component: 2350 - total flux cleaned = -0.0077038 Jy ! Component: 2400 - total flux cleaned = -0.00770226 Jy ! Component: 2450 - total flux cleaned = -0.00815098 Jy ! Component: 2500 - total flux cleaned = -0.00826928 Jy ! Component: 2550 - total flux cleaned = -0.00838969 Jy ! Component: 2600 - total flux cleaned = -0.00877479 Jy ! Component: 2650 - total flux cleaned = -0.0089124 Jy ! Component: 2700 - total flux cleaned = -0.00919564 Jy ! Component: 2750 - total flux cleaned = -0.00934266 Jy ! Component: 2800 - total flux cleaned = -0.00965377 Jy ! Component: 2850 - total flux cleaned = -0.00997675 Jy ! Component: 2900 - total flux cleaned = -0.0103211 Jy ! Component: 2950 - total flux cleaned = -0.0106847 Jy ! Component: 3000 - total flux cleaned = -0.0108739 Jy ! Component: 3050 - total flux cleaned = -0.0112661 Jy ! Component: 3100 - total flux cleaned = -0.011474 Jy ! Component: 3150 - total flux cleaned = -0.0121167 Jy ! Component: 3200 - total flux cleaned = -0.012351 Jy ! Component: 3250 - total flux cleaned = -0.012822 Jy ! Component: 3300 - total flux cleaned = -0.0130762 Jy ! Component: 3350 - total flux cleaned = -0.0133297 Jy ! Component: 3400 - total flux cleaned = -0.0138673 Jy ! Component: 3450 - total flux cleaned = -0.0144257 Jy ! Component: 3500 - total flux cleaned = -0.0150149 Jy ! Component: 3550 - total flux cleaned = -0.0156392 Jy ! Component: 3600 - total flux cleaned = -0.0159545 Jy ! Component: 3650 - total flux cleaned = -0.0166332 Jy ! Component: 3700 - total flux cleaned = -0.0173451 Jy ! Component: 3750 - total flux cleaned = -0.0181022 Jy ! Component: 3800 - total flux cleaned = -0.0180907 Jy ! Component: 3850 - total flux cleaned = -0.0193169 Jy ! Component: 3900 - total flux cleaned = -0.0197422 Jy ! Component: 3950 - total flux cleaned = -0.0210995 Jy ! Component: 4000 - total flux cleaned = -0.0220562 Jy ! Component: 4050 - total flux cleaned = -0.0225622 Jy ! Total flux subtracted in 4096 components = -0.0236101 Jy ! Clean residual min=-0.028676 max=0.027256 Jy/beam ! Clean residual mean=0.000040 rms=0.009299 Jy/beam ! Combined flux in latest and established models = -0.0355188 Jy keep ! Adding 116 model components to the UV plane model. ! The established model now contains 318 components and -0.0355188 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171a3_uvs/J1109-2301_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.448 x 35.49 at 16.71 degrees (North through East) ! Clean map min=-0.062308 max=0.064883 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a3_uvs/J1109-2301_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0648831 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0105675 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -48.8609 48.8609 97.7217 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0317 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.064 quit ! Quitting program ! Log file /scr/pima/bp171a3_uvs/J1109-2301_C_uvs.log closed on Wed Apr 3 11:19:31 2013