! Started logfile: J0730-1141_S_1995_07_15_yyk_uvs.log on Sun Jan 7 16:45:04 2007 obs J0730-1141_S_1995_07_15_yyk_uva.fits ! Reading UV FITS file: J0730-1141_S_1995_07_15_yyk_uva.fits ! AN table 1: 49 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.419955 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0730-1141 ! ! 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 2.22049e+09 4e+06 1 4e+06 ! 02 2 2.23236e+09 4e+06 1 4e+06 ! 03 3 2.29236e+09 4e+06 1 4e+06 ! 04 4 2.32236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 793 lines of history. ! ! Reading 3704 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 J0730-1141_S_1995_07_15_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 3.17059 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=4.924 mas, bmaj=10.83 mas, bpa=-7.958 degrees ! Estimated noise=3547.08 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 = 2.60721 Jy ! Component: 100 - total flux cleaned = 3.00538 Jy ! Total flux subtracted in 100 components = 3.00538 Jy ! Clean residual min=-0.078392 max=0.105443 Jy/beam ! Clean residual mean=0.010249 rms=0.033706 Jy/beam ! Combined flux in latest and established models = 3.00538 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 3.00538 Jy ! ! Correcting IF 1. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.725315Jy sigma=0.002547 ! Fit after self-cal, rms=0.724871Jy sigma=0.002545 ! Inverting map and beam ! Estimated beam: bmin=4.924 mas, bmaj=10.83 mas, bpa=-7.958 degrees ! Estimated noise=3547.34 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=5.502 mas, bmaj=11.58 mas, bpa=-5.831 degrees ! Estimated noise=3138.96 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.189016 Jy ! Component: 100 - total flux cleaned = 0.225739 Jy ! Component: 150 - total flux cleaned = 0.214974 Jy ! Component: 200 - total flux cleaned = 0.206254 Jy ! Total flux subtracted in 200 components = 0.206254 Jy ! Clean residual min=-0.032468 max=0.032367 Jy/beam ! Clean residual mean=0.004918 rms=0.012915 Jy/beam ! Combined flux in latest and established models = 3.21163 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 52 model components to the UV plane model. ! The established model now contains 64 components and 3.21163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.666387Jy sigma=0.002361 ! Fit after self-cal, rms=0.666189Jy sigma=0.002361 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.502 x 11.58 at -5.831 degrees (North through East) ! Clean map min=-0.09254 max=2.9512 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00136 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.00* KP 0.93 ! LA 1.00 MK 0.99 NL 1.00* OV 1.10 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.987365 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.00* KP 0.93 ! LA 1.06 MK 1.02 NL 1.00* OV 1.04 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02709 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.00* KP 0.98 ! LA 0.91 MK 0.93 NL 1.00* OV 0.92 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00794 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.00* KP 1.01 ! LA 0.96 MK 1.05 NL 1.00* OV 0.95 ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.666189Jy sigma=0.002361 ! Fit after self-cal, rms=0.619250Jy sigma=0.002244 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.619250Jy sigma=0.002244 ! Fit after self-cal, rms=0.619242Jy sigma=0.002244 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.515 mas, bmaj=11.59 mas, bpa=-5.792 degrees ! Estimated noise=3142.14 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.0403466 Jy ! Component: 100 - total flux cleaned = 0.0480555 Jy ! Component: 150 - total flux cleaned = 0.0543312 Jy ! Component: 200 - total flux cleaned = 0.0570369 Jy ! Total flux subtracted in 200 components = 0.0570369 Jy ! Clean residual min=-0.010523 max=0.010510 Jy/beam ! Clean residual mean=0.001452 rms=0.004368 Jy/beam ! Combined flux in latest and established models = 3.26867 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 52 model components to the UV plane model. ! The established model now contains 114 components and 3.26867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.615663Jy sigma=0.002231 ! Fit after self-cal, rms=0.615629Jy sigma=0.002231 ! 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.615629Jy sigma=0.002231 ! Fit after self-cal, rms=0.572929Jy sigma=0.002075 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.013133 Jy ! Component: 100 - total flux cleaned = 0.0188014 Jy ! Component: 150 - total flux cleaned = 0.0223553 Jy ! Component: 200 - total flux cleaned = 0.023885 Jy ! Total flux subtracted in 200 components = 0.023885 Jy ! Clean residual min=-0.006140 max=0.006045 Jy/beam ! Clean residual mean=0.000914 rms=0.002498 Jy/beam ! Combined flux in latest and established models = 3.29256 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 46 model components to the UV plane model. ! The established model now contains 155 components and 3.29256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.571757Jy sigma=0.002071 ! Fit after self-cal, rms=0.561140Jy sigma=0.002032 ! 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: 5.515 x 11.59 at -5.792 degrees (North through East) ! Clean map min=-0.068114 max=2.9408 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.561140Jy sigma=0.002032 ! Fit after self-cal, rms=0.552267Jy sigma=0.002011 ! 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.552267Jy sigma=0.002011 ! Fit after self-cal, rms=0.548645Jy sigma=0.001997 ! Inverting map and beam ! Estimated beam: bmin=5.516 mas, bmaj=11.59 mas, bpa=-5.786 degrees ! Estimated noise=3133.27 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105207 Jy ! Component: 100 - total flux cleaned = 0.0136158 Jy ! Component: 150 - total flux cleaned = 0.016977 Jy ! Component: 200 - total flux cleaned = 0.019091 Jy ! Total flux subtracted in 200 components = 0.019091 Jy ! Clean residual min=-0.003585 max=0.003587 Jy/beam ! Clean residual mean=0.000370 rms=0.001546 Jy/beam ! Combined flux in latest and established models = 3.31165 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 62 model components to the UV plane model. ! The established model now contains 214 components and 3.31165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.548277Jy sigma=0.001996 ! Fit after self-cal, rms=0.546523Jy sigma=0.001990 ! 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.546523Jy sigma=0.001990 ! Fit after self-cal, rms=0.545584Jy sigma=0.001986 ! 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.545584Jy sigma=0.001986 ! Fit after self-cal, rms=0.544556Jy sigma=0.001983 ! Inverting map and beam ! Estimated beam: bmin=5.517 mas, bmaj=11.59 mas, bpa=-5.787 degrees ! Estimated noise=3133.16 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00252239 Jy ! Component: 100 - total flux cleaned = 0.00331347 Jy ! Component: 150 - total flux cleaned = 0.00380009 Jy ! Component: 200 - total flux cleaned = 0.00490369 Jy ! Total flux subtracted in 200 components = 0.00490369 Jy ! Clean residual min=-0.002689 max=0.002672 Jy/beam ! Clean residual mean=0.000260 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 3.31655 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 242 components and 3.31655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.544403Jy sigma=0.001982 ! Fit after self-cal, rms=0.543733Jy sigma=0.001980 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.162 mas, bmaj=13.32 mas, bpa=7.451 degrees ! Estimated noise=3503.33 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.00233526 Jy ! Component: 100 - total flux cleaned = 0.004276 Jy ! Component: 150 - total flux cleaned = 0.0064202 Jy ! Component: 200 - total flux cleaned = 0.0083457 Jy ! Total flux subtracted in 200 components = 0.0083457 Jy ! Clean residual min=-0.001992 max=0.001982 Jy/beam ! Clean residual mean=0.000182 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 3.3249 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 47 model components to the UV plane model. ! The established model now contains 285 components and 3.3249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.543666Jy sigma=0.001980 ! Fit after self-cal, rms=0.543212Jy sigma=0.001978 ! 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=4.924 mas, bmaj=10.86 mas, bpa=-7.989 degrees ! Estimated noise=3532.48 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 2.60418 Jy ! Component: 100 - total flux cleaned = 2.99812 Jy ! Component: 150 - total flux cleaned = 3.15244 Jy ! Component: 200 - total flux cleaned = 3.23653 Jy ! Total flux subtracted in 200 components = 3.23653 Jy ! Clean residual min=-0.038303 max=0.037828 Jy/beam ! Clean residual mean=0.004292 rms=0.014540 Jy/beam ! Combined flux in latest and established models = 3.23653 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 46 model components to the UV plane model. ! The established model now contains 46 components and 3.23653 Jy ! Inverting map and beam ! Estimated beam: bmin=5.517 mas, bmaj=11.59 mas, bpa=-5.787 degrees ! Estimated noise=3133.16 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.0605582 Jy ! Component: 100 - total flux cleaned = 0.0616879 Jy ! Component: 150 - total flux cleaned = 0.0505566 Jy ! Component: 200 - total flux cleaned = 0.0458637 Jy ! Total flux subtracted in 200 components = 0.0458637 Jy ! Clean residual min=-0.016960 max=0.016813 Jy/beam ! Clean residual mean=0.002855 rms=0.006767 Jy/beam ! Combined flux in latest and established models = 3.28239 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 93 components and 3.28239 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.162 mas, bmaj=13.32 mas, bpa=7.451 degrees ! Estimated noise=3503.33 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.0206285 Jy ! Component: 100 - total flux cleaned = 0.0286765 Jy ! Component: 150 - total flux cleaned = 0.037045 Jy ! Component: 200 - total flux cleaned = 0.0421007 Jy ! Total flux subtracted in 200 components = 0.0421007 Jy ! Clean residual min=-0.008194 max=0.008234 Jy/beam ! Clean residual mean=0.002122 rms=0.003471 Jy/beam ! Combined flux in latest and established models = 3.32449 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 149 components and 3.32449 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.517 mas, bmaj=11.59 mas, bpa=-5.787 degrees ! Estimated noise=3133.16 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00734286 Jy ! Component: 100 - total flux cleaned = 0.00634951 Jy ! Component: 150 - total flux cleaned = 0.00545849 Jy ! Component: 200 - total flux cleaned = 0.00467456 Jy ! Total flux subtracted in 200 components = 0.00467456 Jy ! Clean residual min=-0.004639 max=0.004739 Jy/beam ! Clean residual mean=0.000780 rms=0.001845 Jy/beam ! Combined flux in latest and established models = 3.32917 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 187 components and 3.32917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.543647Jy sigma=0.001980 ! Fit after self-cal, rms=0.543331Jy sigma=0.001979 wmodel J0730-1141_S_1995_07_15_yyk\_map.mod ! Writing 187 model components to file: J0730-1141_S_1995_07_15_yyk_map.mod wobs J0730-1141_S_1995_07_15_yyk\_uvs.fits ! Writing UV FITS file: J0730-1141_S_1995_07_15_yyk_uvs.fits wwins J0730-1141_S_1995_07_15_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J0730-1141_S_1995_07_15_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.517 x 11.59 at -5.787 degrees (North through East) ! Clean map min=-0.048096 max=2.9407 Jy/beam ! Writing clean map to FITS file: J0730-1141_S_1995_07_15_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 2.94066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00179802 device "J0730-1141_S_1995_07_15_yyk\_map.eps/VPS" ! Attempting to open device: 'J0730-1141_S_1995_07_15_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.183431 0.183431 0.366861 0.733723 1.46745 2.93489 5.86978 11.7396 23.4791 46.9583 93.9165 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0053 print "peak=",int(peak_flux*1000)/1000 ! peak= 2.94 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.517 x 11.59 at -5.787 degrees (North through East) ! Clean map min=-0.048096 max=2.9407 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0730-1141_S_1995_07_15_yyk\_map.gif/gif" ! Attempting to open device: 'J0730-1141_S_1995_07_15_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0730-1141_S_1995_07_15_yyk_uvs.log closed on Sun Jan 7 16:45:08 2007