! Started logfile: J0054+6811_K_2006_06_11_yyk_uvs.log on Thu Dec 2 20:40:48 2010 obs J0054+6811_K_2006_06_11_yyk_uva.fits ! Reading UV FITS file: J0054+6811_K_2006_06_11_yyk_uva.fits ! AN table 1: 1741 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.32002 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0054+6811 ! ! 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 200576 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 J0054+6811_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.275724 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.2826 mas, bmaj=0.7314 mas, bpa=-27.64 degrees ! Estimated noise=8.46384 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.0798199 Jy ! Component: 100 - total flux cleaned = 0.0924968 Jy ! Total flux subtracted in 100 components = 0.0924968 Jy ! Clean residual min=-0.021980 max=0.022113 Jy/beam ! Clean residual mean=-0.000203 rms=0.006636 Jy/beam ! Combined flux in latest and established models = 0.0924968 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0924968 Jy ! ! Correcting IF 1. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.238439Jy sigma=1.007210 ! Fit after self-cal, rms=0.227649Jy sigma=0.968650 ! Inverting map and beam ! Estimated beam: bmin=0.2649 mas, bmaj=1.174 mas, bpa=-28.86 degrees ! Estimated noise=9.46335 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.2848 mas, bmaj=1.191 mas, bpa=-26.22 degrees ! Estimated noise=6.71676 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.00366156 Jy ! Component: 100 - total flux cleaned = 0.00601621 Jy ! Component: 150 - total flux cleaned = 0.00715477 Jy ! Component: 200 - total flux cleaned = 0.00817951 Jy ! Total flux subtracted in 200 components = 0.00817951 Jy ! Clean residual min=-0.005904 max=0.006076 Jy/beam ! Clean residual mean=-0.000078 rms=0.002112 Jy/beam ! Combined flux in latest and established models = 0.100676 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 79 components and 0.100676 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.223538Jy sigma=0.940510 ! Fit after self-cal, rms=0.223539Jy sigma=0.940177 ! 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.2848 x 1.191 at -26.22 degrees (North through East) ! Clean map min=-0.014896 max=0.086299 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.02 ! LA 1.00* MK 1.12 NL 1.00 OV 0.96 ! PT 0.95 SC 0.90 ! ! ! 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. ! 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.98 FD 1.00* HN 1.00* KP 1.00 ! LA 0.98 MK 0.98 NL 1.00* OV 1.00* ! PT 0.89 SC 1.00* ! ! ! Correcting IF 6. ! 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 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 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.223539Jy sigma=0.940177 ! Fit after self-cal, rms=0.221310Jy sigma=0.938389 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=0.221310Jy sigma=0.938389 ! Fit after self-cal, rms=0.221311Jy sigma=0.938388 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.2882 mas, bmaj=1.194 mas, bpa=-26.32 degrees ! Estimated noise=6.41174 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.00579503 Jy ! Component: 100 - total flux cleaned = 0.00812015 Jy ! Component: 150 - total flux cleaned = 0.00792362 Jy ! Component: 200 - total flux cleaned = 0.00728178 Jy ! Total flux subtracted in 200 components = 0.00728178 Jy ! Clean residual min=-0.002645 max=0.002582 Jy/beam ! Clean residual mean=0.000005 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.107958 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 49 model components to the UV plane model. ! The established model now contains 127 components and 0.107958 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.220685Jy sigma=0.935263 ! Fit after self-cal, rms=0.220699Jy sigma=0.935211 ! 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=0.220699Jy sigma=0.935211 ! Fit after self-cal, rms=0.217326Jy sigma=0.907198 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.00361974 Jy ! Component: 100 - total flux cleaned = -0.0025892 Jy ! Component: 150 - total flux cleaned = -0.00315194 Jy ! Component: 200 - total flux cleaned = -0.00340092 Jy ! Total flux subtracted in 200 components = -0.00340092 Jy ! Clean residual min=-0.003061 max=0.003062 Jy/beam ! Clean residual mean=-0.000005 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.104557 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 170 components and 0.104557 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.216270Jy sigma=0.900708 ! Fit after self-cal, rms=0.215540Jy sigma=0.895386 ! 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.2882 x 1.194 at -26.32 degrees (North through East) ! Clean map min=-0.014091 max=0.084363 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.9868 mas, bmaj=1.224 mas, bpa=-15.96 degrees ! Estimated noise=9.04175 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.00187843 Jy ! Component: 100 - total flux cleaned = -0.0032212 Jy ! Component: 150 - total flux cleaned = -0.00421788 Jy ! Component: 200 - total flux cleaned = -0.00502688 Jy ! Total flux subtracted in 200 components = -0.00502688 Jy ! Clean residual min=-0.001249 max=0.001233 Jy/beam ! Clean residual mean=0.000001 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0995303 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 40 model components to the UV plane model. ! The established model now contains 210 components and 0.0995303 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.215402Jy sigma=0.894375 ! Fit after self-cal, rms=0.215317Jy sigma=0.893195 ! 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.2681 mas, bmaj=1.173 mas, bpa=-28.95 degrees ! Estimated noise=9.08331 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0661958 Jy ! Component: 100 - total flux cleaned = 0.0601669 Jy ! Component: 150 - total flux cleaned = 0.0547421 Jy ! Component: 200 - total flux cleaned = 0.0477536 Jy ! Total flux subtracted in 200 components = 0.0477536 Jy ! Clean residual min=-0.010951 max=0.010949 Jy/beam ! Clean residual mean=-0.000131 rms=0.003887 Jy/beam ! Combined flux in latest and established models = 0.0477536 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 54 model components to the UV plane model. ! The established model now contains 54 components and 0.0477536 Jy ! Inverting map and beam ! Estimated beam: bmin=0.2882 mas, bmaj=1.194 mas, bpa=-26.32 degrees ! Estimated noise=6.41174 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.0105562 Jy ! Component: 100 - total flux cleaned = 0.00977039 Jy ! Component: 150 - total flux cleaned = 0.00734021 Jy ! Component: 200 - total flux cleaned = 0.00488437 Jy ! Total flux subtracted in 200 components = 0.00488437 Jy ! Clean residual min=-0.003691 max=0.003664 Jy/beam ! Clean residual mean=-0.000044 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.052638 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 109 components and 0.052638 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.9868 mas, bmaj=1.224 mas, bpa=-15.96 degrees ! Estimated noise=9.04175 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.000181996 Jy ! Component: 100 - total flux cleaned = 0.00174793 Jy ! Component: 150 - total flux cleaned = 0.00440457 Jy ! Component: 200 - total flux cleaned = 0.00658573 Jy ! Total flux subtracted in 200 components = 0.00658573 Jy ! Clean residual min=-0.001376 max=0.001378 Jy/beam ! Clean residual mean=-0.000011 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.0592237 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 156 components and 0.0592237 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.2882 mas, bmaj=1.194 mas, bpa=-26.32 degrees ! Estimated noise=6.41174 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010069 Jy ! Component: 100 - total flux cleaned = 0.00173034 Jy ! Component: 150 - total flux cleaned = 0.00207557 Jy ! Component: 200 - total flux cleaned = 0.00191894 Jy ! Total flux subtracted in 200 components = 0.00191894 Jy ! Clean residual min=-0.001935 max=0.001940 Jy/beam ! Clean residual mean=-0.000005 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.0611426 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.3 minute time intervals ! Adding 56 model components to the UV plane model. ! The established model now contains 209 components and 0.0611426 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.214383Jy sigma=0.887486 ! Fit after self-cal, rms=0.214053Jy sigma=0.886421 wmodel J0054+6811_K_2006_06_11_yyk\_map.mod ! Writing 209 model components to file: J0054+6811_K_2006_06_11_yyk_map.mod wobs J0054+6811_K_2006_06_11_yyk\_uvs.fits ! Writing UV FITS file: J0054+6811_K_2006_06_11_yyk_uvs.fits wwins J0054+6811_K_2006_06_11_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J0054+6811_K_2006_06_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.2882 x 1.194 at -26.32 degrees (North through East) ! Clean map min=-0.016955 max=0.071596 Jy/beam ! Writing clean map to FITS file: J0054+6811_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.0715965 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000835871 device "J0054+6811_K_2006_06_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0054+6811_K_2006_06_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.50242 3.50242 7.00485 14.0097 28.0194 56.0388 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.071 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.2882 x 1.194 at -26.32 degrees (North through East) ! Clean map min=-0.016955 max=0.071596 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0054+6811_K_2006_06_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0054+6811_K_2006_06_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0054+6811_K_2006_06_11_yyk_uvs.log closed on Thu Dec 2 20:40:49 2010