! Started logfile: J0134-093A_X_2002_05_14_yyk_uvs.log on Tue Jun 26 21:56:41 2007 obs J0134-093A_X_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0134-093A_X_2002_05_14_yyk_uva.fits ! AN table 1: 86 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.519121 visibilities/baseline/integration-bin. ! Found source: J0134-093A ! ! 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.40947e+09 8e+06 1 8e+06 ! 02 2 8.47947e+09 8e+06 1 8e+06 ! 03 3 8.79447e+09 8e+06 1 8e+06 ! 04 4 8.89947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1076 lines of history. ! ! Reading 8036 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 J0134-093A_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.212393 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.8592 mas, bmaj=2.882 mas, bpa=20.31 degrees ! Estimated noise=1309.66 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.0793184 Jy ! Component: 100 - total flux cleaned = 0.117728 Jy ! Total flux subtracted in 100 components = 0.117728 Jy ! Clean residual min=-0.014093 max=0.020897 Jy/beam ! Clean residual mean=-0.000015 rms=0.004694 Jy/beam ! Combined flux in latest and established models = 0.117728 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.117728 Jy ! ! Correcting IF 1. ! A total of 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 258 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 258 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.182041Jy sigma=0.001512 ! Fit after self-cal, rms=0.181260Jy sigma=0.001508 ! Inverting map and beam ! Estimated beam: bmin=0.8592 mas, bmaj=2.882 mas, bpa=20.31 degrees ! Estimated noise=1310.18 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.062 mas, bmaj=3.127 mas, bpa=18.44 degrees ! Estimated noise=910.142 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.043074 Jy ! Component: 100 - total flux cleaned = 0.0648552 Jy ! Component: 150 - total flux cleaned = 0.0761863 Jy ! Component: 200 - total flux cleaned = 0.0796328 Jy ! Total flux subtracted in 200 components = 0.0796328 Jy ! Clean residual min=-0.011884 max=0.018895 Jy/beam ! Clean residual mean=-0.000002 rms=0.003902 Jy/beam ! Combined flux in latest and established models = 0.19736 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 51 components and 0.19736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175115Jy sigma=0.001443 ! Fit after self-cal, rms=0.175076Jy sigma=0.001442 ! 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.062 x 3.127 at 18.44 degrees (North through East) ! Clean map min=-0.011666 max=0.096561 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 15 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 2. ! A total of 15 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 3. ! A total of 15 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Correcting IF 4. ! A total of 15 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.175076Jy sigma=0.001442 ! Fit after self-cal, rms=0.174709Jy sigma=0.001440 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.174709Jy sigma=0.001440 ! Fit after self-cal, rms=0.174694Jy sigma=0.001440 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=3.131 mas, bpa=18.33 degrees ! Estimated noise=913.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.00237376 Jy ! Component: 100 - total flux cleaned = 0.00338906 Jy ! Component: 150 - total flux cleaned = 0.00364424 Jy ! Component: 200 - total flux cleaned = 0.0038984 Jy ! Total flux subtracted in 200 components = 0.0038984 Jy ! Clean residual min=-0.012211 max=0.017017 Jy/beam ! Clean residual mean=-0.000005 rms=0.003801 Jy/beam ! Combined flux in latest and established models = 0.201259 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.201259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174537Jy sigma=0.001439 ! Fit after self-cal, rms=0.174525Jy sigma=0.001439 ! 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.174525Jy sigma=0.001439 ! Fit after self-cal, rms=0.172149Jy sigma=0.001417 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.00549076 Jy ! Component: 100 - total flux cleaned = 0.00594989 Jy ! Component: 150 - total flux cleaned = 0.00615021 Jy ! Component: 200 - total flux cleaned = 0.00643956 Jy ! Total flux subtracted in 200 components = 0.00643955 Jy ! Clean residual min=-0.011864 max=0.013538 Jy/beam ! Clean residual mean=-0.000009 rms=0.003524 Jy/beam ! Combined flux in latest and established models = 0.207698 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.207698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172000Jy sigma=0.001416 ! Fit after self-cal, rms=0.171490Jy sigma=0.001411 ! 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.061 x 3.131 at 18.33 degrees (North through East) ! Clean map min=-0.011238 max=0.097385 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.106 mas, bmaj=4.165 mas, bpa=7.709 degrees ! Estimated noise=1092.04 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.00776608 Jy ! Component: 100 - total flux cleaned = 0.00819876 Jy ! Component: 150 - total flux cleaned = 0.00842657 Jy ! Component: 200 - total flux cleaned = 0.00852436 Jy ! Total flux subtracted in 200 components = 0.00852436 Jy ! Clean residual min=-0.014529 max=0.015765 Jy/beam ! Clean residual mean=-0.000007 rms=0.004983 Jy/beam ! Combined flux in latest and established models = 0.216223 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 77 components and 0.216223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171563Jy sigma=0.001412 ! Fit after self-cal, rms=0.171363Jy sigma=0.001410 ! 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.8592 mas, bmaj=2.882 mas, bpa=20.31 degrees ! Estimated noise=1311.58 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0848213 Jy ! Component: 100 - total flux cleaned = 0.125623 Jy ! Component: 150 - total flux cleaned = 0.151969 Jy ! Component: 200 - total flux cleaned = 0.16823 Jy ! Total flux subtracted in 200 components = 0.16823 Jy ! Clean residual min=-0.011580 max=0.014635 Jy/beam ! Clean residual mean=-0.000019 rms=0.003461 Jy/beam ! Combined flux in latest and established models = 0.16823 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.16823 Jy ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=3.131 mas, bpa=18.33 degrees ! Estimated noise=913.26 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 (-1.8, -2.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249811 Jy ! Component: 100 - total flux cleaned = 0.0380493 Jy ! Component: 150 - total flux cleaned = 0.0461991 Jy ! Component: 200 - total flux cleaned = 0.0514743 Jy ! Total flux subtracted in 200 components = 0.0514743 Jy ! Clean residual min=-0.009990 max=0.012000 Jy/beam ! Clean residual mean=-0.000009 rms=0.003120 Jy/beam ! Combined flux in latest and established models = 0.219704 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 90 components and 0.219704 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.106 mas, bmaj=4.165 mas, bpa=7.709 degrees ! Estimated noise=1092.04 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.00652499 Jy ! Component: 100 - total flux cleaned = 0.00976944 Jy ! Component: 150 - total flux cleaned = 0.0111085 Jy ! Component: 200 - total flux cleaned = 0.0119616 Jy ! Total flux subtracted in 200 components = 0.0119616 Jy ! Clean residual min=-0.012012 max=0.016978 Jy/beam ! Clean residual mean=-0.000009 rms=0.004384 Jy/beam ! Combined flux in latest and established models = 0.231666 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 118 components and 0.231666 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=3.131 mas, bpa=18.33 degrees ! Estimated noise=913.26 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00234799 Jy ! Component: 100 - total flux cleaned = -0.00222474 Jy ! Component: 150 - total flux cleaned = -0.00170812 Jy ! Component: 200 - total flux cleaned = -0.00143989 Jy ! Total flux subtracted in 200 components = -0.00143989 Jy ! Clean residual min=-0.010026 max=0.011186 Jy/beam ! Clean residual mean=-0.000008 rms=0.003000 Jy/beam ! Combined flux in latest and established models = 0.230226 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 139 components and 0.230226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170729Jy sigma=0.001404 ! Fit after self-cal, rms=0.170345Jy sigma=0.001400 wmodel J0134-093A_X_2002_05_14_yyk\_map.mod ! Writing 139 model components to file: J0134-093A_X_2002_05_14_yyk_map.mod wobs J0134-093A_X_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0134-093A_X_2002_05_14_yyk_uvs.fits wwins J0134-093A_X_2002_05_14_yyk\_map.win ! wwins: Wrote 2 windows to J0134-093A_X_2002_05_14_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.00264201 Jy ! Component: 100 - total flux cleaned = 0.00394972 Jy ! Component: 150 - total flux cleaned = 0.0041045 Jy ! Component: 200 - total flux cleaned = 0.00453349 Jy ! Component: 250 - total flux cleaned = 0.00507744 Jy ! Component: 300 - total flux cleaned = 0.00572688 Jy ! Component: 350 - total flux cleaned = 0.00634546 Jy ! Component: 400 - total flux cleaned = 0.00646332 Jy ! Component: 450 - total flux cleaned = 0.00657676 Jy ! Component: 500 - total flux cleaned = 0.00690997 Jy ! Component: 550 - total flux cleaned = 0.00723504 Jy ! Component: 600 - total flux cleaned = 0.00765627 Jy ! Component: 650 - total flux cleaned = 0.00816735 Jy ! Component: 700 - total flux cleaned = 0.00846425 Jy ! Component: 750 - total flux cleaned = 0.00885238 Jy ! Component: 800 - total flux cleaned = 0.0093277 Jy ! Component: 850 - total flux cleaned = 0.0099786 Jy ! Component: 900 - total flux cleaned = 0.0103427 Jy ! Component: 950 - total flux cleaned = 0.0108764 Jy ! Component: 1000 - total flux cleaned = 0.0114005 Jy ! Component: 1050 - total flux cleaned = 0.0119998 Jy ! Component: 1100 - total flux cleaned = 0.012503 Jy ! Component: 1150 - total flux cleaned = 0.0131614 Jy ! Component: 1200 - total flux cleaned = 0.0137274 Jy ! Component: 1250 - total flux cleaned = 0.0142832 Jy ! Component: 1300 - total flux cleaned = 0.0147486 Jy ! Component: 1350 - total flux cleaned = 0.0149785 Jy ! Component: 1400 - total flux cleaned = 0.0155052 Jy ! Component: 1450 - total flux cleaned = 0.0158746 Jy ! Component: 1500 - total flux cleaned = 0.0163119 Jy ! Component: 1550 - total flux cleaned = 0.0167413 Jy ! Component: 1600 - total flux cleaned = 0.0172344 Jy ! Component: 1650 - total flux cleaned = 0.0175811 Jy ! Component: 1700 - total flux cleaned = 0.0179226 Jy ! Component: 1750 - total flux cleaned = 0.0185272 Jy ! Component: 1800 - total flux cleaned = 0.0186588 Jy ! Component: 1850 - total flux cleaned = 0.0189202 Jy ! Component: 1900 - total flux cleaned = 0.0192416 Jy ! Component: 1950 - total flux cleaned = 0.0194947 Jy ! Component: 2000 - total flux cleaned = 0.0196825 Jy ! Total flux subtracted in 2048 components = 0.0199922 Jy ! Clean residual min=-0.003396 max=0.003466 Jy/beam ! Clean residual mean=-0.000011 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.250218 Jy keep ! Adding 165 model components to the UV plane model. ! The established model now contains 304 components and 0.250218 Jy ![Exited script file: muppet] wmap "J0134-093A_X_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.061 x 3.131 at 18.33 degrees (North through East) ! Clean map min=-0.0073673 max=0.093184 Jy/beam ! Writing clean map to FITS file: J0134-093A_X_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.0931837 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00133428 device "J0134-093A_X_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0134-093A_X_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.29565 4.29565 8.5913 17.1826 34.3652 68.7304 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.004 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.093 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.061 x 3.131 at 18.33 degrees (North through East) ! Clean map min=-0.0073673 max=0.093184 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0134-093A_X_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0134-093A_X_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0134-093A_X_2002_05_14_yyk_uvs.log closed on Tue Jun 26 21:56:48 2007