! Started logfile: J0359-2615_X_1997_07_02_yyk_uvs.log on Mon Jan 8 02:52:08 2007 obs J0359-2615_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0359-2615_X_1997_07_02_yyk_uva.fits ! AN table 1: 140 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1.0981 visibilities/baseline/integration-bin. ! Found source: J0359-2615 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 27672 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 J0359-2615_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.292405 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.6875 mas, bmaj=2.174 mas, bpa=-1.213 degrees ! Estimated noise=1469.62 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.0570696 Jy ! Component: 100 - total flux cleaned = 0.084147 Jy ! Total flux subtracted in 100 components = 0.084147 Jy ! Clean residual min=-0.012575 max=0.023711 Jy/beam ! Clean residual mean=-0.000139 rms=0.004075 Jy/beam ! Combined flux in latest and established models = 0.084147 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.084147 Jy ! ! Correcting IF 1. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.281174Jy sigma=0.001892 ! Fit after self-cal, rms=0.280492Jy sigma=0.001888 ! Inverting map and beam ! Estimated beam: bmin=0.6875 mas, bmaj=2.174 mas, bpa=-1.213 degrees ! Estimated noise=1469.62 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=0.9699 mas, bmaj=2.835 mas, bpa=-3.716 degrees ! Estimated noise=698.721 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.036732 Jy ! Component: 100 - total flux cleaned = 0.0524882 Jy ! Component: 150 - total flux cleaned = 0.059497 Jy ! Component: 200 - total flux cleaned = 0.0616697 Jy ! Total flux subtracted in 200 components = 0.0616697 Jy ! Clean residual min=-0.011361 max=0.015731 Jy/beam ! Clean residual mean=-0.000099 rms=0.003782 Jy/beam ! Combined flux in latest and established models = 0.145817 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.145817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.278558Jy sigma=0.001864 ! Fit after self-cal, rms=0.278512Jy sigma=0.001864 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9699 x 2.835 at -3.716 degrees (North through East) ! Clean map min=-0.011171 max=0.059749 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. ! 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 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. ! 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* ! ! ! Fit before self-cal, rms=0.278512Jy sigma=0.001864 ! Fit after self-cal, rms=0.278352Jy sigma=0.001864 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.278352Jy sigma=0.001864 ! Fit after self-cal, rms=0.278352Jy sigma=0.001864 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9699 mas, bmaj=2.836 mas, bpa=-3.724 degrees ! Estimated noise=698.81 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.00117027 Jy ! Component: 100 - total flux cleaned = 0.00158204 Jy ! Component: 150 - total flux cleaned = 0.00202072 Jy ! Component: 200 - total flux cleaned = 0.00217968 Jy ! Total flux subtracted in 200 components = 0.00217968 Jy ! Clean residual min=-0.011133 max=0.014876 Jy/beam ! Clean residual mean=-0.000092 rms=0.003716 Jy/beam ! Combined flux in latest and established models = 0.147996 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.147996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.278302Jy sigma=0.001863 ! Fit after self-cal, rms=0.278297Jy sigma=0.001863 ! 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.278297Jy sigma=0.001863 ! Fit after self-cal, rms=0.277251Jy sigma=0.001856 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.00301426 Jy ! Component: 100 - total flux cleaned = 0.00314385 Jy ! Component: 150 - total flux cleaned = 0.00337181 Jy ! Component: 200 - total flux cleaned = 0.00347319 Jy ! Total flux subtracted in 200 components = 0.00347319 Jy ! Clean residual min=-0.011557 max=0.013067 Jy/beam ! Clean residual mean=-0.000089 rms=0.003600 Jy/beam ! Combined flux in latest and established models = 0.15147 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.15147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.277152Jy sigma=0.001855 ! Fit after self-cal, rms=0.276861Jy sigma=0.001853 ! 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: 0.9699 x 2.836 at -3.724 degrees (North through East) ! Clean map min=-0.011199 max=0.061742 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.293 mas, bmaj=5.511 mas, bpa=-6.036 degrees ! Estimated noise=872.171 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.00628343 Jy ! Component: 100 - total flux cleaned = 0.00658477 Jy ! Component: 150 - total flux cleaned = 0.00672506 Jy ! Component: 200 - total flux cleaned = 0.0069671 Jy ! Total flux subtracted in 200 components = 0.0069671 Jy ! Clean residual min=-0.014906 max=0.015287 Jy/beam ! Clean residual mean=-0.000134 rms=0.005598 Jy/beam ! Combined flux in latest and established models = 0.158437 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 54 components and 0.158437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.276857Jy sigma=0.001853 ! Fit after self-cal, rms=0.276709Jy sigma=0.001852 ! 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.6875 mas, bmaj=2.174 mas, bpa=-1.213 degrees ! Estimated noise=1469.68 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0638102 Jy ! Component: 100 - total flux cleaned = 0.0938623 Jy ! Component: 150 - total flux cleaned = 0.111292 Jy ! Component: 200 - total flux cleaned = 0.122106 Jy ! Total flux subtracted in 200 components = 0.122106 Jy ! Clean residual min=-0.011938 max=0.013836 Jy/beam ! Clean residual mean=-0.000100 rms=0.003441 Jy/beam ! Combined flux in latest and established models = 0.122106 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.122106 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9699 mas, bmaj=2.836 mas, bpa=-3.724 degrees ! Estimated noise=698.81 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.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0247249 Jy ! Component: 100 - total flux cleaned = 0.0364037 Jy ! Component: 150 - total flux cleaned = 0.0429811 Jy ! Component: 200 - total flux cleaned = 0.0457806 Jy ! Total flux subtracted in 200 components = 0.0457806 Jy ! Clean residual min=-0.008937 max=0.011295 Jy/beam ! Clean residual mean=-0.000044 rms=0.003076 Jy/beam ! Combined flux in latest and established models = 0.167886 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 79 components and 0.167886 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.293 mas, bmaj=5.511 mas, bpa=-6.036 degrees ! Estimated noise=872.171 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.00561851 Jy ! Component: 100 - total flux cleaned = 0.00619225 Jy ! Component: 150 - total flux cleaned = 0.00668747 Jy ! Component: 200 - total flux cleaned = 0.00701108 Jy ! Total flux subtracted in 200 components = 0.00701108 Jy ! Clean residual min=-0.011548 max=0.015463 Jy/beam ! Clean residual mean=-0.000054 rms=0.004904 Jy/beam ! Combined flux in latest and established models = 0.174897 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 86 components and 0.174897 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9699 mas, bmaj=2.836 mas, bpa=-3.724 degrees ! Estimated noise=698.81 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00168736 Jy ! Component: 100 - total flux cleaned = -0.00195123 Jy ! Component: 150 - total flux cleaned = -0.0021644 Jy ! Component: 200 - total flux cleaned = -0.00216015 Jy ! Total flux subtracted in 200 components = -0.00216015 Jy ! Clean residual min=-0.008693 max=0.010785 Jy/beam ! Clean residual mean=-0.000033 rms=0.002985 Jy/beam ! Combined flux in latest and established models = 0.172737 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 104 components and 0.172737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.275869Jy sigma=0.001846 ! Fit after self-cal, rms=0.275533Jy sigma=0.001844 wmodel J0359-2615_X_1997_07_02_yyk\_map.mod ! Writing 104 model components to file: J0359-2615_X_1997_07_02_yyk_map.mod wobs J0359-2615_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0359-2615_X_1997_07_02_yyk_uvs.fits wwins J0359-2615_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J0359-2615_X_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.00379508 Jy ! Component: 100 - total flux cleaned = 0.00649256 Jy ! Component: 150 - total flux cleaned = 0.00707898 Jy ! Component: 200 - total flux cleaned = 0.00707619 Jy ! Component: 250 - total flux cleaned = 0.00745484 Jy ! Component: 300 - total flux cleaned = 0.00817884 Jy ! Component: 350 - total flux cleaned = 0.00875599 Jy ! Component: 400 - total flux cleaned = 0.00930609 Jy ! Component: 450 - total flux cleaned = 0.00982687 Jy ! Component: 500 - total flux cleaned = 0.0100284 Jy ! Component: 550 - total flux cleaned = 0.010408 Jy ! Component: 600 - total flux cleaned = 0.010411 Jy ! Component: 650 - total flux cleaned = 0.0103266 Jy ! Component: 700 - total flux cleaned = 0.0102458 Jy ! Component: 750 - total flux cleaned = 0.0104099 Jy ! Component: 800 - total flux cleaned = 0.0104894 Jy ! Component: 850 - total flux cleaned = 0.0107201 Jy ! Component: 900 - total flux cleaned = 0.0110147 Jy ! Component: 950 - total flux cleaned = 0.0110144 Jy ! Component: 1000 - total flux cleaned = 0.0112951 Jy ! Component: 1050 - total flux cleaned = 0.0115664 Jy ! Component: 1100 - total flux cleaned = 0.0116973 Jy ! Component: 1150 - total flux cleaned = 0.0116976 Jy ! Component: 1200 - total flux cleaned = 0.0117603 Jy ! Component: 1250 - total flux cleaned = 0.0116976 Jy ! Component: 1300 - total flux cleaned = 0.0116973 Jy ! Component: 1350 - total flux cleaned = 0.0113993 Jy ! Component: 1400 - total flux cleaned = 0.0114585 Jy ! Component: 1450 - total flux cleaned = 0.0114581 Jy ! Component: 1500 - total flux cleaned = 0.0115152 Jy ! Component: 1550 - total flux cleaned = 0.011458 Jy ! Component: 1600 - total flux cleaned = 0.0112388 Jy ! Component: 1650 - total flux cleaned = 0.0111315 Jy ! Component: 1700 - total flux cleaned = 0.0111315 Jy ! Component: 1750 - total flux cleaned = 0.0108722 Jy ! Component: 1800 - total flux cleaned = 0.0109243 Jy ! Component: 1850 - total flux cleaned = 0.0108242 Jy ! Component: 1900 - total flux cleaned = 0.0108744 Jy ! Component: 1950 - total flux cleaned = 0.0108747 Jy ! Component: 2000 - total flux cleaned = 0.0107791 Jy ! Total flux subtracted in 2048 components = 0.0108267 Jy ! Clean residual min=-0.003738 max=0.002444 Jy/beam ! Clean residual mean=-0.000036 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.183564 Jy keep ! Adding 178 model components to the UV plane model. ! The established model now contains 282 components and 0.183564 Jy ![Exited script file: muppet] wmap "J0359-2615_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9699 x 2.836 at -3.724 degrees (North through East) ! Clean map min=-0.0049556 max=0.059005 Jy/beam ! Writing clean map to FITS file: J0359-2615_X_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.0590048 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00101306 device "J0359-2615_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0359-2615_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -5.15076 5.15076 10.3015 20.603 41.206 82.4121 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.003 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.059 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9699 x 2.836 at -3.724 degrees (North through East) ! Clean map min=-0.0049556 max=0.059005 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0359-2615_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0359-2615_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0359-2615_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 02:52:16 2007