! Started logfile: J0336-3616_S_2002_05_14_yyk_uvs.log on Tue Jun 26 22:07:38 2007 obs J0336-3616_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0336-3616_S_2002_05_14_yyk_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.559877 visibilities/baseline/integration-bin. ! Found source: J0336-3616 ! ! 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 3628 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 J0336-3616_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.508874 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.9 mas, bmaj=20.8 mas, bpa=22.89 degrees ! Estimated noise=3130.1 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.244435 Jy ! Component: 100 - total flux cleaned = 0.326012 Jy ! Total flux subtracted in 100 components = 0.326012 Jy ! Clean residual min=-0.025111 max=0.029423 Jy/beam ! Clean residual mean=0.000709 rms=0.009419 Jy/beam ! Combined flux in latest and established models = 0.326012 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 39 components and 0.326012 Jy ! ! Correcting IF 1. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.433357Jy sigma=0.001518 ! Fit after self-cal, rms=0.431892Jy sigma=0.001515 ! Inverting map and beam ! Estimated beam: bmin=2.9 mas, bmaj=20.8 mas, bpa=22.89 degrees ! Estimated noise=3129.94 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.609 mas, bmaj=23.45 mas, bpa=22.79 degrees ! Estimated noise=2417.92 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.0558893 Jy ! Component: 100 - total flux cleaned = 0.0768075 Jy ! Component: 150 - total flux cleaned = 0.0849477 Jy ! Component: 200 - total flux cleaned = 0.0901973 Jy ! Total flux subtracted in 200 components = 0.0901973 Jy ! Clean residual min=-0.008670 max=0.009526 Jy/beam ! Clean residual mean=0.000305 rms=0.003144 Jy/beam ! Combined flux in latest and established models = 0.416209 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 87 model components to the UV plane model. ! The established model now contains 123 components and 0.416209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.428658Jy sigma=0.001480 ! Fit after self-cal, rms=0.428393Jy sigma=0.001480 ! 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.609 x 23.45 at 22.79 degrees (North through East) ! Clean map min=-0.011225 max=0.21341 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.661362 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.10 HN 6.18 KP 1.00* ! LA 0.90 NL 0.94 OV 0.99 PT 1.04 ! SC 1.05 MK 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.839051 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.95 HN 3.15 KP 1.00* ! LA 0.96 NL 0.97 OV 1.00 PT 0.98 ! SC 1.00 MK 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.674633 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 HN 5.51 KP 1.00* ! LA 0.94 NL 1.08 OV 1.15 PT 1.18 ! SC 1.01 MK 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.76323 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.83 HN 4.46 KP 1.00* ! LA 0.91 NL 0.99 OV 0.87 PT 1.00 ! SC 1.03 MK 1.00* ! ! ! Fit before self-cal, rms=0.428393Jy sigma=0.001480 ! Fit after self-cal, rms=0.949276Jy sigma=0.002072 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.949276Jy sigma=0.002072 ! Fit after self-cal, rms=0.949310Jy sigma=0.002072 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.701 mas, bmaj=26.83 mas, bpa=23.78 degrees ! Estimated noise=1289.27 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.133552 Jy ! Component: 100 - total flux cleaned = -0.168626 Jy ! Component: 150 - total flux cleaned = -0.186354 Jy ! Component: 200 - total flux cleaned = -0.195894 Jy ! Total flux subtracted in 200 components = -0.195894 Jy ! Clean residual min=-0.004277 max=0.006758 Jy/beam ! Clean residual mean=0.000032 rms=0.001869 Jy/beam ! Combined flux in latest and established models = 0.220316 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 165 components and 0.220316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.941571Jy sigma=0.001492 ! Fit after self-cal, rms=0.940970Jy sigma=0.001491 ! 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.940970Jy sigma=0.001491 ! Fit after self-cal, rms=0.938670Jy sigma=0.001478 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.00273863 Jy ! Component: 100 - total flux cleaned = -0.00309995 Jy ! Component: 150 - total flux cleaned = -0.00296198 Jy ! Component: 200 - total flux cleaned = -0.00268886 Jy ! Total flux subtracted in 200 components = -0.00268886 Jy ! Clean residual min=-0.003668 max=0.004539 Jy/beam ! Clean residual mean=0.000063 rms=0.001461 Jy/beam ! Combined flux in latest and established models = 0.217627 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 188 components and 0.217627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.938413Jy sigma=0.001476 ! Fit after self-cal, rms=0.937973Jy sigma=0.001474 ! 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.701 x 26.83 at 23.78 degrees (North through East) ! Clean map min=-0.0076771 max=0.090743 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=8.614 mas, bmaj=38.35 mas, bpa=12.33 degrees ! Estimated noise=1508.16 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.00131415 Jy ! Component: 100 - total flux cleaned = 0.00161368 Jy ! Component: 150 - total flux cleaned = 0.00180041 Jy ! Component: 200 - total flux cleaned = 0.001965 Jy ! Total flux subtracted in 200 components = 0.001965 Jy ! Clean residual min=-0.003614 max=0.004427 Jy/beam ! Clean residual mean=0.000041 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.219592 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 202 components and 0.219592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.937801Jy sigma=0.001473 ! Fit after self-cal, rms=0.937614Jy sigma=0.001472 ! 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.875 mas, bmaj=24.89 mas, bpa=24.13 degrees ! Estimated noise=1876.84 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.137555 Jy ! Component: 100 - total flux cleaned = 0.174461 Jy ! Component: 150 - total flux cleaned = 0.187427 Jy ! Component: 200 - total flux cleaned = 0.198451 Jy ! Total flux subtracted in 200 components = 0.198451 Jy ! Clean residual min=-0.012618 max=0.011480 Jy/beam ! Clean residual mean=0.000223 rms=0.004003 Jy/beam ! Combined flux in latest and established models = 0.198451 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 62 model components to the UV plane model. ! The established model now contains 62 components and 0.198451 Jy ! Inverting map and beam ! Estimated beam: bmin=3.701 mas, bmaj=26.83 mas, bpa=23.78 degrees ! Estimated noise=1289.27 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.00817473 Jy ! Component: 100 - total flux cleaned = 0.0126263 Jy ! Component: 150 - total flux cleaned = 0.015518 Jy ! Component: 200 - total flux cleaned = 0.0168119 Jy ! Total flux subtracted in 200 components = 0.0168119 Jy ! Clean residual min=-0.004202 max=0.004629 Jy/beam ! Clean residual mean=0.000089 rms=0.001316 Jy/beam ! Combined flux in latest and established models = 0.215263 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.215263 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.614 mas, bmaj=38.35 mas, bpa=12.33 degrees ! Estimated noise=1508.16 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.001734 Jy ! Component: 100 - total flux cleaned = 0.00202606 Jy ! Component: 150 - total flux cleaned = 0.00235409 Jy ! Component: 200 - total flux cleaned = 0.00255781 Jy ! Total flux subtracted in 200 components = 0.00255781 Jy ! Clean residual min=-0.003368 max=0.004087 Jy/beam ! Clean residual mean=0.000084 rms=0.001247 Jy/beam ! Combined flux in latest and established models = 0.21782 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 99 components and 0.21782 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.701 mas, bmaj=26.83 mas, bpa=23.78 degrees ! Estimated noise=1289.27 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 6.13903e-05 Jy ! Component: 100 - total flux cleaned = -5.90942e-05 Jy ! Component: 150 - total flux cleaned = -8.765e-06 Jy ! Component: 200 - total flux cleaned = 4.0955e-05 Jy ! Total flux subtracted in 200 components = 4.0955e-05 Jy ! Clean residual min=-0.003856 max=0.004346 Jy/beam ! Clean residual mean=0.000064 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.217861 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.217861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.939216Jy sigma=0.001473 ! Fit after self-cal, rms=0.937686Jy sigma=0.001472 wmodel J0336-3616_S_2002_05_14_yyk\_map.mod ! Writing 116 model components to file: J0336-3616_S_2002_05_14_yyk_map.mod wobs J0336-3616_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0336-3616_S_2002_05_14_yyk_uvs.fits wwins J0336-3616_S_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J0336-3616_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.00130565 Jy ! Component: 100 - total flux cleaned = 0.00222153 Jy ! Component: 150 - total flux cleaned = 0.00315568 Jy ! Component: 200 - total flux cleaned = 0.00401689 Jy ! Component: 250 - total flux cleaned = 0.00444189 Jy ! Component: 300 - total flux cleaned = 0.0047072 Jy ! Component: 350 - total flux cleaned = 0.00487387 Jy ! Component: 400 - total flux cleaned = 0.00503206 Jy ! Component: 450 - total flux cleaned = 0.00533738 Jy ! Component: 500 - total flux cleaned = 0.00574088 Jy ! Component: 550 - total flux cleaned = 0.00591805 Jy ! Component: 600 - total flux cleaned = 0.00622653 Jy ! Component: 650 - total flux cleaned = 0.00655683 Jy ! Component: 700 - total flux cleaned = 0.00700625 Jy ! Component: 750 - total flux cleaned = 0.0074122 Jy ! Component: 800 - total flux cleaned = 0.00777786 Jy ! Component: 850 - total flux cleaned = 0.00810552 Jy ! Component: 900 - total flux cleaned = 0.00839737 Jy ! Component: 950 - total flux cleaned = 0.00879656 Jy ! Component: 1000 - total flux cleaned = 0.0091035 Jy ! Component: 1050 - total flux cleaned = 0.00937807 Jy ! Component: 1100 - total flux cleaned = 0.00967553 Jy ! Component: 1150 - total flux cleaned = 0.00994167 Jy ! Component: 1200 - total flux cleaned = 0.0101779 Jy ! Component: 1250 - total flux cleaned = 0.0105137 Jy ! Component: 1300 - total flux cleaned = 0.0106923 Jy ! Component: 1350 - total flux cleaned = 0.0109187 Jy ! Component: 1400 - total flux cleaned = 0.0110431 Jy ! Component: 1450 - total flux cleaned = 0.0111661 Jy ! Component: 1500 - total flux cleaned = 0.0112879 Jy ! Component: 1550 - total flux cleaned = 0.0114089 Jy ! Component: 1600 - total flux cleaned = 0.0115291 Jy ! Component: 1650 - total flux cleaned = 0.0116003 Jy ! Component: 1700 - total flux cleaned = 0.0117186 Jy ! Component: 1750 - total flux cleaned = 0.0118594 Jy ! Component: 1800 - total flux cleaned = 0.011906 Jy ! Component: 1850 - total flux cleaned = 0.0120675 Jy ! Component: 1900 - total flux cleaned = 0.0121589 Jy ! Component: 1950 - total flux cleaned = 0.0122045 Jy ! Component: 2000 - total flux cleaned = 0.012295 Jy ! Total flux subtracted in 2048 components = 0.0124072 Jy ! Clean residual min=-0.001370 max=0.001389 Jy/beam ! Clean residual mean=0.000043 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.230269 Jy keep ! Adding 104 model components to the UV plane model. ! The established model now contains 220 components and 0.230269 Jy ![Exited script file: muppet] wmap "J0336-3616_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.701 x 26.83 at 23.78 degrees (North through East) ! Clean map min=-0.012647 max=0.11789 Jy/beam ! Writing clean map to FITS file: J0336-3616_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.117887 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000448012 device "J0336-3616_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0336-3616_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.14011 1.14011 2.28021 4.56042 9.12084 18.2417 36.4834 72.9667 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.117 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.701 x 26.83 at 23.78 degrees (North through East) ! Clean map min=-0.012647 max=0.11789 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0336-3616_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0336-3616_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0336-3616_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:07:45 2007