! Started logfile: J0801-3336_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:29:57 2007 obs J0801-3336_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0801-3336_S_2002_01_31_yyk_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.773765 visibilities/baseline/integration-bin. ! Found source: J0801-3336 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1224 lines of history. ! ! Reading 10028 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 ![@muppet J0801-3336_S_2002_01_31_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 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. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.281998 Jy 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.38 mas, bmaj=5.895 mas, bpa=1.83 degrees ! Estimated noise=1888.43 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.152616 Jy ! Component: 100 - total flux cleaned = 0.199686 Jy ! Total flux subtracted in 100 components = 0.199686 Jy ! Clean residual min=-0.011194 max=0.018012 Jy/beam ! Clean residual mean=-0.000014 rms=0.003218 Jy/beam ! Combined flux in latest and established models = 0.199686 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.199686 Jy ! ! Correcting IF 1. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.191092Jy sigma=0.001231 ! Fit after self-cal, rms=0.190966Jy sigma=0.001230 ! Inverting map and beam ! Estimated beam: bmin=2.38 mas, bmaj=5.895 mas, bpa=1.83 degrees ! Estimated noise=1888.43 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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.164 mas, bmaj=7.901 mas, bpa=-0.6236 degrees ! Estimated noise=1072.77 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0371542 Jy ! Component: 100 - total flux cleaned = 0.0491879 Jy ! Component: 150 - total flux cleaned = 0.0533168 Jy ! Component: 200 - total flux cleaned = 0.0547652 Jy ! Total flux subtracted in 200 components = 0.0547652 Jy ! Clean residual min=-0.006160 max=0.010213 Jy/beam ! Clean residual mean=0.000250 rms=0.002292 Jy/beam ! Combined flux in latest and established models = 0.254451 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.254451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186488Jy sigma=0.001198 ! Fit after self-cal, rms=0.186483Jy sigma=0.001198 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.164 x 7.901 at -0.6236 degrees (North through East) ! Clean map min=-0.0059799 max=0.19531 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00303 ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.12 HN 1.00* KP 0.92 ! LA 0.95 MK 0.96 NL 1.19 OV 0.94 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.186483Jy sigma=0.001198 ! Fit after self-cal, rms=0.185887Jy sigma=0.001193 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185887Jy sigma=0.001193 ! Fit after self-cal, rms=0.185882Jy sigma=0.001193 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=7.917 mas, bpa=-0.8661 degrees ! Estimated noise=1070.15 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000741429 Jy ! Component: 100 - total flux cleaned = -0.000771217 Jy ! Component: 150 - total flux cleaned = -0.000798642 Jy ! Component: 200 - total flux cleaned = -0.000798025 Jy ! Total flux subtracted in 200 components = -0.000798025 Jy ! Clean residual min=-0.006615 max=0.009024 Jy/beam ! Clean residual mean=0.000221 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 0.253653 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.253653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185874Jy sigma=0.001193 ! Fit after self-cal, rms=0.185871Jy sigma=0.001193 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185871Jy sigma=0.001193 ! Fit after self-cal, rms=0.184756Jy sigma=0.001185 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000631036 Jy ! Component: 100 - total flux cleaned = 0.000629262 Jy ! Component: 150 - total flux cleaned = 0.000594902 Jy ! Component: 200 - total flux cleaned = 0.000567391 Jy ! Total flux subtracted in 200 components = 0.000567391 Jy ! Clean residual min=-0.006570 max=0.008974 Jy/beam ! Clean residual mean=0.000223 rms=0.002125 Jy/beam ! Combined flux in latest and established models = 0.254221 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.254221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184740Jy sigma=0.001185 ! Fit after self-cal, rms=0.184633Jy sigma=0.001184 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.175 x 7.917 at -0.8661 degrees (North through East) ! Clean map min=-0.0063794 max=0.19699 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184633Jy sigma=0.001184 ! Fit after self-cal, rms=0.184284Jy sigma=0.001183 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184284Jy sigma=0.001183 ! Fit after self-cal, rms=0.184287Jy sigma=0.001183 ! Inverting map and beam ! Estimated beam: bmin=3.183 mas, bmaj=7.882 mas, bpa=-1.035 degrees ! Estimated noise=1063.3 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00157405 Jy ! Component: 100 - total flux cleaned = -0.00169949 Jy ! Component: 150 - total flux cleaned = -0.00175239 Jy ! Component: 200 - total flux cleaned = -0.00177517 Jy ! Total flux subtracted in 200 components = -0.00177517 Jy ! Clean residual min=-0.006664 max=0.008454 Jy/beam ! Clean residual mean=0.000218 rms=0.002066 Jy/beam ! Combined flux in latest and established models = 0.252446 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.252446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184274Jy sigma=0.001183 ! Fit after self-cal, rms=0.184289Jy sigma=0.001183 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184289Jy sigma=0.001183 ! Fit after self-cal, rms=0.184294Jy sigma=0.001183 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184294Jy sigma=0.001183 ! Fit after self-cal, rms=0.184305Jy sigma=0.001183 ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=7.895 mas, bpa=-1.408 degrees ! Estimated noise=1063.04 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000281066 Jy ! Component: 100 - total flux cleaned = 0.000277108 Jy ! Component: 150 - total flux cleaned = 0.000273447 Jy ! Component: 200 - total flux cleaned = 0.000269549 Jy ! Total flux subtracted in 200 components = 0.000269549 Jy ! Clean residual min=-0.006442 max=0.008374 Jy/beam ! Clean residual mean=0.000171 rms=0.002010 Jy/beam ! Combined flux in latest and established models = 0.252715 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.252715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184298Jy sigma=0.001183 ! Fit after self-cal, rms=0.184304Jy sigma=0.001183 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.99 mas, bmaj=24.97 mas, bpa=5.422 degrees ! Estimated noise=1346.4 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261811 Jy ! Component: 100 - total flux cleaned = 0.00271185 Jy ! Component: 150 - total flux cleaned = 0.00280319 Jy ! Component: 200 - total flux cleaned = 0.00288942 Jy ! Total flux subtracted in 200 components = 0.00288942 Jy ! Clean residual min=-0.005987 max=0.008314 Jy/beam ! Clean residual mean=0.000325 rms=0.002627 Jy/beam ! Combined flux in latest and established models = 0.255605 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 64 components and 0.255605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184337Jy sigma=0.001183 ! Fit after self-cal, rms=0.184340Jy sigma=0.001183 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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.382 mas, bmaj=5.878 mas, bpa=1.424 degrees ! Estimated noise=1878.19 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.153394 Jy ! Component: 100 - total flux cleaned = 0.200118 Jy ! Component: 150 - total flux cleaned = 0.222276 Jy ! Component: 200 - total flux cleaned = 0.233572 Jy ! Total flux subtracted in 200 components = 0.233572 Jy ! Clean residual min=-0.007879 max=0.011382 Jy/beam ! Clean residual mean=-0.000014 rms=0.002255 Jy/beam ! Combined flux in latest and established models = 0.233572 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.233572 Jy ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=7.895 mas, bpa=-1.408 degrees ! Estimated noise=1063.04 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) ! Added new window around map position (3.5, 9). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167123 Jy ! Component: 100 - total flux cleaned = 0.0234088 Jy ! Component: 150 - total flux cleaned = 0.0255132 Jy ! Component: 200 - total flux cleaned = 0.0259436 Jy ! Total flux subtracted in 200 components = 0.0259436 Jy ! Clean residual min=-0.005898 max=0.007663 Jy/beam ! Clean residual mean=0.000133 rms=0.001823 Jy/beam ! Combined flux in latest and established models = 0.259515 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 57 components and 0.259515 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.99 mas, bmaj=24.97 mas, bpa=5.422 degrees ! Estimated noise=1346.4 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00216352 Jy ! Component: 100 - total flux cleaned = 0.00196 Jy ! Component: 150 - total flux cleaned = 0.00196348 Jy ! Component: 200 - total flux cleaned = 0.00203947 Jy ! Total flux subtracted in 200 components = 0.00203947 Jy ! Clean residual min=-0.005793 max=0.008203 Jy/beam ! Clean residual mean=0.000256 rms=0.002426 Jy/beam ! Combined flux in latest and established models = 0.261555 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 64 components and 0.261555 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=7.895 mas, bpa=-1.408 degrees ! Estimated noise=1063.04 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00163453 Jy ! Component: 100 - total flux cleaned = -0.00163545 Jy ! Component: 150 - total flux cleaned = -0.00173033 Jy ! Component: 200 - total flux cleaned = -0.00180909 Jy ! Total flux subtracted in 200 components = -0.00180909 Jy ! Clean residual min=-0.006091 max=0.006746 Jy/beam ! Clean residual mean=0.000133 rms=0.001747 Jy/beam ! Combined flux in latest and established models = 0.259746 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.259746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183789Jy sigma=0.001179 ! Fit after self-cal, rms=0.183751Jy sigma=0.001179 wmodel J0801-3336_S_2002_01_31_yyk\_map.mod ! Writing 82 model components to file: J0801-3336_S_2002_01_31_yyk_map.mod wobs J0801-3336_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0801-3336_S_2002_01_31_yyk_uvs.fits wwins J0801-3336_S_2002_01_31_yyk\_map.win ! wwins: Wrote 2 windows to J0801-3336_S_2002_01_31_yyk_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.000907351 Jy ! Component: 100 - total flux cleaned = 0.00247409 Jy ! Component: 150 - total flux cleaned = 0.00410213 Jy ! Component: 200 - total flux cleaned = 0.0055507 Jy ! Component: 250 - total flux cleaned = 0.00676496 Jy ! Component: 300 - total flux cleaned = 0.00792207 Jy ! Component: 350 - total flux cleaned = 0.00917637 Jy ! Component: 400 - total flux cleaned = 0.0100305 Jy ! Component: 450 - total flux cleaned = 0.0105815 Jy ! Component: 500 - total flux cleaned = 0.0112506 Jy ! Component: 550 - total flux cleaned = 0.0119031 Jy ! Component: 600 - total flux cleaned = 0.0124774 Jy ! Component: 650 - total flux cleaned = 0.0130998 Jy ! Component: 700 - total flux cleaned = 0.0137066 Jy ! Component: 750 - total flux cleaned = 0.014123 Jy ! Component: 800 - total flux cleaned = 0.0148216 Jy ! Component: 850 - total flux cleaned = 0.0152768 Jy ! Component: 900 - total flux cleaned = 0.0153888 Jy ! Component: 950 - total flux cleaned = 0.0157189 Jy ! Component: 1000 - total flux cleaned = 0.0159889 Jy ! Component: 1050 - total flux cleaned = 0.016148 Jy ! Component: 1100 - total flux cleaned = 0.0163059 Jy ! Component: 1150 - total flux cleaned = 0.0165133 Jy ! Component: 1200 - total flux cleaned = 0.0168677 Jy ! Component: 1250 - total flux cleaned = 0.0170164 Jy ! Component: 1300 - total flux cleaned = 0.0171151 Jy ! Component: 1350 - total flux cleaned = 0.0175019 Jy ! Component: 1400 - total flux cleaned = 0.0177871 Jy ! Component: 1450 - total flux cleaned = 0.0180225 Jy ! Component: 1500 - total flux cleaned = 0.0183013 Jy ! Component: 1550 - total flux cleaned = 0.0184852 Jy ! Component: 1600 - total flux cleaned = 0.0188023 Jy ! Component: 1650 - total flux cleaned = 0.0191152 Jy ! Component: 1700 - total flux cleaned = 0.0193803 Jy ! Component: 1750 - total flux cleaned = 0.0197731 Jy ! Component: 1800 - total flux cleaned = 0.0200753 Jy ! Component: 1850 - total flux cleaned = 0.0203744 Jy ! Component: 1900 - total flux cleaned = 0.0207118 Jy ! Component: 1950 - total flux cleaned = 0.0210458 Jy ! Component: 2000 - total flux cleaned = 0.0213765 Jy ! Total flux subtracted in 2048 components = 0.0216621 Jy ! Clean residual min=-0.002293 max=0.002675 Jy/beam ! Clean residual mean=0.000039 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.281408 Jy keep ! Adding 146 model components to the UV plane model. ! The established model now contains 228 components and 0.281408 Jy ![Exited script file: muppet] wmap "J0801-3336_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.17 x 7.895 at -1.408 degrees (North through East) ! Clean map min=-0.0053551 max=0.19003 Jy/beam ! Writing clean map to FITS file: J0801-3336_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.190026 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000862563 device "J0801-3336_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0801-3336_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.36175 1.36175 2.72351 5.44701 10.894 21.788 43.5761 87.1522 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.19 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.17 x 7.895 at -1.408 degrees (North through East) ! Clean map min=-0.0053551 max=0.19003 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0801-3336_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0801-3336_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0801-3336_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:30:04 2007