! Started logfile: J1923+1432_K_2006_06_11_yyk_uvs.log on Thu Jul 8 23:46:39 2010 obs J1923+1432_K_2006_06_11_yyk_uva.fits ! Reading UV FITS file: J1923+1432_K_2006_06_11_yyk_uva.fits ! AN table 1: 1645 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.115461 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1923+1432 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.42136e+10 8e+06 1 8e+06 ! 02 2 2.42266e+10 8e+06 1 8e+06 ! 03 3 2.42656e+10 8e+06 1 8e+06 ! 04 4 2.43436e+10 8e+06 1 8e+06 ! 05 5 2.44866e+10 8e+06 1 8e+06 ! 06 6 2.45906e+10 8e+06 1 8e+06 ! 07 7 2.46556e+10 8e+06 1 8e+06 ! 08 8 2.46816e+10 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2715 lines of history. ! ! Reading 68376 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 ![@muppet J1923+1432_K_2006_06_11_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 3 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=3 float phase_soltime2 phase_soltime2=0.3 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.70 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 10 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.0650x0.0650 milli-arcsec cellsize. uvav time_av, true ! Averaging into 10 second bins. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.678916 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.2076 mas, bmaj=0.9206 mas, bpa=-9.158 degrees ! Estimated noise=16.2921 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.122477 Jy ! Component: 100 - total flux cleaned = 0.156405 Jy ! Total flux subtracted in 100 components = 0.156405 Jy ! Clean residual min=-0.023917 max=0.024248 Jy/beam ! Clean residual mean=-0.000095 rms=0.008954 Jy/beam ! Combined flux in latest and established models = 0.156405 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.156405 Jy ! ! Correcting IF 1. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 197 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 197 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.652075Jy sigma=0.997730 ! Fit after self-cal, rms=0.738192Jy sigma=0.970377 ! Inverting map and beam ! Estimated beam: bmin=0.2111 mas, bmaj=0.9356 mas, bpa=-6.123 degrees ! Estimated noise=17.9242 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.2121 mas, bmaj=1.04 mas, bpa=-7.064 degrees ! Estimated noise=14.135 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.000909633 Jy ! Component: 100 - total flux cleaned = -0.00591579 Jy ! Component: 150 - total flux cleaned = -0.0121813 Jy ! Component: 200 - total flux cleaned = -0.0154485 Jy ! Total flux subtracted in 200 components = -0.0154485 Jy ! Clean residual min=-0.012336 max=0.012330 Jy/beam ! Clean residual mean=-0.000043 rms=0.003067 Jy/beam ! Combined flux in latest and established models = 0.140957 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 60 components and 0.140957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.736757Jy sigma=0.962425 ! Fit after self-cal, rms=0.735079Jy sigma=0.962216 ! 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.2121 x 1.04 at -7.064 degrees (North through East) ! Clean map min=-0.016752 max=0.044783 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 6. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.96 KP 0.83 ! LA 1.00* MK 1.10 NL 1.00* OV 1.00* ! PT 0.89 SC 1.00* ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.735079Jy sigma=0.962216 ! Fit after self-cal, rms=1.033607Jy sigma=0.865041 selfcal false, false, phase_soltime ! Performing phase self-cal over 3 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.033607Jy sigma=0.865041 ! Fit after self-cal, rms=1.033082Jy sigma=0.863932 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.2005 mas, bmaj=9.747 mas, bpa=-11.63 degrees ! Estimated noise=30.6133 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.0128683 Jy ! Component: 100 - total flux cleaned = 0.0127643 Jy ! Component: 150 - total flux cleaned = 0.00931744 Jy ! Component: 200 - total flux cleaned = 0.00445194 Jy ! Total flux subtracted in 200 components = 0.00445194 Jy ! Clean residual min=-0.026387 max=0.025813 Jy/beam ! Clean residual mean=0.000008 rms=0.009430 Jy/beam ! Combined flux in latest and established models = 0.145409 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.145409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.025455Jy sigma=0.863439 ! Fit after self-cal, rms=1.024962Jy sigma=0.859449 ! 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.3 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.024962Jy sigma=0.859449 ! Fit after self-cal, rms=1.025634Jy sigma=0.839684 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.0254567 Jy ! Component: 100 - total flux cleaned = -0.0271061 Jy ! Component: 150 - total flux cleaned = -0.0272173 Jy ! Component: 200 - total flux cleaned = -0.0272706 Jy ! Total flux subtracted in 200 components = -0.0272706 Jy ! Clean residual min=-0.034598 max=0.032801 Jy/beam ! Clean residual mean=0.000025 rms=0.009510 Jy/beam ! Combined flux in latest and established models = 0.118138 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 111 components and 0.118138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.027520Jy sigma=0.836183 ! Fit after self-cal, rms=1.034824Jy sigma=0.824614 ! 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.2005 x 9.747 at -11.63 degrees (North through East) ! Clean map min=-0.045891 max=0.054432 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 = 180 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6279 mas, bmaj=7.254 mas, bpa=-12.78 degrees ! Estimated noise=63.2514 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.0127942 Jy ! Component: 100 - total flux cleaned = -0.0173287 Jy ! Component: 150 - total flux cleaned = -0.0215113 Jy ! Component: 200 - total flux cleaned = -0.0233425 Jy ! Total flux subtracted in 200 components = -0.0233425 Jy ! Clean residual min=-0.009658 max=0.009712 Jy/beam ! Clean residual mean=-0.000122 rms=0.003727 Jy/beam ! Combined flux in latest and established models = 0.0947958 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 148 components and 0.0947958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.035048Jy sigma=0.824116 ! Fit after self-cal, rms=1.037048Jy sigma=0.818636 ! 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.2085 mas, bmaj=8.363 mas, bpa=-11.75 degrees ! Estimated noise=35.8811 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0365152 Jy ! Component: 100 - total flux cleaned = 0.0415582 Jy ! Component: 150 - total flux cleaned = 0.0187787 Jy ! Component: 200 - total flux cleaned = -0.0110075 Jy ! Total flux subtracted in 200 components = -0.0110075 Jy ! Clean residual min=-0.034434 max=0.033466 Jy/beam ! Clean residual mean=-0.000177 rms=0.009777 Jy/beam ! Combined flux in latest and established models = -0.0110075 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.0110075 Jy ! Inverting map and beam ! Estimated beam: bmin=0.2005 mas, bmaj=9.747 mas, bpa=-11.63 degrees ! Estimated noise=30.6133 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.00129726 Jy ! Component: 100 - total flux cleaned = -0.00528249 Jy ! Component: 150 - total flux cleaned = -0.0181902 Jy ! Component: 200 - total flux cleaned = -0.0340509 Jy ! Total flux subtracted in 200 components = -0.0340509 Jy ! Clean residual min=-0.020131 max=0.020389 Jy/beam ! Clean residual mean=0.000028 rms=0.007355 Jy/beam ! Combined flux in latest and established models = -0.0450583 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 55 components and -0.0450583 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 180 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6279 mas, bmaj=7.254 mas, bpa=-12.78 degrees ! Estimated noise=63.2514 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.00366912 Jy ! Component: 100 - total flux cleaned = -0.0140299 Jy ! Component: 150 - total flux cleaned = -0.0309746 Jy ! Component: 200 - total flux cleaned = -0.0568397 Jy ! Total flux subtracted in 200 components = -0.0568397 Jy ! Clean residual min=-0.016221 max=0.015153 Jy/beam ! Clean residual mean=-0.000071 rms=0.006955 Jy/beam ! Combined flux in latest and established models = -0.101898 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 82 components and -0.101898 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.2005 mas, bmaj=9.747 mas, bpa=-11.63 degrees ! Estimated noise=30.6133 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00157038 Jy ! Component: 100 - total flux cleaned = 0.00246902 Jy ! Component: 150 - total flux cleaned = -0.00329569 Jy ! Component: 200 - total flux cleaned = -0.00757983 Jy ! Total flux subtracted in 200 components = -0.00757983 Jy ! Clean residual min=-0.022845 max=0.021663 Jy/beam ! Clean residual mean=0.000032 rms=0.006914 Jy/beam ! Combined flux in latest and established models = -0.109478 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.3 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 118 components and -0.109478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.026911Jy sigma=0.821427 ! Fit after self-cal, rms=1.022597Jy sigma=0.820554 wmodel J1923+1432_K_2006_06_11_yyk\_map.mod ! Writing 118 model components to file: J1923+1432_K_2006_06_11_yyk_map.mod wobs J1923+1432_K_2006_06_11_yyk\_uvs.fits ! Writing UV FITS file: J1923+1432_K_2006_06_11_yyk_uvs.fits wwins J1923+1432_K_2006_06_11_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1923+1432_K_2006_06_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.2005 x 9.747 at -11.63 degrees (North through East) ! Clean map min=-0.068375 max=0.060177 Jy/beam ! Writing clean map to FITS file: J1923+1432_K_2006_06_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.060177 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00827689 device "J1923+1432_K_2006_06_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1923+1432_K_2006_06_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -41.2627 41.2627 82.5255 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0248 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.06 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.2005 x 9.747 at -11.63 degrees (North through East) ! Clean map min=-0.068375 max=0.060177 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1923+1432_K_2006_06_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1923+1432_K_2006_06_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1923+1432_K_2006_06_11_yyk_uvs.log closed on Thu Jul 8 23:46:40 2010