! Started logfile: J1427-4206_S_1994_08_12_yyk_uvs.log on Sun Jan 7 18:34:59 2007 obs J1427-4206_S_1994_08_12_yyk_uva.fits ! Reading UV FITS file: J1427-4206_S_1994_08_12_yyk_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.552593 visibilities/baseline/integration-bin. ! Found source: J1427-4206 ! ! 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.22049e+09 4e+06 1 4e+06 ! 02 2 2.23236e+09 4e+06 1 4e+06 ! 03 3 2.29236e+09 4e+06 1 4e+06 ! 04 4 2.32236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 783 lines of history. ! ! Reading 2984 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 J1427-4206_S_1994_08_12_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)= 1.50699 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.418 mas, bmaj=7.189 mas, bpa=-4.901 degrees ! Estimated noise=5916.75 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 = 1.03647 Jy ! Component: 100 - total flux cleaned = 1.25209 Jy ! Total flux subtracted in 100 components = 1.25209 Jy ! Clean residual min=-0.192633 max=0.429645 Jy/beam ! Clean residual mean=-0.002912 rms=0.087241 Jy/beam ! Combined flux in latest and established models = 1.25209 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 1.25209 Jy ! ! Correcting IF 1. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.901923Jy sigma=0.004350 ! Fit after self-cal, rms=0.899264Jy sigma=0.004336 ! Inverting map and beam ! Estimated beam: bmin=2.418 mas, bmaj=7.189 mas, bpa=-4.901 degrees ! Estimated noise=5916.75 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.246 mas, bmaj=8.977 mas, bpa=-9.884 degrees ! Estimated noise=2644.11 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.0301152 Jy ! Component: 100 - total flux cleaned = 0.0344826 Jy ! Component: 150 - total flux cleaned = 0.0378594 Jy ! Component: 200 - total flux cleaned = 0.0392832 Jy ! Total flux subtracted in 200 components = 0.0392832 Jy ! Clean residual min=-0.234837 max=0.421251 Jy/beam ! Clean residual mean=-0.007909 rms=0.113835 Jy/beam ! Combined flux in latest and established models = 1.29138 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 1.29137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.890271Jy sigma=0.004299 ! Fit after self-cal, rms=0.890117Jy sigma=0.004299 ! 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.246 x 8.977 at -9.884 degrees (North through East) ! Clean map min=-0.22977 max=1.1232 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.171742 ! Telescope amplitude corrections in sub-array 1: ! BR 50.13 FD 0.78 HN 1.00* KP 1.00* ! LA 0.69 MK 0.99 NL 1.01 OV 0.94 ! PT 0.77 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.157066 ! Telescope amplitude corrections in sub-array 1: ! BR 55.46 FD 0.85 HN 1.00* KP 1.00* ! LA 0.75 MK 1.09 NL 0.93 OV 0.92 ! PT 0.74 SC 0.93 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.257065 ! Telescope amplitude corrections in sub-array 1: ! BR 30.63 FD 0.81 HN 1.00* KP 1.00* ! LA 0.62 MK 0.96 NL 1.02 OV 0.97 ! PT 0.86 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.244371 ! Telescope amplitude corrections in sub-array 1: ! BR 32.35 FD 0.86 HN 1.00* KP 1.00* ! LA 0.64 MK 1.14 NL 0.97 OV 1.26 ! PT 0.77 SC 0.94 ! ! ! Fit before self-cal, rms=0.890117Jy sigma=0.004299 ! Fit after self-cal, rms=1.201556Jy sigma=0.201226 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=1.201556Jy sigma=0.201226 ! Fit after self-cal, rms=1.201580Jy sigma=0.201226 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.568 mas, bmaj=9.797 mas, bpa=-9.926 degrees ! Estimated noise=77.1398 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 = -1.04006 Jy ! Component: 100 - total flux cleaned = -1.21338 Jy ! Component: 150 - total flux cleaned = -1.24313 Jy ! Component: 200 - total flux cleaned = -1.24405 Jy ! Total flux subtracted in 200 components = -1.24405 Jy ! Clean residual min=-0.013754 max=0.012920 Jy/beam ! Clean residual mean=-0.000054 rms=0.004331 Jy/beam ! Combined flux in latest and established models = 0.0473284 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 34 components and 0.0473283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.311132Jy sigma=0.006724 ! Fit after self-cal, rms=0.311064Jy sigma=0.006712 ! 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.311064Jy sigma=0.006712 ! Fit after self-cal, rms=0.310438Jy sigma=0.006666 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 = 3.22033e-05 Jy ! Component: 100 - total flux cleaned = -0.000619858 Jy ! Component: 150 - total flux cleaned = -0.00109449 Jy ! Component: 200 - total flux cleaned = -0.00143834 Jy ! Total flux subtracted in 200 components = -0.00143834 Jy ! Clean residual min=-0.007905 max=0.006380 Jy/beam ! Clean residual mean=-0.000043 rms=0.002226 Jy/beam ! Combined flux in latest and established models = 0.04589 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.04589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.309319Jy sigma=0.004559 ! Fit after self-cal, rms=0.309127Jy sigma=0.004546 ! 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.568 x 9.797 at -9.926 degrees (North through East) ! Clean map min=-0.023905 max=0.039784 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=10.9 mas, bmaj=38.64 mas, bpa=-1.346 degrees ! Estimated noise=93.0925 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 = -9.31231e-05 Jy ! Component: 100 - total flux cleaned = -0.000163897 Jy ! Component: 150 - total flux cleaned = -0.000165358 Jy ! Component: 200 - total flux cleaned = -0.000231776 Jy ! Total flux subtracted in 200 components = -0.000231776 Jy ! Clean residual min=-0.004689 max=0.003084 Jy/beam ! Clean residual mean=-0.000069 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.0456582 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 4 model components to the UV plane model. ! The established model now contains 34 components and 0.0456582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.309095Jy sigma=0.004398 ! Fit after self-cal, rms=0.309002Jy sigma=0.004386 ! 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.535 mas, bmaj=7.603 mas, bpa=-6.489 degrees ! Estimated noise=235.389 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0416284 Jy ! Component: 100 - total flux cleaned = 0.0466499 Jy ! Component: 150 - total flux cleaned = 0.0466587 Jy ! Component: 200 - total flux cleaned = 0.0467789 Jy ! Total flux subtracted in 200 components = 0.0467789 Jy ! Clean residual min=-0.007268 max=0.007427 Jy/beam ! Clean residual mean=0.000031 rms=0.001740 Jy/beam ! Combined flux in latest and established models = 0.0467789 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0467789 Jy ! Inverting map and beam ! Estimated beam: bmin=3.568 mas, bmaj=9.797 mas, bpa=-9.926 degrees ! Estimated noise=77.1398 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.00592568 Jy ! Component: 100 - total flux cleaned = -0.00586743 Jy ! Component: 150 - total flux cleaned = -0.00582117 Jy ! Component: 200 - total flux cleaned = -0.00574792 Jy ! Total flux subtracted in 200 components = -0.00574792 Jy ! Clean residual min=-0.002617 max=0.003390 Jy/beam ! Clean residual mean=0.000042 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.041031 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 21 components and 0.041031 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=10.9 mas, bmaj=38.64 mas, bpa=-1.346 degrees ! Estimated noise=93.0925 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 = 4.00409e-05 Jy ! Component: 100 - total flux cleaned = 3.72394e-05 Jy ! Component: 150 - total flux cleaned = 3.5708e-05 Jy ! Component: 200 - total flux cleaned = 3.45654e-05 Jy ! Total flux subtracted in 200 components = 3.45654e-05 Jy ! Clean residual min=-0.001692 max=0.002804 Jy/beam ! Clean residual mean=0.000060 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.0410655 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 24 components and 0.0410655 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.568 mas, bmaj=9.797 mas, bpa=-9.926 degrees ! Estimated noise=77.1398 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000140488 Jy ! Component: 100 - total flux cleaned = -0.000145106 Jy ! Component: 150 - total flux cleaned = -0.000162765 Jy ! Component: 200 - total flux cleaned = -0.000150157 Jy ! Total flux subtracted in 200 components = -0.000150157 Jy ! Clean residual min=-0.002270 max=0.003047 Jy/beam ! Clean residual mean=0.000042 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.0409154 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 30 components and 0.0409154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.307325Jy sigma=0.003297 ! Fit after self-cal, rms=0.307032Jy sigma=0.003285 wmodel J1427-4206_S_1994_08_12_yyk\_map.mod ! Writing 30 model components to file: J1427-4206_S_1994_08_12_yyk_map.mod wobs J1427-4206_S_1994_08_12_yyk\_uvs.fits ! Writing UV FITS file: J1427-4206_S_1994_08_12_yyk_uvs.fits wwins J1427-4206_S_1994_08_12_yyk\_map.win ! wwins: Wrote 1 windows to J1427-4206_S_1994_08_12_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.00118686 Jy ! Component: 100 - total flux cleaned = 0.00213619 Jy ! Component: 150 - total flux cleaned = 0.00300077 Jy ! Component: 200 - total flux cleaned = 0.00380304 Jy ! Component: 250 - total flux cleaned = 0.00431942 Jy ! Component: 300 - total flux cleaned = 0.00461274 Jy ! Component: 350 - total flux cleaned = 0.00489826 Jy ! Component: 400 - total flux cleaned = 0.00517689 Jy ! Component: 450 - total flux cleaned = 0.00550313 Jy ! Component: 500 - total flux cleaned = 0.00576851 Jy ! Component: 550 - total flux cleaned = 0.00605426 Jy ! Component: 600 - total flux cleaned = 0.00633385 Jy ! Component: 650 - total flux cleaned = 0.00655822 Jy ! Component: 700 - total flux cleaned = 0.00675393 Jy ! Component: 750 - total flux cleaned = 0.00687406 Jy ! Component: 800 - total flux cleaned = 0.00706342 Jy ! Component: 850 - total flux cleaned = 0.00717993 Jy ! Component: 900 - total flux cleaned = 0.00734091 Jy ! Component: 950 - total flux cleaned = 0.00747698 Jy ! Component: 1000 - total flux cleaned = 0.00758895 Jy ! Component: 1050 - total flux cleaned = 0.00769938 Jy ! Component: 1100 - total flux cleaned = 0.00776496 Jy ! Component: 1150 - total flux cleaned = 0.00785141 Jy ! Component: 1200 - total flux cleaned = 0.00795834 Jy ! Component: 1250 - total flux cleaned = 0.00810665 Jy ! Component: 1300 - total flux cleaned = 0.00827473 Jy ! Component: 1350 - total flux cleaned = 0.00844141 Jy ! Component: 1400 - total flux cleaned = 0.00860704 Jy ! Component: 1450 - total flux cleaned = 0.00877185 Jy ! Component: 1500 - total flux cleaned = 0.00897667 Jy ! Component: 1550 - total flux cleaned = 0.0091606 Jy ! Component: 1600 - total flux cleaned = 0.00936414 Jy ! Component: 1650 - total flux cleaned = 0.00956702 Jy ! Component: 1700 - total flux cleaned = 0.00968844 Jy ! Component: 1750 - total flux cleaned = 0.00985053 Jy ! Component: 1800 - total flux cleaned = 0.00999253 Jy ! Component: 1850 - total flux cleaned = 0.0101348 Jy ! Component: 1900 - total flux cleaned = 0.0102771 Jy ! Component: 1950 - total flux cleaned = 0.0104197 Jy ! Component: 2000 - total flux cleaned = 0.0106034 Jy ! Total flux subtracted in 2048 components = 0.0107263 Jy ! Clean residual min=-0.001363 max=0.001597 Jy/beam ! Clean residual mean=-0.000008 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0516417 Jy keep ! Adding 74 model components to the UV plane model. ! The established model now contains 104 components and 0.0516417 Jy ![Exited script file: muppet] wmap "J1427-4206_S_1994_08_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.568 x 9.797 at -9.926 degrees (North through East) ! Clean map min=-0.0023442 max=0.036792 Jy/beam ! Writing clean map to FITS file: J1427-4206_S_1994_08_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0367918 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000413752 device "J1427-4206_S_1994_08_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1427-4206_S_1994_08_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.37373 3.37373 6.74747 13.4949 26.9899 53.9797 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.036 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.568 x 9.797 at -9.926 degrees (North through East) ! Clean map min=-0.0023442 max=0.036792 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1427-4206_S_1994_08_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1427-4206_S_1994_08_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1427-4206_S_1994_08_12_yyk_uvs.log closed on Sun Jan 7 18:35:04 2007