! Started logfile: J1448-1122_S_1997_05_07_yyk_uvs.log on Sun Jan 7 18:38:34 2007 obs J1448-1122_S_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1448-1122_S_1997_05_07_yyk_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.724228 visibilities/baseline/integration-bin. ! Found source: J1448-1122 ! ! 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 614 lines of history. ! ! Reading 18772 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 J1448-1122_S_1997_05_07_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.334686 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.84 mas, bmaj=7.698 mas, bpa=-4.184 degrees ! Estimated noise=2321.32 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.0892454 Jy ! Component: 100 - total flux cleaned = 0.104681 Jy ! Total flux subtracted in 100 components = 0.104681 Jy ! Clean residual min=-0.015425 max=0.017181 Jy/beam ! Clean residual mean=0.000072 rms=0.005403 Jy/beam ! Combined flux in latest and established models = 0.104681 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.104681 Jy ! ! Correcting IF 1. ! A total of 370 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 246 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 246 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 246 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.318345Jy sigma=0.001363 ! Fit after self-cal, rms=0.318100Jy sigma=0.001362 ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=7.698 mas, bpa=-4.184 degrees ! Estimated noise=2321.43 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.649 mas, bmaj=9.578 mas, bpa=-4.21 degrees ! Estimated noise=1133.26 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.0104177 Jy ! Component: 100 - total flux cleaned = 0.0118776 Jy ! Component: 150 - total flux cleaned = 0.0126862 Jy ! Component: 200 - total flux cleaned = 0.0134038 Jy ! Total flux subtracted in 200 components = 0.0134038 Jy ! Clean residual min=-0.006153 max=0.007719 Jy/beam ! Clean residual mean=0.000136 rms=0.002158 Jy/beam ! Combined flux in latest and established models = 0.118085 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 24 components and 0.118085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.317753Jy sigma=0.001360 ! Fit after self-cal, rms=0.317743Jy sigma=0.001360 ! 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.649 x 9.578 at -4.21 degrees (North through East) ! Clean map min=-0.0060143 max=0.094927 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 27 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. ! A total of 24 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 3. ! A total of 24 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. ! A total of 24 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* ! ! ! Fit before self-cal, rms=0.317743Jy sigma=0.001360 ! Fit after self-cal, rms=0.317449Jy sigma=0.001360 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.317449Jy sigma=0.001360 ! Fit after self-cal, rms=0.317446Jy sigma=0.001360 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=9.555 mas, bpa=-4.213 degrees ! Estimated noise=1136.3 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.000498006 Jy ! Component: 100 - total flux cleaned = 0.00107563 Jy ! Component: 150 - total flux cleaned = 0.00158919 Jy ! Component: 200 - total flux cleaned = 0.00193573 Jy ! Total flux subtracted in 200 components = 0.00193573 Jy ! Clean residual min=-0.006345 max=0.007353 Jy/beam ! Clean residual mean=0.000113 rms=0.002068 Jy/beam ! Combined flux in latest and established models = 0.120021 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 29 components and 0.120021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.317359Jy sigma=0.001359 ! Fit after self-cal, rms=0.317354Jy sigma=0.001359 ! 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.317354Jy sigma=0.001359 ! Fit after self-cal, rms=0.315829Jy sigma=0.001352 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.00325312 Jy ! Component: 100 - total flux cleaned = 0.00371465 Jy ! Component: 150 - total flux cleaned = 0.00361687 Jy ! Component: 200 - total flux cleaned = 0.00377955 Jy ! Total flux subtracted in 200 components = 0.00377955 Jy ! Clean residual min=-0.006537 max=0.006636 Jy/beam ! Clean residual mean=0.000071 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.1238 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.1238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315759Jy sigma=0.001352 ! Fit after self-cal, rms=0.315340Jy sigma=0.001350 ! 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.64 x 9.555 at -4.213 degrees (North through East) ! Clean map min=-0.0066873 max=0.097545 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.31 mas, bmaj=15.98 mas, bpa=8.935 degrees ! Estimated noise=1368.21 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.00319026 Jy ! Component: 100 - total flux cleaned = 0.00341923 Jy ! Component: 150 - total flux cleaned = 0.00361726 Jy ! Component: 200 - total flux cleaned = 0.00373587 Jy ! Total flux subtracted in 200 components = 0.00373587 Jy ! Clean residual min=-0.008174 max=0.007363 Jy/beam ! Clean residual mean=0.000131 rms=0.002706 Jy/beam ! Combined flux in latest and established models = 0.127536 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.127536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315328Jy sigma=0.001350 ! Fit after self-cal, rms=0.315159Jy sigma=0.001349 ! 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.841 mas, bmaj=7.699 mas, bpa=-4.184 degrees ! Estimated noise=2321.01 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0937363 Jy ! Component: 100 - total flux cleaned = 0.110542 Jy ! Component: 150 - total flux cleaned = 0.110503 Jy ! Component: 200 - total flux cleaned = 0.110863 Jy ! Total flux subtracted in 200 components = 0.110863 Jy ! Clean residual min=-0.016095 max=0.016475 Jy/beam ! Clean residual mean=0.000080 rms=0.005535 Jy/beam ! Combined flux in latest and established models = 0.110863 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.110863 Jy ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=9.555 mas, bpa=-4.213 degrees ! Estimated noise=1136.3 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) ! Added new window around map position (3.5, -8.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114925 Jy ! Component: 100 - total flux cleaned = 0.0142169 Jy ! Component: 150 - total flux cleaned = 0.0152792 Jy ! Component: 200 - total flux cleaned = 0.0163189 Jy ! Total flux subtracted in 200 components = 0.0163189 Jy ! Clean residual min=-0.006076 max=0.006268 Jy/beam ! Clean residual mean=0.000085 rms=0.001905 Jy/beam ! Combined flux in latest and established models = 0.127182 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.127182 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.31 mas, bmaj=15.98 mas, bpa=8.935 degrees ! Estimated noise=1368.21 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.00518883 Jy ! Component: 100 - total flux cleaned = 0.00724911 Jy ! Component: 150 - total flux cleaned = 0.00760407 Jy ! Component: 200 - total flux cleaned = 0.00783268 Jy ! Total flux subtracted in 200 components = 0.00783268 Jy ! Clean residual min=-0.006804 max=0.007578 Jy/beam ! Clean residual mean=-0.000031 rms=0.002349 Jy/beam ! Combined flux in latest and established models = 0.135015 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.135015 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=9.555 mas, bpa=-4.213 degrees ! Estimated noise=1136.3 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00129644 Jy ! Component: 100 - total flux cleaned = -0.00174824 Jy ! Component: 150 - total flux cleaned = -0.00184565 Jy ! Component: 200 - total flux cleaned = -0.00192632 Jy ! Total flux subtracted in 200 components = -0.00192632 Jy ! Clean residual min=-0.005868 max=0.006060 Jy/beam ! Clean residual mean=0.000007 rms=0.001789 Jy/beam ! Combined flux in latest and established models = 0.133089 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 65 components and 0.133089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315031Jy sigma=0.001349 ! Fit after self-cal, rms=0.314893Jy sigma=0.001348 wmodel J1448-1122_S_1997_05_07_yyk\_map.mod ! Writing 65 model components to file: J1448-1122_S_1997_05_07_yyk_map.mod wobs J1448-1122_S_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1448-1122_S_1997_05_07_yyk_uvs.fits wwins J1448-1122_S_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J1448-1122_S_1997_05_07_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.000181952 Jy ! Component: 100 - total flux cleaned = 0.000751991 Jy ! Component: 150 - total flux cleaned = 0.0010156 Jy ! Component: 200 - total flux cleaned = 0.00126731 Jy ! Component: 250 - total flux cleaned = 0.0008687 Jy ! Component: 300 - total flux cleaned = 0.000942401 Jy ! Component: 350 - total flux cleaned = 0.000942211 Jy ! Component: 400 - total flux cleaned = 0.00101683 Jy ! Component: 450 - total flux cleaned = 0.00115855 Jy ! Component: 500 - total flux cleaned = 0.00129546 Jy ! Component: 550 - total flux cleaned = 0.00136116 Jy ! Component: 600 - total flux cleaned = 0.00149178 Jy ! Component: 650 - total flux cleaned = 0.00168337 Jy ! Component: 700 - total flux cleaned = 0.00168495 Jy ! Component: 750 - total flux cleaned = 0.00187068 Jy ! Component: 800 - total flux cleaned = 0.00205208 Jy ! Component: 850 - total flux cleaned = 0.00234584 Jy ! Component: 900 - total flux cleaned = 0.00246056 Jy ! Component: 950 - total flux cleaned = 0.00274343 Jy ! Component: 1000 - total flux cleaned = 0.0029639 Jy ! Component: 1050 - total flux cleaned = 0.00323598 Jy ! Component: 1100 - total flux cleaned = 0.00344966 Jy ! Component: 1150 - total flux cleaned = 0.00365945 Jy ! Component: 1200 - total flux cleaned = 0.00376258 Jy ! Component: 1250 - total flux cleaned = 0.00381483 Jy ! Component: 1300 - total flux cleaned = 0.00411763 Jy ! Component: 1350 - total flux cleaned = 0.00426633 Jy ! Component: 1400 - total flux cleaned = 0.00431552 Jy ! Component: 1450 - total flux cleaned = 0.00446077 Jy ! Component: 1500 - total flux cleaned = 0.00455721 Jy ! Component: 1550 - total flux cleaned = 0.0046052 Jy ! Component: 1600 - total flux cleaned = 0.00465229 Jy ! Component: 1650 - total flux cleaned = 0.00469875 Jy ! Component: 1700 - total flux cleaned = 0.00492807 Jy ! Component: 1750 - total flux cleaned = 0.00492764 Jy ! Component: 1800 - total flux cleaned = 0.00497235 Jy ! Component: 1850 - total flux cleaned = 0.00492787 Jy ! Component: 1900 - total flux cleaned = 0.00501586 Jy ! Component: 1950 - total flux cleaned = 0.00497298 Jy ! Component: 2000 - total flux cleaned = 0.00505995 Jy ! Total flux subtracted in 2048 components = 0.0051034 Jy ! Clean residual min=-0.002406 max=0.002372 Jy/beam ! Clean residual mean=-0.000015 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.138192 Jy keep ! Adding 131 model components to the UV plane model. ! The established model now contains 196 components and 0.138192 Jy ![Exited script file: muppet] wmap "J1448-1122_S_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.64 x 9.555 at -4.213 degrees (North through East) ! Clean map min=-0.0048204 max=0.099772 Jy/beam ! Writing clean map to FITS file: J1448-1122_S_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0997717 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000895588 device "J1448-1122_S_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1448-1122_S_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.69291 2.69291 5.38582 10.7716 21.5433 43.0866 86.1731 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.099 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.64 x 9.555 at -4.213 degrees (North through East) ! Clean map min=-0.0048204 max=0.099772 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1448-1122_S_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1448-1122_S_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1448-1122_S_1997_05_07_yyk_uvs.log closed on Sun Jan 7 18:38:40 2007