! Started logfile: J1832-1035_X_2002_05_14_yyk_uvs.log on Tue Jun 26 23:05:19 2007 obs J1832-1035_X_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J1832-1035_X_2002_05_14_yyk_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.286842 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1832-1035 ! ! 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.40947e+09 8e+06 1 8e+06 ! 02 2 8.47947e+09 8e+06 1 8e+06 ! 03 3 8.79447e+09 8e+06 1 8e+06 ! 04 4 8.89947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1077 lines of history. ! ! Reading 3924 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 J1832-1035_X_2002_05_14_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.486809 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=1.143 mas, bmaj=7.627 mas, bpa=-9.222 degrees ! Estimated noise=3165.32 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.202963 Jy ! Component: 100 - total flux cleaned = 0.336611 Jy ! Total flux subtracted in 100 components = 0.336611 Jy ! Clean residual min=-0.052420 max=0.056330 Jy/beam ! Clean residual mean=-0.000238 rms=0.020851 Jy/beam ! Combined flux in latest and established models = 0.33661 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 51 model components to the UV plane model. ! The established model now contains 51 components and 0.33661 Jy ! ! Correcting IF 1. ! A total of 340 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 340 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 340 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 340 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.355215Jy sigma=0.003404 ! Fit after self-cal, rms=0.328375Jy sigma=0.003207 ! Inverting map and beam ! Estimated beam: bmin=1.143 mas, bmaj=7.627 mas, bpa=-9.222 degrees ! Estimated noise=3165.7 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=1.754 mas, bmaj=7.684 mas, bpa=-5.922 degrees ! Estimated noise=1238.39 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.237463 Jy ! Component: 100 - total flux cleaned = 0.374796 Jy ! Component: 150 - total flux cleaned = 0.464169 Jy ! Component: 200 - total flux cleaned = 0.52341 Jy ! Total flux subtracted in 200 components = 0.52341 Jy ! Clean residual min=-0.026949 max=0.028003 Jy/beam ! Clean residual mean=0.000052 rms=0.015589 Jy/beam ! Combined flux in latest and established models = 0.86002 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 128 model components to the UV plane model. ! The established model now contains 171 components and 0.860021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188006Jy sigma=0.001718 ! Fit after self-cal, rms=0.187803Jy sigma=0.001716 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.754 x 7.684 at -5.922 degrees (North through East) ! Clean map min=-0.030178 max=0.19565 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: 0.992222 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 1.07 KP 1.17 ! LA 0.93 NL 1.00* OV 0.97 PT 0.84 ! SC 1.00* MK 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* MK 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.04251 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 0.95 KP 1.02 ! LA 0.93 NL 1.00* OV 0.86 PT 0.86 ! SC 1.00* MK 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.00849 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 1.06 ! LA 0.91 NL 1.00* OV 1.00 PT 0.95 ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.187803Jy sigma=0.001716 ! Fit after self-cal, rms=0.178627Jy sigma=0.001631 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.178627Jy sigma=0.001631 ! Fit after self-cal, rms=0.178540Jy sigma=0.001630 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.802 mas, bmaj=7.864 mas, bpa=-5.46 degrees ! Estimated noise=1187.41 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.018016 Jy ! Component: 100 - total flux cleaned = 0.025501 Jy ! Component: 150 - total flux cleaned = 0.0301954 Jy ! Component: 200 - total flux cleaned = 0.0313751 Jy ! Total flux subtracted in 200 components = 0.0313751 Jy ! Clean residual min=-0.006524 max=0.006567 Jy/beam ! Clean residual mean=0.000153 rms=0.003456 Jy/beam ! Combined flux in latest and established models = 0.891396 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 83 model components to the UV plane model. ! The established model now contains 252 components and 0.891396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173925Jy sigma=0.001583 ! Fit after self-cal, rms=0.173839Jy sigma=0.001582 ! 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.173839Jy sigma=0.001582 ! Fit after self-cal, rms=0.160713Jy sigma=0.001432 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.00175347 Jy ! Component: 100 - total flux cleaned = -0.00508518 Jy ! Component: 150 - total flux cleaned = -0.00866593 Jy ! Component: 200 - total flux cleaned = -0.0122617 Jy ! Total flux subtracted in 200 components = -0.0122617 Jy ! Clean residual min=-0.004178 max=0.004146 Jy/beam ! Clean residual mean=0.000100 rms=0.002203 Jy/beam ! Combined flux in latest and established models = 0.879134 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 84 model components to the UV plane model. ! The established model now contains 327 components and 0.879134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159010Jy sigma=0.001414 ! Fit after self-cal, rms=0.157903Jy sigma=0.001401 ! 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: 1.802 x 7.864 at -5.46 degrees (North through East) ! Clean map min=-0.012977 max=0.17752 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 ! Performing amp+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.157903Jy sigma=0.001401 ! Fit after self-cal, rms=0.153625Jy sigma=0.001400 ! 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.153625Jy sigma=0.001400 ! Fit after self-cal, rms=0.153424Jy sigma=0.001398 ! Inverting map and beam ! Estimated beam: bmin=1.766 mas, bmaj=7.791 mas, bpa=-5.424 degrees ! Estimated noise=1166.71 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000334536 Jy ! Component: 100 - total flux cleaned = -0.00157438 Jy ! Component: 150 - total flux cleaned = -0.00492836 Jy ! Component: 200 - total flux cleaned = -0.00900193 Jy ! Total flux subtracted in 200 components = -0.00900193 Jy ! Clean residual min=-0.002549 max=0.002534 Jy/beam ! Clean residual mean=0.000073 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.870132 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 81 model components to the UV plane model. ! The established model now contains 392 components and 0.870132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152739Jy sigma=0.001391 ! Fit after self-cal, rms=0.152670Jy sigma=0.001390 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152670Jy sigma=0.001390 ! Fit after self-cal, rms=0.149973Jy sigma=0.001383 ! 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.149973Jy sigma=0.001383 ! Fit after self-cal, rms=0.149956Jy sigma=0.001383 ! Inverting map and beam ! Estimated beam: bmin=1.751 mas, bmaj=7.752 mas, bpa=-5.609 degrees ! Estimated noise=1150.97 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00077089 Jy ! Component: 100 - total flux cleaned = 0.000744893 Jy ! Component: 150 - total flux cleaned = 0.000919484 Jy ! Component: 200 - total flux cleaned = 0.000593755 Jy ! Total flux subtracted in 200 components = 0.000593755 Jy ! Clean residual min=-0.001915 max=0.001908 Jy/beam ! Clean residual mean=0.000056 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.870726 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 71 model components to the UV plane model. ! The established model now contains 460 components and 0.870726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149605Jy sigma=0.001379 ! Fit after self-cal, rms=0.149597Jy sigma=0.001379 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** 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.807 mas, bmaj=8.454 mas, bpa=1.264 degrees ! Estimated noise=1232.86 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.000636998 Jy ! Component: 100 - total flux cleaned = -0.0003101 Jy ! Component: 150 - total flux cleaned = -0.000310479 Jy ! Component: 200 - total flux cleaned = -2.76847e-05 Jy ! Total flux subtracted in 200 components = -2.76847e-05 Jy ! Clean residual min=-0.001715 max=0.001703 Jy/beam ! Clean residual mean=0.000063 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.870698 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 66 model components to the UV plane model. ! The established model now contains 518 components and 0.870698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149422Jy sigma=0.001377 ! Fit after self-cal, rms=0.149414Jy sigma=0.001377 ! 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=1.126 mas, bmaj=7.551 mas, bpa=-9.067 degrees ! Estimated noise=2537.15 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.212272 Jy ! Component: 100 - total flux cleaned = 0.357146 Jy ! Component: 150 - total flux cleaned = 0.461086 Jy ! Component: 200 - total flux cleaned = 0.53943 Jy ! Total flux subtracted in 200 components = 0.53943 Jy ! Clean residual min=-0.028475 max=0.034647 Jy/beam ! Clean residual mean=-0.000018 rms=0.012747 Jy/beam ! Combined flux in latest and established models = 0.53943 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 80 model components to the UV plane model. ! The established model now contains 80 components and 0.53943 Jy ! Inverting map and beam ! Estimated beam: bmin=1.751 mas, bmaj=7.752 mas, bpa=-5.609 degrees ! Estimated noise=1150.97 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.130916 Jy ! Component: 100 - total flux cleaned = 0.212504 Jy ! Component: 150 - total flux cleaned = 0.266496 Jy ! Component: 200 - total flux cleaned = 0.303095 Jy ! Total flux subtracted in 200 components = 0.303095 Jy ! Clean residual min=-0.017791 max=0.017854 Jy/beam ! Clean residual mean=0.000101 rms=0.009715 Jy/beam ! Combined flux in latest and established models = 0.842525 Jy ! Adding 115 model components to the UV plane model. ! The established model now contains 186 components and 0.842525 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.807 mas, bmaj=8.454 mas, bpa=1.264 degrees ! Estimated noise=1232.86 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.0301598 Jy ! Component: 100 - total flux cleaned = 0.0448499 Jy ! Component: 150 - total flux cleaned = 0.0557484 Jy ! Component: 200 - total flux cleaned = 0.0603284 Jy ! Total flux subtracted in 200 components = 0.0603284 Jy ! Clean residual min=-0.007327 max=0.007283 Jy/beam ! Clean residual mean=0.000136 rms=0.004150 Jy/beam ! Combined flux in latest and established models = 0.902853 Jy ! Adding 117 model components to the UV plane model. ! The established model now contains 280 components and 0.902853 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.751 mas, bmaj=7.752 mas, bpa=-5.609 degrees ! Estimated noise=1150.97 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0108024 Jy ! Component: 100 - total flux cleaned = -0.0176707 Jy ! Component: 150 - total flux cleaned = -0.0222326 Jy ! Component: 200 - total flux cleaned = -0.0257259 Jy ! Total flux subtracted in 200 components = -0.0257259 Jy ! Clean residual min=-0.003768 max=0.003753 Jy/beam ! Clean residual mean=0.000108 rms=0.001923 Jy/beam ! Combined flux in latest and established models = 0.877127 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 69 model components to the UV plane model. ! The established model now contains 346 components and 0.877127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150411Jy sigma=0.001387 ! Fit after self-cal, rms=0.150343Jy sigma=0.001387 wmodel J1832-1035_X_2002_05_14_yyk\_map.mod ! Writing 346 model components to file: J1832-1035_X_2002_05_14_yyk_map.mod wobs J1832-1035_X_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J1832-1035_X_2002_05_14_yyk_uvs.fits wwins J1832-1035_X_2002_05_14_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1832-1035_X_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.751 x 7.752 at -5.609 degrees (North through East) ! Clean map min=-0.010051 max=0.15909 Jy/beam ! Writing clean map to FITS file: J1832-1035_X_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159089 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00187855 device "J1832-1035_X_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J1832-1035_X_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.54245 3.54245 7.08489 14.1698 28.3396 56.6791 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0056 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.159 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.751 x 7.752 at -5.609 degrees (North through East) ! Clean map min=-0.010051 max=0.15909 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1832-1035_X_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J1832-1035_X_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1832-1035_X_2002_05_14_yyk_uvs.log closed on Tue Jun 26 23:05:25 2007