! Started logfile: J1744-3116_X_2004_04_30_yyk_uvs.log on Wed Dec 7 01:09:49 2005 obs J1744-3116_X_2004_04_30_yyk_uve.fits ! Reading UV FITS file: J1744-3116_X_2004_04_30_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.246667 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1744-3116 ! ! 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.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1545 lines of history. ! ! Reading 444 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 J1744-3116_X_2004_04_30_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 = 256x256 pixels with 0.800x0.800 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.323048 Jy startmod ,phase_soltime ! Applying default point source starting model. ! Performing phase self-cal over 10 minute time intervals ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.745555Jy sigma=13.244175 ! Fit after self-cal, rms=0.741912Jy sigma=13.269882 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.447 mas, bmaj=11.47 mas, bpa=16.78 degrees ! Estimated noise=3.15781 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.257325 Jy ! Component: 100 - total flux cleaned = 0.36333 Jy ! Total flux subtracted in 100 components = 0.36333 Jy ! Clean residual min=-0.035556 max=0.037044 Jy/beam ! Clean residual mean=-0.000139 rms=0.015378 Jy/beam ! Combined flux in latest and established models = 0.36333 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.36333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103021Jy sigma=1.831902 ! Fit after self-cal, rms=0.102800Jy sigma=1.825609 ! Inverting map 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=4.877 mas, bmaj=12.59 mas, bpa=10.26 degrees ! Estimated noise=2.31851 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.0620754 Jy ! Component: 100 - total flux cleaned = 0.0842983 Jy ! Component: 150 - total flux cleaned = 0.0952457 Jy ! Component: 200 - total flux cleaned = 0.101485 Jy ! Total flux subtracted in 200 components = 0.101485 Jy ! Clean residual min=-0.007094 max=0.007070 Jy/beam ! Clean residual mean=0.000005 rms=0.003444 Jy/beam ! Combined flux in latest and established models = 0.464814 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 60 model components to the UV plane model. ! The established model now contains 76 components and 0.464815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068461Jy sigma=1.148307 ! Fit after self-cal, rms=0.068312Jy sigma=1.147238 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! selflims ampcor_selflim ! 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. ! 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* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 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.00153 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.06 HN 1.00* KP 1.10 ! LA 0.94 MK 1.00* NL 1.00* OV 0.86 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.02214 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.00* KP 0.96 ! LA 0.92 MK 1.00* NL 1.00* OV 0.89 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0089 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.00* KP 0.96 ! LA 0.97 MK 1.00* NL 1.00* OV 0.98 ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.068312Jy sigma=1.147238 ! Fit after self-cal, rms=0.065344Jy sigma=1.112189 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.065344Jy sigma=1.112189 ! Fit after self-cal, rms=0.065340Jy sigma=1.112175 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.845 mas, bmaj=12.69 mas, bpa=9.862 degrees ! Estimated noise=2.33024 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.00109345 Jy ! Component: 100 - total flux cleaned = -0.002403 Jy ! Component: 150 - total flux cleaned = -0.00446255 Jy ! Component: 200 - total flux cleaned = -0.00590658 Jy ! Total flux subtracted in 200 components = -0.00590658 Jy ! Clean residual min=-0.002448 max=0.002464 Jy/beam ! Clean residual mean=0.000002 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.458908 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 123 components and 0.458908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063509Jy sigma=1.078096 ! Fit after self-cal, rms=0.063463Jy sigma=1.077856 ! 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.063463Jy sigma=1.077856 ! Fit after self-cal, rms=0.051591Jy sigma=0.876286 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.00455896 Jy ! Component: 100 - total flux cleaned = 0.00585899 Jy ! Component: 150 - total flux cleaned = 0.00689687 Jy ! Component: 200 - total flux cleaned = 0.00719864 Jy ! Total flux subtracted in 200 components = 0.00719864 Jy ! Clean residual min=-0.001151 max=0.001159 Jy/beam ! Clean residual mean=0.000007 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.466107 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 165 components and 0.466106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050865Jy sigma=0.865769 ! Fit after self-cal, rms=0.049905Jy sigma=0.850923 ! 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: 4.845 x 12.69 at 9.862 degrees (North through East) ! Clean map min=-0.008591 max=0.21979 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.049905Jy sigma=0.850923 ! Fit after self-cal, rms=0.047676Jy sigma=0.813119 ! 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.047676Jy sigma=0.813119 ! Fit after self-cal, rms=0.047556Jy sigma=0.811050 ! Inverting map and beam ! Estimated beam: bmin=4.845 mas, bmaj=12.64 mas, bpa=10.1 degrees ! Estimated noise=2.31984 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153184 Jy ! Component: 100 - total flux cleaned = -0.000492453 Jy ! Component: 150 - total flux cleaned = -0.000666537 Jy ! Component: 200 - total flux cleaned = -0.000707486 Jy ! Total flux subtracted in 200 components = -0.000707486 Jy ! Clean residual min=-0.000508 max=0.000498 Jy/beam ! Clean residual mean=-0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.465399 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 199 components and 0.465399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047511Jy sigma=0.809754 ! Fit after self-cal, rms=0.047493Jy sigma=0.809246 ! 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.047493Jy sigma=0.809246 ! Fit after self-cal, rms=0.043871Jy sigma=0.728936 ! 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.043871Jy sigma=0.728936 ! Fit after self-cal, rms=0.043886Jy sigma=0.728768 ! Inverting map and beam ! Estimated beam: bmin=4.838 mas, bmaj=12.62 mas, bpa=10.17 degrees ! Estimated noise=2.30963 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000277656 Jy ! Component: 100 - total flux cleaned = 0.00047411 Jy ! Component: 150 - total flux cleaned = 0.00087719 Jy ! Component: 200 - total flux cleaned = 0.0014343 Jy ! Total flux subtracted in 200 components = 0.0014343 Jy ! Clean residual min=-0.000689 max=0.000701 Jy/beam ! Clean residual mean=0.000002 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.466833 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 228 components and 0.466833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043720Jy sigma=0.725705 ! Fit after self-cal, rms=0.043724Jy sigma=0.725560 ! 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=4.951 mas, bmaj=12.67 mas, bpa=9.935 degrees ! Estimated noise=2.31249 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.000249078 Jy ! Component: 100 - total flux cleaned = -0.000551218 Jy ! Component: 150 - total flux cleaned = -0.000955643 Jy ! Component: 200 - total flux cleaned = -0.00111084 Jy ! Total flux subtracted in 200 components = -0.00111084 Jy ! Clean residual min=-0.000479 max=0.000484 Jy/beam ! Clean residual mean=-0.000003 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.465722 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 249 components and 0.465722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043690Jy sigma=0.724513 ! Fit after self-cal, rms=0.043698Jy sigma=0.724443 ! Inverting map uvtaper 0,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.448 mas, bmaj=11.38 mas, bpa=16.66 degrees ! Estimated noise=3.12492 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.256992 Jy ! Component: 100 - total flux cleaned = 0.361463 Jy ! Component: 150 - total flux cleaned = 0.412484 Jy ! Component: 200 - total flux cleaned = 0.436622 Jy ! Total flux subtracted in 200 components = 0.436622 Jy ! Clean residual min=-0.012947 max=0.012884 Jy/beam ! Clean residual mean=-0.000032 rms=0.005994 Jy/beam ! Combined flux in latest and established models = 0.436622 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.436622 Jy ! Inverting map and beam ! Estimated beam: bmin=4.838 mas, bmaj=12.62 mas, bpa=10.17 degrees ! Estimated noise=2.30963 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.00347961 Jy ! Component: 100 - total flux cleaned = 0.00411054 Jy ! Component: 150 - total flux cleaned = -4.95958e-05 Jy ! Component: 200 - total flux cleaned = -6.57581e-05 Jy ! Total flux subtracted in 200 components = -6.57581e-05 Jy ! Clean residual min=-0.005371 max=0.005481 Jy/beam ! Clean residual mean=-0.000003 rms=0.002277 Jy/beam ! Combined flux in latest and established models = 0.436557 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 99 components and 0.436557 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=4.951 mas, bmaj=12.67 mas, bpa=9.935 degrees ! Estimated noise=2.31249 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.00453437 Jy ! Component: 100 - total flux cleaned = 0.00835823 Jy ! Component: 150 - total flux cleaned = 0.010998 Jy ! Component: 200 - total flux cleaned = 0.0131659 Jy ! Total flux subtracted in 200 components = 0.0131659 Jy ! Clean residual min=-0.001321 max=0.001340 Jy/beam ! Clean residual mean=0.000007 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.449722 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 155 components and 0.449723 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.838 mas, bmaj=12.62 mas, bpa=10.17 degrees ! Estimated noise=2.30963 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112707 Jy ! Component: 100 - total flux cleaned = 0.000937622 Jy ! Component: 150 - total flux cleaned = 0.000654257 Jy ! Component: 200 - total flux cleaned = 0.00046705 Jy ! Total flux subtracted in 200 components = 0.00046705 Jy ! Clean residual min=-0.001202 max=0.001209 Jy/beam ! Clean residual mean=-0.000002 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.45019 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 178 components and 0.45019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043857Jy sigma=0.730467 ! Fit after self-cal, rms=0.043863Jy sigma=0.730053 wmodel J1744-3116_X_2004_04_30_yyk\_map.mod ! Writing 178 model components to file: J1744-3116_X_2004_04_30_yyk_map.mod wobs J1744-3116_X_2004_04_30_yyk\_uvs.fits ! Writing UV FITS file: J1744-3116_X_2004_04_30_yyk_uvs.fits wwins J1744-3116_X_2004_04_30_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1744-3116_X_2004_04_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.838 x 12.62 at 10.17 degrees (North through East) ! Clean map min=-0.010531 max=0.21127 Jy/beam ! Writing clean map to FITS file: J1744-3116_X_2004_04_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.211269 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000479635 device "J1744-3116_X_2004_04_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1744-3116_X_2004_04_30_yyk_map.eps/VPS' loglevs 16*100*3*image_rms/peak_flux ! The new contour levels are: ! -10.8972 10.8972 21.7945 43.589 87.178 print "clev=",int(16*3*image_rms*10000)/10000 ! clev= 0.023 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.211 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.838 x 12.62 at 10.17 degrees (North through East) ! Clean map min=-0.010531 max=0.21127 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1744-3116_X_2004_04_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1744-3116_X_2004_04_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1744-3116_X_2004_04_30_yyk_uvs.log closed on Wed Dec 7 01:09:50 2005