! Started logfile: J0343-2530_S_1997_07_02_yyk_uvs.log on Sun Jan 7 16:06:16 2007 obs J0343-2530_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0343-2530_S_1997_07_02_yyk_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1.21064 visibilities/baseline/integration-bin. ! Found source: J0343-2530 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 30944 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 J0343-2530_S_1997_07_02_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.486972 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.969 mas, bmaj=8.438 mas, bpa=-1.225 degrees ! Estimated noise=1826.35 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.0654193 Jy ! Component: 100 - total flux cleaned = 0.0840601 Jy ! Total flux subtracted in 100 components = 0.0840601 Jy ! Clean residual min=-0.014415 max=0.017922 Jy/beam ! Clean residual mean=-0.000162 rms=0.004245 Jy/beam ! Combined flux in latest and established models = 0.0840601 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.0840601 Jy ! ! Correcting IF 1. ! A total of 254 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 184 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.479170Jy sigma=0.001866 ! Fit after self-cal, rms=0.478239Jy sigma=0.001862 ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=8.438 mas, bpa=-1.225 degrees ! Estimated noise=1826.35 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.895 mas, bmaj=11.3 mas, bpa=-2.902 degrees ! Estimated noise=1144.31 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.0243727 Jy ! Component: 100 - total flux cleaned = 0.033409 Jy ! Component: 150 - total flux cleaned = 0.0371236 Jy ! Component: 200 - total flux cleaned = 0.0375497 Jy ! Total flux subtracted in 200 components = 0.0375497 Jy ! Clean residual min=-0.009546 max=0.011146 Jy/beam ! Clean residual mean=-0.000128 rms=0.002958 Jy/beam ! Combined flux in latest and established models = 0.12161 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.12161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.477497Jy sigma=0.001859 ! Fit after self-cal, rms=0.477446Jy sigma=0.001858 ! 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.895 x 11.3 at -2.902 degrees (North through East) ! Clean map min=-0.0093713 max=0.076351 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. ! A total of 3 telescope corrections were flagged in sub-array 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. ! A total of 3 telescope corrections were flagged in sub-array 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 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.477446Jy sigma=0.001858 ! Fit after self-cal, rms=0.477310Jy sigma=0.001858 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.477310Jy sigma=0.001858 ! Fit after self-cal, rms=0.477306Jy sigma=0.001858 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=11.3 mas, bpa=-2.904 degrees ! Estimated noise=1144.36 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.00082926 Jy ! Component: 100 - total flux cleaned = 0.000912913 Jy ! Component: 150 - total flux cleaned = 0.001054 Jy ! Component: 200 - total flux cleaned = 0.00118869 Jy ! Total flux subtracted in 200 components = 0.00118869 Jy ! Clean residual min=-0.009831 max=0.010699 Jy/beam ! Clean residual mean=-0.000131 rms=0.002918 Jy/beam ! Combined flux in latest and established models = 0.122798 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.122798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.477284Jy sigma=0.001858 ! Fit after self-cal, rms=0.477277Jy sigma=0.001858 ! 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.477277Jy sigma=0.001858 ! Fit after self-cal, rms=0.475888Jy sigma=0.001852 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.0066485 Jy ! Component: 100 - total flux cleaned = 0.00724843 Jy ! Component: 150 - total flux cleaned = 0.00732182 Jy ! Component: 200 - total flux cleaned = 0.0073126 Jy ! Total flux subtracted in 200 components = 0.0073126 Jy ! Clean residual min=-0.009059 max=0.009385 Jy/beam ! Clean residual mean=-0.000172 rms=0.002903 Jy/beam ! Combined flux in latest and established models = 0.130111 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 43 components and 0.130111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475777Jy sigma=0.001851 ! Fit after self-cal, rms=0.475339Jy sigma=0.001849 ! 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.895 x 11.3 at -2.904 degrees (North through East) ! Clean map min=-0.0085568 max=0.084116 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.4 mas, bmaj=20.21 mas, bpa=-4.338 degrees ! Estimated noise=1369.57 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.00422601 Jy ! Component: 100 - total flux cleaned = 0.00450828 Jy ! Component: 150 - total flux cleaned = 0.00465743 Jy ! Component: 200 - total flux cleaned = 0.00478349 Jy ! Total flux subtracted in 200 components = 0.00478349 Jy ! Clean residual min=-0.011123 max=0.010354 Jy/beam ! Clean residual mean=-0.000163 rms=0.003841 Jy/beam ! Combined flux in latest and established models = 0.134895 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 46 components and 0.134895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475373Jy sigma=0.001850 ! Fit after self-cal, rms=0.475253Jy sigma=0.001849 ! 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.968 mas, bmaj=8.438 mas, bpa=-1.224 degrees ! Estimated noise=1827.85 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0788316 Jy ! Component: 100 - total flux cleaned = 0.103871 Jy ! Component: 150 - total flux cleaned = 0.116763 Jy ! Component: 200 - total flux cleaned = 0.123855 Jy ! Total flux subtracted in 200 components = 0.123855 Jy ! Clean residual min=-0.010912 max=0.012593 Jy/beam ! Clean residual mean=-0.000111 rms=0.003489 Jy/beam ! Combined flux in latest and established models = 0.123855 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.123855 Jy ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=11.3 mas, bpa=-2.904 degrees ! Estimated noise=1144.36 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.00832922 Jy ! Component: 100 - total flux cleaned = 0.00906473 Jy ! Component: 150 - total flux cleaned = 0.00928527 Jy ! Component: 200 - total flux cleaned = 0.00936962 Jy ! Total flux subtracted in 200 components = 0.00936962 Jy ! Clean residual min=-0.008563 max=0.010007 Jy/beam ! Clean residual mean=-0.000067 rms=0.003027 Jy/beam ! Combined flux in latest and established models = 0.133224 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 45 components and 0.133224 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.4 mas, bmaj=20.21 mas, bpa=-4.338 degrees ! Estimated noise=1369.57 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.0017081 Jy ! Component: 100 - total flux cleaned = 0.00216855 Jy ! Component: 150 - total flux cleaned = 0.00240733 Jy ! Component: 200 - total flux cleaned = 0.00269025 Jy ! Total flux subtracted in 200 components = 0.00269025 Jy ! Clean residual min=-0.010422 max=0.011872 Jy/beam ! Clean residual mean=-0.000120 rms=0.003982 Jy/beam ! Combined flux in latest and established models = 0.135915 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.135915 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=11.3 mas, bpa=-2.904 degrees ! Estimated noise=1144.36 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00168695 Jy ! Component: 100 - total flux cleaned = -0.00201916 Jy ! Component: 150 - total flux cleaned = -0.00202299 Jy ! Component: 200 - total flux cleaned = -0.00202427 Jy ! Total flux subtracted in 200 components = -0.00202427 Jy ! Clean residual min=-0.008448 max=0.009093 Jy/beam ! Clean residual mean=-0.000070 rms=0.002976 Jy/beam ! Combined flux in latest and established models = 0.13389 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 72 components and 0.13389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475199Jy sigma=0.001849 ! Fit after self-cal, rms=0.475266Jy sigma=0.001849 wmodel J0343-2530_S_1997_07_02_yyk\_map.mod ! Writing 72 model components to file: J0343-2530_S_1997_07_02_yyk_map.mod wobs J0343-2530_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0343-2530_S_1997_07_02_yyk_uvs.fits wwins J0343-2530_S_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J0343-2530_S_1997_07_02_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.000640325 Jy ! Component: 100 - total flux cleaned = 0.00137574 Jy ! Component: 150 - total flux cleaned = 0.0021978 Jy ! Component: 200 - total flux cleaned = 0.00258458 Jy ! Component: 250 - total flux cleaned = 0.00282671 Jy ! Component: 300 - total flux cleaned = 0.0033984 Jy ! Component: 350 - total flux cleaned = 0.00417086 Jy ! Component: 400 - total flux cleaned = 0.0051282 Jy ! Component: 450 - total flux cleaned = 0.00584587 Jy ! Component: 500 - total flux cleaned = 0.00673377 Jy ! Component: 550 - total flux cleaned = 0.00768362 Jy ! Component: 600 - total flux cleaned = 0.00823567 Jy ! Component: 650 - total flux cleaned = 0.00823673 Jy ! Component: 700 - total flux cleaned = 0.00849781 Jy ! Component: 750 - total flux cleaned = 0.008666 Jy ! Component: 800 - total flux cleaned = 0.00858438 Jy ! Component: 850 - total flux cleaned = 0.00882847 Jy ! Component: 900 - total flux cleaned = 0.00874666 Jy ! Component: 950 - total flux cleaned = 0.0085898 Jy ! Component: 1000 - total flux cleaned = 0.00843716 Jy ! Component: 1050 - total flux cleaned = 0.00821044 Jy ! Component: 1100 - total flux cleaned = 0.00761738 Jy ! Component: 1150 - total flux cleaned = 0.00754469 Jy ! Component: 1200 - total flux cleaned = 0.00747128 Jy ! Component: 1250 - total flux cleaned = 0.00704557 Jy ! Component: 1300 - total flux cleaned = 0.00676629 Jy ! Component: 1350 - total flux cleaned = 0.00655934 Jy ! Component: 1400 - total flux cleaned = 0.00628821 Jy ! Component: 1450 - total flux cleaned = 0.00602118 Jy ! Component: 1500 - total flux cleaned = 0.00562615 Jy ! Component: 1550 - total flux cleaned = 0.00543182 Jy ! Component: 1600 - total flux cleaned = 0.00511113 Jy ! Component: 1650 - total flux cleaned = 0.00498421 Jy ! Component: 1700 - total flux cleaned = 0.00448324 Jy ! Component: 1750 - total flux cleaned = 0.00436029 Jy ! Component: 1800 - total flux cleaned = 0.00423689 Jy ! Component: 1850 - total flux cleaned = 0.00375396 Jy ! Component: 1900 - total flux cleaned = 0.00351598 Jy ! Component: 1950 - total flux cleaned = 0.00322246 Jy ! Component: 2000 - total flux cleaned = 0.0030476 Jy ! Total flux subtracted in 2048 components = 0.002702 Jy ! Clean residual min=-0.003061 max=0.004256 Jy/beam ! Clean residual mean=-0.000174 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 0.136592 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 211 components and 0.136592 Jy ![Exited script file: muppet] wmap "J0343-2530_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.895 x 11.3 at -2.904 degrees (North through East) ! Clean map min=-0.0058759 max=0.081585 Jy/beam ! Writing clean map to FITS file: J0343-2530_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0815852 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00127773 device "J0343-2530_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0343-2530_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.69841 4.69841 9.39682 18.7936 37.5873 75.1746 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0038 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.081 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.895 x 11.3 at -2.904 degrees (North through East) ! Clean map min=-0.0058759 max=0.081585 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0343-2530_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0343-2530_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0343-2530_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 16:06:22 2007