! Started logfile: J0928-3049_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:37:17 2007 obs J0928-3049_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0928-3049_S_2002_01_31_yyk_uva.fits ! AN table 1: 66 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.678114 visibilities/baseline/integration-bin. ! Found source: J0928-3049 ! ! 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 1225 lines of history. ! ! Reading 8056 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 J0928-3049_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.261316 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.409 mas, bmaj=6.198 mas, bpa=1.137 degrees ! Estimated noise=2321.62 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.5). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0914488 Jy ! Component: 100 - total flux cleaned = 0.13788 Jy ! Total flux subtracted in 100 components = 0.13788 Jy ! Clean residual min=-0.016072 max=0.028211 Jy/beam ! Clean residual mean=0.000097 rms=0.005127 Jy/beam ! Combined flux in latest and established models = 0.13788 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 45 model components to the UV plane model. ! The established model now contains 45 components and 0.13788 Jy ! ! Correcting IF 1. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 240 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.209353Jy sigma=0.001413 ! Fit after self-cal, rms=0.208841Jy sigma=0.001409 ! Inverting map and beam ! Estimated beam: bmin=2.409 mas, bmaj=6.198 mas, bpa=1.137 degrees ! Estimated noise=2321.62 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.807 mas, bmaj=9.374 mas, bpa=4.735 degrees ! Estimated noise=1183.08 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.0597114 Jy ! Component: 100 - total flux cleaned = 0.0782373 Jy ! Component: 150 - total flux cleaned = 0.0843509 Jy ! Component: 200 - total flux cleaned = 0.0847631 Jy ! Total flux subtracted in 200 components = 0.0847631 Jy ! Clean residual min=-0.011009 max=0.022180 Jy/beam ! Clean residual mean=0.000568 rms=0.004366 Jy/beam ! Combined flux in latest and established models = 0.222643 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 66 components and 0.222643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199115Jy sigma=0.001328 ! Fit after self-cal, rms=0.199039Jy sigma=0.001327 ! 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.807 x 9.374 at 4.735 degrees (North through East) ! Clean map min=-0.010243 max=0.10488 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. ! 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 2. ! 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. ! 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. ! 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.199039Jy sigma=0.001327 ! Fit after self-cal, rms=0.199039Jy sigma=0.001327 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.199039Jy sigma=0.001327 ! Fit after self-cal, rms=0.199040Jy sigma=0.001327 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.807 mas, bmaj=9.374 mas, bpa=4.735 degrees ! Estimated noise=1183.08 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 (6.5, 5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.020901 Jy ! Component: 100 - total flux cleaned = 0.0223546 Jy ! Component: 150 - total flux cleaned = 0.0226764 Jy ! Component: 200 - total flux cleaned = 0.023244 Jy ! Total flux subtracted in 200 components = 0.023244 Jy ! Clean residual min=-0.007453 max=0.022257 Jy/beam ! Clean residual mean=0.000440 rms=0.003112 Jy/beam ! Combined flux in latest and established models = 0.245887 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 55 model components to the UV plane model. ! The established model now contains 117 components and 0.245887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196461Jy sigma=0.001308 ! Fit after self-cal, rms=0.195920Jy sigma=0.001304 ! 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.195920Jy sigma=0.001304 ! Fit after self-cal, rms=0.194681Jy sigma=0.001294 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) ! Added new window around map position (-8, -7.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178742 Jy ! Component: 100 - total flux cleaned = 0.0207685 Jy ! Component: 150 - total flux cleaned = 0.021721 Jy ! Component: 200 - total flux cleaned = 0.0217245 Jy ! Total flux subtracted in 200 components = 0.0217245 Jy ! Clean residual min=-0.004969 max=0.005704 Jy/beam ! Clean residual mean=0.000329 rms=0.001652 Jy/beam ! Combined flux in latest and established models = 0.267611 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 47 model components to the UV plane model. ! The established model now contains 159 components and 0.267611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193101Jy sigma=0.001283 ! Fit after self-cal, rms=0.192722Jy sigma=0.001281 ! 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.807 x 9.374 at 4.735 degrees (North through East) ! Clean map min=-0.0047212 max=0.095607 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 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=9.417 mas, bmaj=26 mas, bpa=6.997 degrees ! Estimated noise=1378.98 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.000939909 Jy ! Component: 100 - total flux cleaned = 0.000792609 Jy ! Component: 150 - total flux cleaned = 0.000920035 Jy ! Component: 200 - total flux cleaned = 0.000915217 Jy ! Total flux subtracted in 200 components = 0.000915217 Jy ! Clean residual min=-0.003937 max=0.005681 Jy/beam ! Clean residual mean=0.000510 rms=0.001668 Jy/beam ! Combined flux in latest and established models = 0.268527 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 178 components and 0.268527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192560Jy sigma=0.001280 ! Fit after self-cal, rms=0.192461Jy sigma=0.001279 ! 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.409 mas, bmaj=6.198 mas, bpa=1.137 degrees ! Estimated noise=2321.62 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.100451 Jy ! Component: 100 - total flux cleaned = 0.152694 Jy ! Component: 150 - total flux cleaned = 0.18479 Jy ! Component: 200 - total flux cleaned = 0.206627 Jy ! Total flux subtracted in 200 components = 0.206627 Jy ! Clean residual min=-0.011482 max=0.010660 Jy/beam ! Clean residual mean=0.000053 rms=0.003096 Jy/beam ! Combined flux in latest and established models = 0.206627 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 74 model components to the UV plane model. ! The established model now contains 74 components and 0.206627 Jy ! Inverting map and beam ! Estimated beam: bmin=3.807 mas, bmaj=9.374 mas, bpa=4.735 degrees ! Estimated noise=1183.08 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.0315196 Jy ! Component: 100 - total flux cleaned = 0.046393 Jy ! Component: 150 - total flux cleaned = 0.0548742 Jy ! Component: 200 - total flux cleaned = 0.0578422 Jy ! Total flux subtracted in 200 components = 0.0578422 Jy ! Clean residual min=-0.004950 max=0.005116 Jy/beam ! Clean residual mean=0.000324 rms=0.001474 Jy/beam ! Combined flux in latest and established models = 0.26447 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 145 components and 0.26447 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=9.417 mas, bmaj=26 mas, bpa=6.997 degrees ! Estimated noise=1378.98 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.00313762 Jy ! Component: 100 - total flux cleaned = 0.00434465 Jy ! Component: 150 - total flux cleaned = 0.00465417 Jy ! Component: 200 - total flux cleaned = 0.00477341 Jy ! Total flux subtracted in 200 components = 0.00477341 Jy ! Clean residual min=-0.004108 max=0.005805 Jy/beam ! Clean residual mean=0.000490 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.269243 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 186 components and 0.269243 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.807 mas, bmaj=9.374 mas, bpa=4.735 degrees ! Estimated noise=1183.08 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000523304 Jy ! Component: 100 - total flux cleaned = -0.000622141 Jy ! Component: 150 - total flux cleaned = -0.000625059 Jy ! Component: 200 - total flux cleaned = -0.000623155 Jy ! Total flux subtracted in 200 components = -0.000623155 Jy ! Clean residual min=-0.004183 max=0.004913 Jy/beam ! Clean residual mean=0.000309 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.26862 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 204 components and 0.26862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192117Jy sigma=0.001277 ! Fit after self-cal, rms=0.191947Jy sigma=0.001276 wmodel J0928-3049_S_2002_01_31_yyk\_map.mod ! Writing 204 model components to file: J0928-3049_S_2002_01_31_yyk_map.mod wobs J0928-3049_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0928-3049_S_2002_01_31_yyk_uvs.fits wwins J0928-3049_S_2002_01_31_yyk\_map.win ! wwins: Wrote 3 windows to J0928-3049_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.00194484 Jy ! Component: 100 - total flux cleaned = 0.00325035 Jy ! Component: 150 - total flux cleaned = 0.00426201 Jy ! Component: 200 - total flux cleaned = 0.0051612 Jy ! Component: 250 - total flux cleaned = 0.00609521 Jy ! Component: 300 - total flux cleaned = 0.0068058 Jy ! Component: 350 - total flux cleaned = 0.00737123 Jy ! Component: 400 - total flux cleaned = 0.00792224 Jy ! Component: 450 - total flux cleaned = 0.00839919 Jy ! Component: 500 - total flux cleaned = 0.00880592 Jy ! Component: 550 - total flux cleaned = 0.00937376 Jy ! Component: 600 - total flux cleaned = 0.00970681 Jy ! Component: 650 - total flux cleaned = 0.0100895 Jy ! Component: 700 - total flux cleaned = 0.010624 Jy ! Component: 750 - total flux cleaned = 0.0110954 Jy ! Component: 800 - total flux cleaned = 0.0114031 Jy ! Component: 850 - total flux cleaned = 0.0117062 Jy ! Component: 900 - total flux cleaned = 0.012153 Jy ! Component: 950 - total flux cleaned = 0.0125915 Jy ! Component: 1000 - total flux cleaned = 0.0130223 Jy ! Component: 1050 - total flux cleaned = 0.0133514 Jy ! Component: 1100 - total flux cleaned = 0.0137222 Jy ! Component: 1150 - total flux cleaned = 0.0141793 Jy ! Component: 1200 - total flux cleaned = 0.0144497 Jy ! Component: 1250 - total flux cleaned = 0.0148929 Jy ! Component: 1300 - total flux cleaned = 0.0151546 Jy ! Component: 1350 - total flux cleaned = 0.0153702 Jy ! Component: 1400 - total flux cleaned = 0.0155828 Jy ! Component: 1450 - total flux cleaned = 0.0158767 Jy ! Component: 1500 - total flux cleaned = 0.0161255 Jy ! Component: 1550 - total flux cleaned = 0.0163302 Jy ! Component: 1600 - total flux cleaned = 0.0166133 Jy ! Component: 1650 - total flux cleaned = 0.0167737 Jy ! Component: 1700 - total flux cleaned = 0.0170111 Jy ! Component: 1750 - total flux cleaned = 0.0172456 Jy ! Component: 1800 - total flux cleaned = 0.0175936 Jy ! Component: 1850 - total flux cleaned = 0.017861 Jy ! Component: 1900 - total flux cleaned = 0.0181267 Jy ! Component: 1950 - total flux cleaned = 0.0184276 Jy ! Component: 2000 - total flux cleaned = 0.0188001 Jy ! Total flux subtracted in 2048 components = 0.0190947 Jy ! Clean residual min=-0.002027 max=0.002289 Jy/beam ! Clean residual mean=0.000171 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.287714 Jy keep ! Adding 120 model components to the UV plane model. ! The established model now contains 324 components and 0.287714 Jy ![Exited script file: muppet] wmap "J0928-3049_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.807 x 9.374 at 4.735 degrees (North through East) ! Clean map min=-0.004712 max=0.086782 Jy/beam ! Writing clean map to FITS file: J0928-3049_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.0867821 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000760918 device "J0928-3049_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0928-3049_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.63044 2.63044 5.26089 10.5218 21.0436 42.0871 84.1742 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.086 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.807 x 9.374 at 4.735 degrees (North through East) ! Clean map min=-0.004712 max=0.086782 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0928-3049_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0928-3049_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0928-3049_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:37:24 2007