! Started logfile: J0617-3634_S_2002_05_14_yyk_uvs.log on Tue Jun 26 22:21:37 2007 obs J0617-3634_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0617-3634_S_2002_05_14_yyk_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.453704 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0617-3634 ! ! 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 1154 lines of history. ! ! Reading 2940 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 J0617-3634_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.404409 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=7.94 mas, bmaj=49.23 mas, bpa=-3.871 degrees ! Estimated noise=2849.83 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=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.252375 Jy ! Component: 100 - total flux cleaned = 0.361318 Jy ! Total flux subtracted in 100 components = 0.361318 Jy ! Clean residual min=-0.045221 max=0.045343 Jy/beam ! Clean residual mean=0.001131 rms=0.020425 Jy/beam ! Combined flux in latest and established models = 0.361318 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 46 model components to the UV plane model. ! The established model now contains 46 components and 0.361318 Jy ! ! Correcting IF 1. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.275052Jy sigma=0.001502 ! Fit after self-cal, rms=0.273942Jy sigma=0.001496 ! Inverting map and beam ! Estimated beam: bmin=7.94 mas, bmaj=49.23 mas, bpa=-3.871 degrees ! Estimated noise=2849.83 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=9.38 mas, bmaj=52.76 mas, bpa=-1.685 degrees ! Estimated noise=2367.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.079663 Jy ! Component: 100 - total flux cleaned = 0.121035 Jy ! Component: 150 - total flux cleaned = 0.149351 Jy ! Component: 200 - total flux cleaned = 0.170495 Jy ! Total flux subtracted in 200 components = 0.170495 Jy ! Clean residual min=-0.019535 max=0.019442 Jy/beam ! Clean residual mean=0.001261 rms=0.010512 Jy/beam ! Combined flux in latest and established models = 0.531813 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 108 model components to the UV plane model. ! The established model now contains 151 components and 0.531813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241057Jy sigma=0.001294 ! Fit after self-cal, rms=0.240500Jy sigma=0.001291 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.38 x 52.76 at -1.685 degrees (North through East) ! Clean map min=-0.035605 max=0.29016 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: 1.0405 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 1.00* KP 0.94 ! LA 0.86 NL 0.95 OV 0.90 PT 1.00 ! SC 1.00* MK 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.02112 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.00* KP 1.00* ! LA 0.81 NL 1.11 OV 0.94 PT 0.93 ! SC 1.00* MK 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.984281 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.00* KP 1.01 ! LA 0.82 NL 1.13 OV 1.04 PT 1.21 ! SC 1.00* MK 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0173 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.88 HN 1.00* KP 1.07 ! LA 0.65 NL 1.35 OV 0.92 PT 1.01 ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.240500Jy sigma=0.001291 ! Fit after self-cal, rms=0.225518Jy sigma=0.001234 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.225518Jy sigma=0.001234 ! Fit after self-cal, rms=0.225565Jy sigma=0.001234 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.08 mas, bmaj=54.23 mas, bpa=-0.8094 degrees ! Estimated noise=2251.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.00958721 Jy ! Component: 100 - total flux cleaned = 0.0145008 Jy ! Component: 150 - total flux cleaned = 0.0197048 Jy ! Component: 200 - total flux cleaned = 0.0235503 Jy ! Total flux subtracted in 200 components = 0.0235503 Jy ! Clean residual min=-0.005482 max=0.005483 Jy/beam ! Clean residual mean=0.000312 rms=0.003064 Jy/beam ! Combined flux in latest and established models = 0.555363 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 104 model components to the UV plane model. ! The established model now contains 254 components and 0.555364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.222555Jy sigma=0.001215 ! Fit after self-cal, rms=0.222455Jy sigma=0.001215 ! 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.222455Jy sigma=0.001215 ! Fit after self-cal, rms=0.217448Jy sigma=0.001182 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.00150982 Jy ! Component: 100 - total flux cleaned = 0.00332642 Jy ! Component: 150 - total flux cleaned = 0.00523314 Jy ! Component: 200 - total flux cleaned = 0.00640322 Jy ! Total flux subtracted in 200 components = 0.00640322 Jy ! Clean residual min=-0.003581 max=0.003636 Jy/beam ! Clean residual mean=0.000252 rms=0.001969 Jy/beam ! Combined flux in latest and established models = 0.561767 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 100 model components to the UV plane model. ! The established model now contains 343 components and 0.561767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216573Jy sigma=0.001177 ! Fit after self-cal, rms=0.216108Jy sigma=0.001174 ! 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: 10.08 x 54.23 at -0.8094 degrees (North through East) ! Clean map min=-0.02377 max=0.28447 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 ! Performing amp+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.216108Jy sigma=0.001174 ! Fit after self-cal, rms=0.210184Jy sigma=0.001170 ! 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.210184Jy sigma=0.001170 ! Fit after self-cal, rms=0.210134Jy sigma=0.001170 ! Inverting map and beam ! Estimated beam: bmin=9.932 mas, bmaj=54.62 mas, bpa=-1.07 degrees ! Estimated noise=2190.64 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237287 Jy ! Component: 100 - total flux cleaned = 0.00594917 Jy ! Component: 150 - total flux cleaned = 0.00884917 Jy ! Component: 200 - total flux cleaned = 0.0107783 Jy ! Total flux subtracted in 200 components = 0.0107783 Jy ! Clean residual min=-0.001890 max=0.001900 Jy/beam ! Clean residual mean=0.000137 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.572545 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 84 model components to the UV plane model. ! The established model now contains 422 components and 0.572545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209837Jy sigma=0.001168 ! Fit after self-cal, rms=0.209835Jy sigma=0.001168 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209835Jy sigma=0.001168 ! Fit after self-cal, rms=0.209721Jy sigma=0.001163 ! 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.209721Jy sigma=0.001163 ! Fit after self-cal, rms=0.209731Jy sigma=0.001163 ! Inverting map and beam ! Estimated beam: bmin=9.882 mas, bmaj=54.79 mas, bpa=-1.121 degrees ! Estimated noise=2184.01 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209345 Jy ! Component: 100 - total flux cleaned = 0.00295939 Jy ! Component: 150 - total flux cleaned = 0.00362031 Jy ! Component: 200 - total flux cleaned = 0.00402238 Jy ! Total flux subtracted in 200 components = 0.00402238 Jy ! Clean residual min=-0.001617 max=0.001611 Jy/beam ! Clean residual mean=0.000147 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.576568 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 93 model components to the UV plane model. ! The established model now contains 514 components and 0.576568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209601Jy sigma=0.001162 ! Fit after self-cal, rms=0.209610Jy sigma=0.001162 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** 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=11.12 mas, bmaj=55.32 mas, bpa=-0.3315 degrees ! Estimated noise=2213.95 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.00200652 Jy ! Component: 100 - total flux cleaned = 0.00316376 Jy ! Component: 150 - total flux cleaned = 0.00336986 Jy ! Component: 200 - total flux cleaned = 0.00315232 Jy ! Total flux subtracted in 200 components = 0.00315232 Jy ! Clean residual min=-0.001458 max=0.001399 Jy/beam ! Clean residual mean=0.000102 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.57972 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 81 model components to the UV plane model. ! The established model now contains 586 components and 0.57972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209523Jy sigma=0.001162 ! Fit after self-cal, rms=0.209532Jy sigma=0.001162 ! 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=8.259 mas, bmaj=49.87 mas, bpa=-3.605 degrees ! Estimated noise=2722.05 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.244173 Jy ! Component: 100 - total flux cleaned = 0.349193 Jy ! Component: 150 - total flux cleaned = 0.394863 Jy ! Component: 200 - total flux cleaned = 0.423603 Jy ! Total flux subtracted in 200 components = 0.423603 Jy ! Clean residual min=-0.024339 max=0.024500 Jy/beam ! Clean residual mean=0.000347 rms=0.012159 Jy/beam ! Combined flux in latest and established models = 0.423603 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 103 model components to the UV plane model. ! The established model now contains 103 components and 0.423603 Jy ! Inverting map and beam ! Estimated beam: bmin=9.882 mas, bmaj=54.79 mas, bpa=-1.121 degrees ! Estimated noise=2184.01 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.032445 Jy ! Component: 100 - total flux cleaned = 0.063987 Jy ! Component: 150 - total flux cleaned = 0.0823499 Jy ! Component: 200 - total flux cleaned = 0.098599 Jy ! Total flux subtracted in 200 components = 0.098599 Jy ! Clean residual min=-0.010456 max=0.010444 Jy/beam ! Clean residual mean=0.000488 rms=0.005834 Jy/beam ! Combined flux in latest and established models = 0.522202 Jy ! Adding 108 model components to the UV plane model. ! The established model now contains 208 components and 0.522202 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=11.12 mas, bmaj=55.32 mas, bpa=-0.3315 degrees ! Estimated noise=2213.95 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.00992169 Jy ! Component: 100 - total flux cleaned = 0.0179905 Jy ! Component: 150 - total flux cleaned = 0.0224341 Jy ! Component: 200 - total flux cleaned = 0.02664 Jy ! Total flux subtracted in 200 components = 0.02664 Jy ! Clean residual min=-0.005201 max=0.005246 Jy/beam ! Clean residual mean=0.000375 rms=0.003025 Jy/beam ! Combined flux in latest and established models = 0.548842 Jy ! Adding 136 model components to the UV plane model. ! The established model now contains 341 components and 0.548842 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.882 mas, bmaj=54.79 mas, bpa=-1.121 degrees ! Estimated noise=2184.01 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000964327 Jy ! Component: 100 - total flux cleaned = 0.00190605 Jy ! Component: 150 - total flux cleaned = 0.00357069 Jy ! Component: 200 - total flux cleaned = 0.00553308 Jy ! Total flux subtracted in 200 components = 0.00553308 Jy ! Clean residual min=-0.002844 max=0.002873 Jy/beam ! Clean residual mean=0.000283 rms=0.001664 Jy/beam ! Combined flux in latest and established models = 0.554375 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 111 model components to the UV plane model. ! The established model now contains 450 components and 0.554375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209895Jy sigma=0.001164 ! Fit after self-cal, rms=0.209867Jy sigma=0.001164 wmodel J0617-3634_S_2002_05_14_yyk\_map.mod ! Writing 450 model components to file: J0617-3634_S_2002_05_14_yyk_map.mod wobs J0617-3634_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0617-3634_S_2002_05_14_yyk_uvs.fits wwins J0617-3634_S_2002_05_14_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J0617-3634_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.882 x 54.79 at -1.121 degrees (North through East) ! Clean map min=-0.024237 max=0.2787 Jy/beam ! Writing clean map to FITS file: J0617-3634_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.278699 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00168848 device "J0617-3634_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0617-3634_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.81753 1.81753 3.63506 7.27013 14.5403 29.0805 58.161 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.005 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.278 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.882 x 54.79 at -1.121 degrees (North through East) ! Clean map min=-0.024237 max=0.2787 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0617-3634_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0617-3634_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0617-3634_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:21:48 2007