! Started logfile: J2135+4710_K_2006_10_20_yyk_uvs.log on Thu Jul 8 23:47:32 2010 obs J2135+4710_K_2006_10_20_yyk_uva.fits ! Reading UV FITS file: J2135+4710_K_2006_10_20_yyk_uva.fits ! AN table 1: 1105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.31827 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2135+4710 ! ! 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 2241 lines of history. ! ! Reading 126608 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 J2135+4710_K_2006_10_20_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.24581 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.6971 mas, bmaj=0.9751 mas, bpa=48.34 degrees ! Estimated noise=6.41534 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.0958377 Jy ! Component: 100 - total flux cleaned = 0.123687 Jy ! Total flux subtracted in 100 components = 0.123687 Jy ! Clean residual min=-0.019293 max=0.019596 Jy/beam ! Clean residual mean=0.000158 rms=0.006471 Jy/beam ! Combined flux in latest and established models = 0.123687 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.123687 Jy ! ! Correcting IF 1. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.213253Jy sigma=1.015253 ! Fit after self-cal, rms=0.216958Jy sigma=1.015767 ! Inverting map and beam ! Estimated beam: bmin=0.6896 mas, bmaj=0.9741 mas, bpa=37.51 degrees ! Estimated noise=6.77126 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.6641 mas, bmaj=1.137 mas, bpa=43.14 degrees ! Estimated noise=6.16834 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.0255667 Jy ! Component: 100 - total flux cleaned = 0.038922 Jy ! Component: 150 - total flux cleaned = 0.0424924 Jy ! Component: 200 - total flux cleaned = 0.0424741 Jy ! Total flux subtracted in 200 components = 0.0424741 Jy ! Clean residual min=-0.007570 max=0.007617 Jy/beam ! Clean residual mean=-0.000022 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.166161 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 47 model components to the UV plane model. ! The established model now contains 76 components and 0.166161 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.212865Jy sigma=0.966154 ! Fit after self-cal, rms=0.212664Jy sigma=0.965652 ! 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.6641 x 1.137 at 43.14 degrees (North through East) ! Clean map min=-0.012245 max=0.088648 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. ! 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.78 HN 1.00* KP 1.10 ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.04 SC 1.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. ! 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.34 HN 1.00* KP 0.95 ! LA 0.94 MK 1.00* NL 0.95 OV 0.82 ! PT 0.97 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.212664Jy sigma=0.965652 ! Fit after self-cal, rms=0.197183Jy sigma=0.954457 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.197183Jy sigma=0.954457 ! Fit after self-cal, rms=0.197159Jy sigma=0.954325 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6599 mas, bmaj=1.111 mas, bpa=41.68 degrees ! Estimated noise=5.77224 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.00128466 Jy ! Component: 100 - total flux cleaned = -2.94673e-05 Jy ! Component: 150 - total flux cleaned = 0.000777294 Jy ! Component: 200 - total flux cleaned = 0.000738683 Jy ! Total flux subtracted in 200 components = 0.000738683 Jy ! Clean residual min=-0.001791 max=0.001770 Jy/beam ! Clean residual mean=0.000014 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.1669 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 64 model components to the UV plane model. ! The established model now contains 137 components and 0.1669 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.196283Jy sigma=0.949014 ! Fit after self-cal, rms=0.196203Jy sigma=0.948907 ! 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.196203Jy sigma=0.948907 ! Fit after self-cal, rms=0.192040Jy sigma=0.901786 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 = 4.80439e-05 Jy ! Component: 100 - total flux cleaned = 0.00159645 Jy ! Component: 150 - total flux cleaned = 0.00413518 Jy ! Component: 200 - total flux cleaned = 0.00701891 Jy ! Total flux subtracted in 200 components = 0.00701891 Jy ! Clean residual min=-0.002703 max=0.002651 Jy/beam ! Clean residual mean=0.000008 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.173919 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 56 model components to the UV plane model. ! The established model now contains 192 components and 0.173919 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.190614Jy sigma=0.893099 ! Fit after self-cal, rms=0.190093Jy sigma=0.887149 ! 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.6599 x 1.111 at 41.68 degrees (North through East) ! Clean map min=-0.01209 max=0.08772 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.8114 mas, bmaj=1.291 mas, bpa=41.41 degrees ! Estimated noise=6.25697 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.000202618 Jy ! Component: 100 - total flux cleaned = 0.000948417 Jy ! Component: 150 - total flux cleaned = 0.00206487 Jy ! Component: 200 - total flux cleaned = 0.00280958 Jy ! Total flux subtracted in 200 components = 0.00280958 Jy ! Clean residual min=-0.001808 max=0.001803 Jy/beam ! Clean residual mean=0.000011 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.176728 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 55 model components to the UV plane model. ! The established model now contains 241 components and 0.176728 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.189408Jy sigma=0.884269 ! Fit after self-cal, rms=0.189006Jy sigma=0.883039 ! 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.6871 mas, bmaj=0.9694 mas, bpa=36.25 degrees ! Estimated noise=6.28723 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0796973 Jy ! Component: 100 - total flux cleaned = 0.0777764 Jy ! Component: 150 - total flux cleaned = 0.0813232 Jy ! Component: 200 - total flux cleaned = 0.0884245 Jy ! Total flux subtracted in 200 components = 0.0884245 Jy ! Clean residual min=-0.012073 max=0.012016 Jy/beam ! Clean residual mean=-0.000062 rms=0.004498 Jy/beam ! Combined flux in latest and established models = 0.0884245 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.0884245 Jy ! Inverting map and beam ! Estimated beam: bmin=0.6599 mas, bmaj=1.111 mas, bpa=41.68 degrees ! Estimated noise=5.77224 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.000549615 Jy ! Component: 100 - total flux cleaned = 0.000751364 Jy ! Component: 150 - total flux cleaned = 0.00084946 Jy ! Component: 200 - total flux cleaned = 0.000853755 Jy ! Total flux subtracted in 200 components = 0.000853755 Jy ! Clean residual min=-0.004369 max=0.004365 Jy/beam ! Clean residual mean=0.000020 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.0892782 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 103 components and 0.0892782 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.8114 mas, bmaj=1.291 mas, bpa=41.41 degrees ! Estimated noise=6.25697 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.000753087 Jy ! Component: 100 - total flux cleaned = -0.000494759 Jy ! Component: 150 - total flux cleaned = -0.00116157 Jy ! Component: 200 - total flux cleaned = -0.00227214 Jy ! Total flux subtracted in 200 components = -0.00227214 Jy ! Clean residual min=-0.001632 max=0.001616 Jy/beam ! Clean residual mean=0.000006 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0870061 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 159 components and 0.0870061 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.6599 mas, bmaj=1.111 mas, bpa=41.68 degrees ! Estimated noise=5.77224 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000695043 Jy ! Component: 100 - total flux cleaned = 0.00082582 Jy ! Component: 150 - total flux cleaned = 0.00129454 Jy ! Component: 200 - total flux cleaned = 0.00129905 Jy ! Total flux subtracted in 200 components = 0.00129905 Jy ! Clean residual min=-0.001525 max=0.001519 Jy/beam ! Clean residual mean=0.000010 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0883051 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.3 minute time intervals ! Adding 53 model components to the UV plane model. ! The established model now contains 209 components and 0.0883051 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.188351Jy sigma=0.881130 ! Fit after self-cal, rms=0.187713Jy sigma=0.880069 wmodel J2135+4710_K_2006_10_20_yyk\_map.mod ! Writing 209 model components to file: J2135+4710_K_2006_10_20_yyk_map.mod wobs J2135+4710_K_2006_10_20_yyk\_uvs.fits ! Writing UV FITS file: J2135+4710_K_2006_10_20_yyk_uvs.fits wwins J2135+4710_K_2006_10_20_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J2135+4710_K_2006_10_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.6599 x 1.111 at 41.68 degrees (North through East) ! Clean map min=-0.015018 max=0.054004 Jy/beam ! Writing clean map to FITS file: J2135+4710_K_2006_10_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0540035 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000627255 device "J2135+4710_K_2006_10_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J2135+4710_K_2006_10_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.48452 3.48452 6.96904 13.9381 27.8762 55.7524 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.054 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.6599 x 1.111 at 41.68 degrees (North through East) ! Clean map min=-0.015018 max=0.054004 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2135+4710_K_2006_10_20_yyk\_map.gif/gif" ! Attempting to open device: 'J2135+4710_K_2006_10_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2135+4710_K_2006_10_20_yyk_uvs.log closed on Thu Jul 8 23:47:33 2010