! Started logfile: J0444+0546_K_2006_06_11_yyk_uvs.log on Thu Jul 8 23:39:35 2010 obs J0444+0546_K_2006_06_11_yyk_uva.fits ! Reading UV FITS file: J0444+0546_K_2006_06_11_yyk_uva.fits ! AN table 1: 1297 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.15314 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0444+0546 ! ! 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 71504 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 J0444+0546_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.387785 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.2461 mas, bmaj=1.623 mas, bpa=-16.71 degrees ! Estimated noise=16.8055 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.0260834 Jy ! Component: 100 - total flux cleaned = 0.0259881 Jy ! Total flux subtracted in 100 components = 0.0259881 Jy ! Clean residual min=-0.029276 max=0.029289 Jy/beam ! Clean residual mean=0.000005 rms=0.010950 Jy/beam ! Combined flux in latest and established models = 0.0259881 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0259881 Jy ! ! Correcting IF 1. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 180 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.347275Jy sigma=0.984155 ! Fit after self-cal, rms=0.330564Jy sigma=0.961759 ! Inverting map and beam ! Estimated beam: bmin=0.2302 mas, bmaj=1.946 mas, bpa=-17 degrees ! Estimated noise=18.9183 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.232 mas, bmaj=1.97 mas, bpa=-15.53 degrees ! Estimated noise=13.8065 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.00165411 Jy ! Component: 100 - total flux cleaned = -0.00153018 Jy ! Component: 150 - total flux cleaned = -0.00424675 Jy ! Component: 200 - total flux cleaned = -0.00592856 Jy ! Total flux subtracted in 200 components = -0.00592856 Jy ! Clean residual min=-0.003956 max=0.004038 Jy/beam ! Clean residual mean=-0.000001 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.0200596 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 53 model components to the UV plane model. ! The established model now contains 79 components and 0.0200596 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.328157Jy sigma=0.951726 ! Fit after self-cal, rms=0.327919Jy sigma=0.951292 ! 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.232 x 1.97 at -15.53 degrees (North through East) ! Clean map min=-0.026568 max=0.072721 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 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 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 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. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.00* KP 0.97 ! LA 1.00* MK 1.05 NL 0.97 OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.327919Jy sigma=0.951292 ! Fit after self-cal, rms=0.216557Jy sigma=0.916026 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.216557Jy sigma=0.916026 ! Fit after self-cal, rms=0.216556Jy sigma=0.916026 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.2156 mas, bmaj=2.397 mas, bpa=-16.32 degrees ! Estimated noise=19.6052 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.00292774 Jy ! Component: 100 - total flux cleaned = -0.00344317 Jy ! Component: 150 - total flux cleaned = -0.00367343 Jy ! Component: 200 - total flux cleaned = -0.00316946 Jy ! Total flux subtracted in 200 components = -0.00316946 Jy ! Clean residual min=-0.005714 max=0.006108 Jy/beam ! Clean residual mean=-0.000005 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.0168901 Jy ! Performing phase self-cal over 3 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.0168901 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.216514Jy sigma=0.914966 ! Fit after self-cal, rms=0.216214Jy sigma=0.914665 ! 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.216214Jy sigma=0.914665 ! Fit after self-cal, rms=0.209986Jy sigma=0.884807 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.00122738 Jy ! Component: 100 - total flux cleaned = -0.00216464 Jy ! Component: 150 - total flux cleaned = -0.000393658 Jy ! Component: 200 - total flux cleaned = 0.000518712 Jy ! Total flux subtracted in 200 components = 0.000518712 Jy ! Clean residual min=-0.007346 max=0.007627 Jy/beam ! Clean residual mean=0.000007 rms=0.002517 Jy/beam ! Combined flux in latest and established models = 0.0174088 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 147 components and 0.0174088 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.207928Jy sigma=0.879152 ! Fit after self-cal, rms=0.205651Jy sigma=0.869221 ! 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.2156 x 2.397 at -16.32 degrees (North through East) ! Clean map min=-0.032341 max=0.073478 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.6535 mas, bmaj=2.041 mas, bpa=-23.44 degrees ! Estimated noise=35.7397 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.0104089 Jy ! Component: 100 - total flux cleaned = 0.0209587 Jy ! Component: 150 - total flux cleaned = 0.0412449 Jy ! Component: 200 - total flux cleaned = 0.0877911 Jy ! Total flux subtracted in 200 components = 0.0877911 Jy ! Clean residual min=-0.071392 max=0.075730 Jy/beam ! Clean residual mean=0.000253 rms=0.017310 Jy/beam ! Combined flux in latest and established models = 0.1052 Jy ! Performing phase self-cal over 0.3 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 162 components and 0.1052 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.216647Jy sigma=0.933765 ! Fit after self-cal, rms=0.212728Jy sigma=0.915642 ! 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.229 mas, bmaj=2.266 mas, bpa=-16.53 degrees ! Estimated noise=20.347 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0507996 Jy ! Component: 100 - total flux cleaned = 0.0544218 Jy ! Component: 150 - total flux cleaned = 0.0412839 Jy ! Component: 200 - total flux cleaned = 0.0201931 Jy ! Total flux subtracted in 200 components = 0.0201931 Jy ! Clean residual min=-0.273672 max=0.278781 Jy/beam ! Clean residual mean=0.000376 rms=0.058758 Jy/beam ! Combined flux in latest and established models = 0.0201931 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0201931 Jy ! Inverting map and beam ! Estimated beam: bmin=0.2156 mas, bmaj=2.397 mas, bpa=-16.32 degrees ! Estimated noise=19.6052 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.0264378 Jy ! Component: 100 - total flux cleaned = 0.0297746 Jy ! Component: 150 - total flux cleaned = 0.0507247 Jy ! Component: 200 - total flux cleaned = 0.0834737 Jy ! Total flux subtracted in 200 components = 0.0834737 Jy ! Clean residual min=-0.440382 max=0.430213 Jy/beam ! Clean residual mean=-0.000351 rms=0.091457 Jy/beam ! Combined flux in latest and established models = 0.103667 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.103667 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.6535 mas, bmaj=2.041 mas, bpa=-23.44 degrees ! Estimated noise=35.7397 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.0222891 Jy ! Component: 100 - total flux cleaned = 0.228748 Jy ! Component: 150 - total flux cleaned = 0.465553 Jy ! Component: 200 - total flux cleaned = 0.837735 Jy ! Total flux subtracted in 200 components = 0.837735 Jy ! Clean residual min=-0.898507 max=0.907059 Jy/beam ! Clean residual mean=-0.003687 rms=0.194742 Jy/beam ! Combined flux in latest and established models = 0.941402 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 53 components and 0.941402 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.2156 mas, bmaj=2.397 mas, bpa=-16.32 degrees ! Estimated noise=19.6052 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.287787 Jy ! Component: 100 - total flux cleaned = -0.284561 Jy ! Component: 150 - total flux cleaned = -0.261783 Jy ! Component: 200 - total flux cleaned = -0.244658 Jy ! Total flux subtracted in 200 components = -0.244658 Jy ! Clean residual min=-1.526963 max=1.628654 Jy/beam ! Clean residual mean=-0.001087 rms=0.334442 Jy/beam ! Combined flux in latest and established models = 0.696744 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.3 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.696744 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.160516Jy sigma=6.910969 ! Fit after self-cal, rms=1.025393Jy sigma=6.223942 wmodel J0444+0546_K_2006_06_11_yyk\_map.mod ! Writing 68 model components to file: J0444+0546_K_2006_06_11_yyk_map.mod wobs J0444+0546_K_2006_06_11_yyk\_uvs.fits ! Writing UV FITS file: J0444+0546_K_2006_06_11_yyk_uvs.fits wwins J0444+0546_K_2006_06_11_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J0444+0546_K_2006_06_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.2156 x 2.397 at -16.32 degrees (North through East) ! Clean map min=-2.4169 max=2.0831 Jy/beam ! Writing clean map to FITS file: J0444+0546_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 2.08312 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.360846 device "J0444+0546_K_2006_06_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0444+0546_K_2006_06_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -51.9672 51.9672 print "clev=",int(3*image_rms*10000)/10000 ! clev= 1.0825 print "peak=",int(peak_flux*1000)/1000 ! peak= 2.083 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.2156 x 2.397 at -16.32 degrees (North through East) ! Clean map min=-2.4169 max=2.0831 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0444+0546_K_2006_06_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0444+0546_K_2006_06_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0444+0546_K_2006_06_11_yyk_uvs.log closed on Thu Jul 8 23:39:36 2010