! Started logfile: J0806-3519_S_2002_05_14_yyk_uvs.log on Tue Jun 26 22:30:45 2007 obs J0806-3519_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0806-3519_S_2002_05_14_yyk_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77716 visibilities/baseline/integration-bin. ! Found source: J0806-3519 ! ! 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 1153 lines of history. ! ! Reading 5036 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 J0806-3519_S_2002_05_14_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.280545 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.706 mas, bmaj=6.98 mas, bpa=9.461 degrees ! Estimated noise=2968.85 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.5, 1). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0844596 Jy ! Component: 100 - total flux cleaned = 0.118553 Jy ! Total flux subtracted in 100 components = 0.118553 Jy ! Clean residual min=-0.014815 max=0.016121 Jy/beam ! Clean residual mean=0.000342 rms=0.004636 Jy/beam ! Combined flux in latest and established models = 0.118553 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.118553 Jy ! ! Correcting IF 1. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.254998Jy sigma=0.001338 ! Fit after self-cal, rms=0.254868Jy sigma=0.001337 ! Inverting map and beam ! Estimated beam: bmin=2.706 mas, bmaj=6.98 mas, bpa=9.461 degrees ! Estimated noise=2968.85 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=4.058 mas, bmaj=10.67 mas, bpa=9.123 degrees ! Estimated noise=2042.41 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.024197 Jy ! Component: 100 - total flux cleaned = 0.030872 Jy ! Component: 150 - total flux cleaned = 0.032499 Jy ! Component: 200 - total flux cleaned = 0.0327096 Jy ! Total flux subtracted in 200 components = 0.0327096 Jy ! Clean residual min=-0.009121 max=0.012425 Jy/beam ! Clean residual mean=0.000562 rms=0.003131 Jy/beam ! Combined flux in latest and established models = 0.151262 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 49 components and 0.151262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253668Jy sigma=0.001328 ! Fit after self-cal, rms=0.253634Jy sigma=0.001328 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.058 x 10.67 at 9.123 degrees (North through East) ! Clean map min=-0.0086725 max=0.096217 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: 0.996757 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.11 HN 1.00* KP 0.87 ! LA 0.92 NL 1.19 OV 0.97 PT 1.04 ! SC 1.00* MK 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.253634Jy sigma=0.001328 ! Fit after self-cal, rms=0.254341Jy 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.254341Jy sigma=0.001327 ! Fit after self-cal, rms=0.254335Jy sigma=0.001327 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=10.75 mas, bpa=9.15 degrees ! Estimated noise=2028.25 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.000536041 Jy ! Component: 100 - total flux cleaned = -0.000456066 Jy ! Component: 150 - total flux cleaned = -0.000389956 Jy ! Component: 200 - total flux cleaned = -0.000323683 Jy ! Total flux subtracted in 200 components = -0.000323683 Jy ! Clean residual min=-0.009533 max=0.010739 Jy/beam ! Clean residual mean=0.000558 rms=0.003018 Jy/beam ! Combined flux in latest and established models = 0.150939 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.150939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254298Jy sigma=0.001327 ! Fit after self-cal, rms=0.254267Jy sigma=0.001326 ! 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.254267Jy sigma=0.001326 ! Fit after self-cal, rms=0.253082Jy sigma=0.001319 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.00118751 Jy ! Component: 100 - total flux cleaned = 0.00171843 Jy ! Component: 150 - total flux cleaned = 0.00232078 Jy ! Component: 200 - total flux cleaned = 0.00259264 Jy ! Total flux subtracted in 200 components = 0.00259264 Jy ! Clean residual min=-0.008465 max=0.011676 Jy/beam ! Clean residual mean=0.000550 rms=0.002988 Jy/beam ! Combined flux in latest and established models = 0.153531 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 61 components and 0.153531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252874Jy sigma=0.001319 ! Fit after self-cal, rms=0.252725Jy sigma=0.001318 ! 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: 4.089 x 10.75 at 9.15 degrees (North through East) ! Clean map min=-0.0079518 max=0.099357 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.621 mas, bmaj=37.88 mas, bpa=12.09 degrees ! Estimated noise=2300.66 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.00149845 Jy ! Component: 100 - total flux cleaned = 0.00149737 Jy ! Component: 150 - total flux cleaned = 0.00142358 Jy ! Component: 200 - total flux cleaned = 0.00141609 Jy ! Total flux subtracted in 200 components = 0.00141609 Jy ! Clean residual min=-0.007054 max=0.009519 Jy/beam ! Clean residual mean=0.000767 rms=0.003074 Jy/beam ! Combined flux in latest and established models = 0.154947 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.154947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252701Jy sigma=0.001318 ! Fit after self-cal, rms=0.252679Jy sigma=0.001317 ! 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.709 mas, bmaj=6.985 mas, bpa=9.467 degrees ! Estimated noise=2964.81 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.089012 Jy ! Component: 100 - total flux cleaned = 0.124374 Jy ! Component: 150 - total flux cleaned = 0.14039 Jy ! Component: 200 - total flux cleaned = 0.143046 Jy ! Total flux subtracted in 200 components = 0.143046 Jy ! Clean residual min=-0.018644 max=0.019378 Jy/beam ! Clean residual mean=0.000271 rms=0.005352 Jy/beam ! Combined flux in latest and established models = 0.143046 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.143046 Jy ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=10.75 mas, bpa=9.15 degrees ! Estimated noise=2028.25 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.00894597 Jy ! Component: 100 - total flux cleaned = 0.0098877 Jy ! Component: 150 - total flux cleaned = 0.0099947 Jy ! Component: 200 - total flux cleaned = 0.0101039 Jy ! Total flux subtracted in 200 components = 0.0101039 Jy ! Clean residual min=-0.008959 max=0.010528 Jy/beam ! Clean residual mean=0.000547 rms=0.002998 Jy/beam ! Combined flux in latest and established models = 0.15315 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.15315 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.621 mas, bmaj=37.88 mas, bpa=12.09 degrees ! Estimated noise=2300.66 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.00183314 Jy ! Component: 100 - total flux cleaned = 0.00183311 Jy ! Component: 150 - total flux cleaned = 0.0018347 Jy ! Component: 200 - total flux cleaned = 0.00176482 Jy ! Total flux subtracted in 200 components = 0.00176482 Jy ! Clean residual min=-0.007054 max=0.009430 Jy/beam ! Clean residual mean=0.000762 rms=0.003081 Jy/beam ! Combined flux in latest and established models = 0.154915 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 41 components and 0.154915 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=10.75 mas, bpa=9.15 degrees ! Estimated noise=2028.25 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119521 Jy ! Component: 100 - total flux cleaned = -0.00118173 Jy ! Component: 150 - total flux cleaned = -0.00116657 Jy ! Component: 200 - total flux cleaned = -0.00115256 Jy ! Total flux subtracted in 200 components = -0.00115256 Jy ! Clean residual min=-0.008862 max=0.010157 Jy/beam ! Clean residual mean=0.000542 rms=0.002916 Jy/beam ! Combined flux in latest and established models = 0.153763 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.153763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.252365Jy sigma=0.001316 ! Fit after self-cal, rms=0.252074Jy sigma=0.001315 wmodel J0806-3519_S_2002_05_14_yyk\_map.mod ! Writing 45 model components to file: J0806-3519_S_2002_05_14_yyk_map.mod wobs J0806-3519_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0806-3519_S_2002_05_14_yyk_uvs.fits wwins J0806-3519_S_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J0806-3519_S_2002_05_14_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.00428332 Jy ! Component: 100 - total flux cleaned = 0.00722056 Jy ! Component: 150 - total flux cleaned = 0.00992731 Jy ! Component: 200 - total flux cleaned = 0.0119603 Jy ! Component: 250 - total flux cleaned = 0.0137613 Jy ! Component: 300 - total flux cleaned = 0.0151345 Jy ! Component: 350 - total flux cleaned = 0.0164453 Jy ! Component: 400 - total flux cleaned = 0.0178047 Jy ! Component: 450 - total flux cleaned = 0.0190095 Jy ! Component: 500 - total flux cleaned = 0.0203645 Jy ! Component: 550 - total flux cleaned = 0.0217665 Jy ! Component: 600 - total flux cleaned = 0.0231223 Jy ! Component: 650 - total flux cleaned = 0.0242606 Jy ! Component: 700 - total flux cleaned = 0.0255299 Jy ! Component: 750 - total flux cleaned = 0.0268493 Jy ! Component: 800 - total flux cleaned = 0.0282968 Jy ! Component: 850 - total flux cleaned = 0.0296299 Jy ! Component: 900 - total flux cleaned = 0.0309295 Jy ! Component: 950 - total flux cleaned = 0.0319745 Jy ! Component: 1000 - total flux cleaned = 0.0330691 Jy ! Component: 1050 - total flux cleaned = 0.0342832 Jy ! Component: 1100 - total flux cleaned = 0.0351925 Jy ! Component: 1150 - total flux cleaned = 0.0361534 Jy ! Component: 1200 - total flux cleaned = 0.0370951 Jy ! Component: 1250 - total flux cleaned = 0.0378879 Jy ! Component: 1300 - total flux cleaned = 0.0388613 Jy ! Component: 1350 - total flux cleaned = 0.039754 Jy ! Component: 1400 - total flux cleaned = 0.0406315 Jy ! Component: 1450 - total flux cleaned = 0.041494 Jy ! Component: 1500 - total flux cleaned = 0.0423417 Jy ! Component: 1550 - total flux cleaned = 0.0432944 Jy ! Component: 1600 - total flux cleaned = 0.0439975 Jy ! Component: 1650 - total flux cleaned = 0.0448617 Jy ! Component: 1700 - total flux cleaned = 0.0456552 Jy ! Component: 1750 - total flux cleaned = 0.04638 Jy ! Component: 1800 - total flux cleaned = 0.0471484 Jy ! Component: 1850 - total flux cleaned = 0.0477983 Jy ! Component: 1900 - total flux cleaned = 0.0485455 Jy ! Component: 1950 - total flux cleaned = 0.0492293 Jy ! Component: 2000 - total flux cleaned = 0.0497999 Jy ! Total flux subtracted in 2048 components = 0.0503118 Jy ! Clean residual min=-0.002746 max=0.002794 Jy/beam ! Clean residual mean=0.000122 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.204074 Jy keep ! Adding 88 model components to the UV plane model. ! The established model now contains 133 components and 0.204074 Jy ![Exited script file: muppet] wmap "J0806-3519_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.089 x 10.75 at 9.15 degrees (North through East) ! Clean map min=-0.0047604 max=0.10537 Jy/beam ! Writing clean map to FITS file: J0806-3519_S_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.105371 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00100703 device "J0806-3519_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0806-3519_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.8671 2.8671 5.73419 11.4684 22.9368 45.8735 91.7471 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.003 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.105 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.089 x 10.75 at 9.15 degrees (North through East) ! Clean map min=-0.0047604 max=0.10537 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0806-3519_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0806-3519_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0806-3519_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:30:51 2007