! Started logfile: J0053-0727_X_2005_07_08_yyk_uvs.log on Fri Jan 20 09:42:38 2006 obs J0053-0727_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J0053-0727_X_2005_07_08_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.92 visibilities/baseline/integration-bin. ! Found source: J0053-0727 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1411 lines of history. ! ! Reading 828 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 J0053-0727_X_2005_07_08_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.11569 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=0.9973 mas, bmaj=2.569 mas, bpa=1.327 degrees ! Estimated noise=2.62238 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.0821903 Jy ! Component: 100 - total flux cleaned = 0.105817 Jy ! Total flux subtracted in 100 components = 0.105817 Jy ! Clean residual min=-0.009194 max=0.010337 Jy/beam ! Clean residual mean=-0.000020 rms=0.002846 Jy/beam ! Combined flux in latest and established models = 0.105817 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.105817 Jy ! ! Correcting IF 1. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.061993Jy sigma=1.032115 ! Fit after self-cal, rms=0.061795Jy sigma=1.025693 ! Inverting map and beam ! Estimated beam: bmin=0.9973 mas, bmaj=2.569 mas, bpa=1.327 degrees ! Estimated noise=2.62238 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=1.318 mas, bmaj=3.339 mas, bpa=2.959 degrees ! Estimated noise=2.12699 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.0144603 Jy ! Component: 100 - total flux cleaned = 0.0206949 Jy ! Component: 150 - total flux cleaned = 0.0229182 Jy ! Component: 200 - total flux cleaned = 0.0234405 Jy ! Total flux subtracted in 200 components = 0.0234405 Jy ! Clean residual min=-0.006280 max=0.006245 Jy/beam ! Clean residual mean=-0.000001 rms=0.001971 Jy/beam ! Combined flux in latest and established models = 0.129257 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.129257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059840Jy sigma=0.974419 ! Fit after self-cal, rms=0.059855Jy sigma=0.974273 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.318 x 3.339 at 2.959 degrees (North through East) ! Clean map min=-0.0059205 max=0.088557 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 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.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: 0.98817 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.12 HN 0.99 KP 0.91 ! LA 0.99 MK 1.00* NL 1.05 OV 1.09 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.059855Jy sigma=0.974273 ! Fit after self-cal, rms=0.059522Jy sigma=0.967741 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.059522Jy sigma=0.967741 ! Fit after self-cal, rms=0.059516Jy sigma=0.967729 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.315 mas, bmaj=3.316 mas, bpa=3.086 degrees ! Estimated noise=2.13076 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.00110521 Jy ! Component: 100 - total flux cleaned = 0.00124703 Jy ! Component: 150 - total flux cleaned = 0.00137643 Jy ! Component: 200 - total flux cleaned = 0.00143788 Jy ! Total flux subtracted in 200 components = 0.00143788 Jy ! Clean residual min=-0.005888 max=0.005262 Jy/beam ! Clean residual mean=0.000005 rms=0.001734 Jy/beam ! Combined flux in latest and established models = 0.130695 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.130695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059357Jy sigma=0.965306 ! Fit after self-cal, rms=0.059353Jy sigma=0.965100 ! 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.059353Jy sigma=0.965100 ! Fit after self-cal, rms=0.057201Jy sigma=0.923565 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.0012198 Jy ! Component: 100 - total flux cleaned = 0.00154613 Jy ! Component: 150 - total flux cleaned = 0.00170765 Jy ! Component: 200 - total flux cleaned = 0.00175406 Jy ! Total flux subtracted in 200 components = 0.00175406 Jy ! Clean residual min=-0.005652 max=0.005077 Jy/beam ! Clean residual mean=0.000004 rms=0.001673 Jy/beam ! Combined flux in latest and established models = 0.132449 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 34 components and 0.132449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057054Jy sigma=0.921464 ! Fit after self-cal, rms=0.056547Jy sigma=0.918464 ! 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: 1.315 x 3.316 at 3.086 degrees (North through East) ! Clean map min=-0.0052808 max=0.088571 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 = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.283 mas, bmaj=4.849 mas, bpa=-0.7556 degrees ! Estimated noise=2.38199 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.00112774 Jy ! Component: 100 - total flux cleaned = 0.00131697 Jy ! Component: 150 - total flux cleaned = 0.00135963 Jy ! Component: 200 - total flux cleaned = 0.00147858 Jy ! Total flux subtracted in 200 components = 0.00147858 Jy ! Clean residual min=-0.005450 max=0.004951 Jy/beam ! Clean residual mean=0.000009 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 0.133928 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 35 components and 0.133928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056468Jy sigma=0.917596 ! Fit after self-cal, rms=0.056279Jy sigma=0.916844 ! 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=0.9981 mas, bmaj=2.564 mas, bpa=1.4 degrees ! Estimated noise=2.60609 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0840568 Jy ! Component: 100 - total flux cleaned = 0.107958 Jy ! Component: 150 - total flux cleaned = 0.119589 Jy ! Component: 200 - total flux cleaned = 0.126026 Jy ! Total flux subtracted in 200 components = 0.126026 Jy ! Clean residual min=-0.007072 max=0.007333 Jy/beam ! Clean residual mean=-0.000006 rms=0.002114 Jy/beam ! Combined flux in latest and established models = 0.126026 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.126026 Jy ! Inverting map and beam ! Estimated beam: bmin=1.315 mas, bmaj=3.316 mas, bpa=3.086 degrees ! Estimated noise=2.13076 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.00426843 Jy ! Component: 100 - total flux cleaned = 0.00508554 Jy ! Component: 150 - total flux cleaned = 0.00561084 Jy ! Component: 200 - total flux cleaned = 0.00582542 Jy ! Total flux subtracted in 200 components = 0.00582542 Jy ! Clean residual min=-0.005277 max=0.005068 Jy/beam ! Clean residual mean=0.000002 rms=0.001705 Jy/beam ! Combined flux in latest and established models = 0.131851 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.131851 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.283 mas, bmaj=4.849 mas, bpa=-0.7556 degrees ! Estimated noise=2.38199 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.0014504 Jy ! Component: 100 - total flux cleaned = 0.0016776 Jy ! Component: 150 - total flux cleaned = 0.00177675 Jy ! Component: 200 - total flux cleaned = 0.00187333 Jy ! Total flux subtracted in 200 components = 0.00187333 Jy ! Clean residual min=-0.005441 max=0.005000 Jy/beam ! Clean residual mean=0.000008 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.133724 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.133724 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.315 mas, bmaj=3.316 mas, bpa=3.086 degrees ! Estimated noise=2.13076 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000687652 Jy ! Component: 100 - total flux cleaned = -0.000796087 Jy ! Component: 150 - total flux cleaned = -0.000795642 Jy ! Component: 200 - total flux cleaned = -0.00075448 Jy ! Total flux subtracted in 200 components = -0.00075448 Jy ! Clean residual min=-0.005333 max=0.004818 Jy/beam ! Clean residual mean=0.000004 rms=0.001636 Jy/beam ! Combined flux in latest and established models = 0.13297 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.13297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056266Jy sigma=0.917078 ! Fit after self-cal, rms=0.056166Jy sigma=0.916453 wmodel J0053-0727_X_2005_07_08_yyk\_map.mod ! Writing 39 model components to file: J0053-0727_X_2005_07_08_yyk_map.mod wobs J0053-0727_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J0053-0727_X_2005_07_08_yyk_uvs.fits wwins J0053-0727_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J0053-0727_X_2005_07_08_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.00154218 Jy ! Component: 100 - total flux cleaned = -0.0025722 Jy ! Component: 150 - total flux cleaned = -0.00320999 Jy ! Component: 200 - total flux cleaned = -0.0035131 Jy ! Component: 250 - total flux cleaned = -0.00344315 Jy ! Component: 300 - total flux cleaned = -0.00324104 Jy ! Component: 350 - total flux cleaned = -0.00285502 Jy ! Component: 400 - total flux cleaned = -0.00260915 Jy ! Component: 450 - total flux cleaned = -0.00225173 Jy ! Component: 500 - total flux cleaned = -0.00202358 Jy ! Component: 550 - total flux cleaned = -0.00196581 Jy ! Component: 600 - total flux cleaned = -0.00180404 Jy ! Component: 650 - total flux cleaned = -0.00180211 Jy ! Component: 700 - total flux cleaned = -0.0015492 Jy ! Component: 750 - total flux cleaned = -0.00140385 Jy ! Component: 800 - total flux cleaned = -0.000884088 Jy ! Component: 850 - total flux cleaned = -0.000563821 Jy ! Component: 900 - total flux cleaned = -0.000251372 Jy ! Component: 950 - total flux cleaned = 5.27794e-05 Jy ! Component: 1000 - total flux cleaned = 0.00051795 Jy ! Component: 1050 - total flux cleaned = 0.000969592 Jy ! Component: 1100 - total flux cleaned = 0.001409 Jy ! Component: 1150 - total flux cleaned = 0.00183662 Jy ! Component: 1200 - total flux cleaned = 0.00221532 Jy ! Component: 1250 - total flux cleaned = 0.00243762 Jy ! Component: 1300 - total flux cleaned = 0.00287256 Jy ! Component: 1350 - total flux cleaned = 0.00311927 Jy ! Component: 1400 - total flux cleaned = 0.00336162 Jy ! Component: 1450 - total flux cleaned = 0.00359967 Jy ! Component: 1500 - total flux cleaned = 0.00389981 Jy ! Component: 1550 - total flux cleaned = 0.00409683 Jy ! Component: 1600 - total flux cleaned = 0.00425811 Jy ! Component: 1650 - total flux cleaned = 0.00432162 Jy ! Component: 1700 - total flux cleaned = 0.00444701 Jy ! Component: 1750 - total flux cleaned = 0.00453944 Jy ! Component: 1800 - total flux cleaned = 0.00466042 Jy ! Component: 1850 - total flux cleaned = 0.00480929 Jy ! Component: 1900 - total flux cleaned = 0.0048391 Jy ! Component: 1950 - total flux cleaned = 0.00486839 Jy ! Component: 2000 - total flux cleaned = 0.00492572 Jy ! Total flux subtracted in 2048 components = 0.00492537 Jy ! Clean residual min=-0.001673 max=0.001722 Jy/beam ! Clean residual mean=0.000002 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.137895 Jy keep ! Adding 123 model components to the UV plane model. ! The established model now contains 162 components and 0.137895 Jy ![Exited script file: muppet] wmap "J0053-0727_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.315 x 3.316 at 3.086 degrees (North through East) ! Clean map min=-0.0032804 max=0.088076 Jy/beam ! Writing clean map to FITS file: J0053-0727_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0880761 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000512332 device "J0053-0727_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J0053-0727_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.74508 1.74508 3.49015 6.98031 13.9606 27.9212 55.8425 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.088 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.315 x 3.316 at 3.086 degrees (North through East) ! Clean map min=-0.0032804 max=0.088076 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0053-0727_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J0053-0727_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0053-0727_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 09:42:42 2006