! Started logfile: J1751-2524_S_2002_05_14_yyk_uvs.log on Tue Jun 26 23:02:13 2007 obs J1751-2524_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J1751-2524_S_2002_05_14_yyk_uva.fits ! AN table 1: 77 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.45772 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1751-2524 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1154 lines of history. ! ! Reading 6344 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 J1751-2524_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.447868 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.704 mas, bmaj=22.42 mas, bpa=-1.558 degrees ! Estimated noise=2646.24 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.17124 Jy ! Component: 100 - total flux cleaned = 0.275038 Jy ! Total flux subtracted in 100 components = 0.275038 Jy ! Clean residual min=-0.030719 max=0.043607 Jy/beam ! Clean residual mean=0.000065 rms=0.014802 Jy/beam ! Combined flux in latest and established models = 0.275038 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.275038 Jy ! ! Correcting IF 1. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 329 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 273 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 330 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.349928Jy sigma=0.002189 ! Fit after self-cal, rms=0.333524Jy sigma=0.002079 ! Inverting map and beam ! Estimated beam: bmin=4.704 mas, bmaj=22.41 mas, bpa=-1.556 degrees ! Estimated noise=2645.93 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=7.2 mas, bmaj=26.34 mas, bpa=2.163 degrees ! Estimated noise=1495.13 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.193692 Jy ! Component: 100 - total flux cleaned = 0.29615 Jy ! Component: 150 - total flux cleaned = 0.357442 Jy ! Component: 200 - total flux cleaned = 0.395386 Jy ! Total flux subtracted in 200 components = 0.395386 Jy ! Clean residual min=-0.016574 max=0.017031 Jy/beam ! Clean residual mean=0.001170 rms=0.007682 Jy/beam ! Combined flux in latest and established models = 0.670424 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 145 model components to the UV plane model. ! The established model now contains 198 components and 0.670424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257807Jy sigma=0.001441 ! Fit after self-cal, rms=0.257708Jy sigma=0.001440 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.2 x 26.34 at 2.163 degrees (North through East) ! Clean map min=-0.018543 max=0.26796 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.9861 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.10 HN 0.94 KP 0.97 ! LA 0.91 NL 1.32 OV 0.97 PT 0.95 ! SC 1.00* MK 1.00* ! ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.851024 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.96 HN 0.63 KP 1.00* ! LA 0.90 NL 1.42 OV 2.82 PT 0.91 ! SC 1.00* MK 1.00* ! ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.981431 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 1.21 KP 1.01 ! LA 0.92 NL 0.99 OV 0.99 PT 1.09 ! SC 1.00* MK 1.00* ! ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03056 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.88 HN 1.00* KP 1.04 ! LA 0.77 NL 1.14 OV 0.85 PT 0.92 ! SC 1.00* MK 1.00* ! ! ! Fit before self-cal, rms=0.257708Jy sigma=0.001440 ! Fit after self-cal, rms=0.273585Jy sigma=0.001415 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.273585Jy sigma=0.001415 ! Fit after self-cal, rms=0.273704Jy sigma=0.001414 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.676 mas, bmaj=26.63 mas, bpa=1.932 degrees ! Estimated noise=1390.92 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.025772 Jy ! Component: 100 - total flux cleaned = -0.0377408 Jy ! Component: 150 - total flux cleaned = -0.0454361 Jy ! Component: 200 - total flux cleaned = -0.0517251 Jy ! Total flux subtracted in 200 components = -0.0517251 Jy ! Clean residual min=-0.004786 max=0.004714 Jy/beam ! Clean residual mean=-0.000896 rms=0.002311 Jy/beam ! Combined flux in latest and established models = 0.618699 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 106 model components to the UV plane model. ! The established model now contains 303 components and 0.618699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.272777Jy sigma=0.001392 ! Fit after self-cal, rms=0.272764Jy sigma=0.001392 ! 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.272764Jy sigma=0.001392 ! Fit after self-cal, rms=0.268763Jy sigma=0.001379 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.0023086 Jy ! Component: 100 - total flux cleaned = -0.0063754 Jy ! Component: 150 - total flux cleaned = -0.0105353 Jy ! Component: 200 - total flux cleaned = -0.0134371 Jy ! Total flux subtracted in 200 components = -0.0134371 Jy ! Clean residual min=-0.003085 max=0.003056 Jy/beam ! Clean residual mean=-0.000614 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.605262 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 76 model components to the UV plane model. ! The established model now contains 378 components and 0.605261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.268335Jy sigma=0.001374 ! Fit after self-cal, rms=0.267202Jy sigma=0.001372 ! 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: 6.676 x 26.63 at 1.932 degrees (North through East) ! Clean map min=-0.010805 max=0.2266 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.267202Jy sigma=0.001372 ! Fit after self-cal, rms=0.293709Jy sigma=0.001322 ! 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.293709Jy sigma=0.001322 ! Fit after self-cal, rms=0.293274Jy sigma=0.001321 ! Inverting map and beam ! Estimated beam: bmin=5.515 mas, bmaj=26.33 mas, bpa=-2.183 degrees ! Estimated noise=1192.77 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000463551 Jy ! Component: 100 - total flux cleaned = 0.000989286 Jy ! Component: 150 - total flux cleaned = 0.00186447 Jy ! Component: 200 - total flux cleaned = 0.00265643 Jy ! Total flux subtracted in 200 components = 0.00265643 Jy ! Clean residual min=-0.002351 max=0.002366 Jy/beam ! Clean residual mean=-0.000061 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.607918 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 76 model components to the UV plane model. ! The established model now contains 452 components and 0.607918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293125Jy sigma=0.001317 ! Fit after self-cal, rms=0.292974Jy sigma=0.001317 ! 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.292974Jy sigma=0.001317 ! Fit after self-cal, rms=0.348642Jy sigma=0.001314 ! 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.348642Jy sigma=0.001314 ! Fit after self-cal, rms=0.349020Jy sigma=0.001314 ! Inverting map and beam ! Estimated beam: bmin=5.208 mas, bmaj=26.69 mas, bpa=-2.801 degrees ! Estimated noise=1170.52 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00062329 Jy ! Component: 100 - total flux cleaned = -0.000490629 Jy ! Component: 150 - total flux cleaned = -0.000832169 Jy ! Component: 200 - total flux cleaned = -0.00129173 Jy ! Total flux subtracted in 200 components = -0.00129173 Jy ! Clean residual min=-0.001827 max=0.001826 Jy/beam ! Clean residual mean=-0.000036 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.606626 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 82 model components to the UV plane model. ! The established model now contains 524 components and 0.606626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.348946Jy sigma=0.001311 ! Fit after self-cal, rms=0.349108Jy sigma=0.001311 ! 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=7.542 mas, bmaj=27.5 mas, bpa=-0.5853 degrees ! Estimated noise=1285.04 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.00033816 Jy ! Component: 100 - total flux cleaned = -0.00134051 Jy ! Component: 150 - total flux cleaned = -0.00237171 Jy ! Component: 200 - total flux cleaned = -0.0032251 Jy ! Total flux subtracted in 200 components = -0.0032251 Jy ! Clean residual min=-0.001277 max=0.001280 Jy/beam ! Clean residual mean=-0.000080 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.603401 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 593 components and 0.603401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.349069Jy sigma=0.001311 ! Fit after self-cal, rms=0.348628Jy sigma=0.001311 ! 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.018 mas, bmaj=24.36 mas, bpa=-3.93 degrees ! Estimated noise=1778.07 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.151992 Jy ! Component: 100 - total flux cleaned = 0.246153 Jy ! Component: 150 - total flux cleaned = 0.316142 Jy ! Component: 200 - total flux cleaned = 0.370779 Jy ! Total flux subtracted in 200 components = 0.370779 Jy ! Clean residual min=-0.020240 max=0.024265 Jy/beam ! Clean residual mean=0.000011 rms=0.007469 Jy/beam ! Combined flux in latest and established models = 0.370779 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 78 model components to the UV plane model. ! The established model now contains 78 components and 0.370779 Jy ! Inverting map and beam ! Estimated beam: bmin=5.208 mas, bmaj=26.69 mas, bpa=-2.801 degrees ! Estimated noise=1170.52 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.0789778 Jy ! Component: 100 - total flux cleaned = 0.131224 Jy ! Component: 150 - total flux cleaned = 0.167184 Jy ! Component: 200 - total flux cleaned = 0.192463 Jy ! Total flux subtracted in 200 components = 0.192463 Jy ! Clean residual min=-0.011223 max=0.011279 Jy/beam ! Clean residual mean=0.000351 rms=0.004843 Jy/beam ! Combined flux in latest and established models = 0.563241 Jy ! Adding 121 model components to the UV plane model. ! The established model now contains 188 components and 0.563241 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=7.542 mas, bmaj=27.5 mas, bpa=-0.5853 degrees ! Estimated noise=1285.04 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.0208785 Jy ! Component: 100 - total flux cleaned = 0.0278402 Jy ! Component: 150 - total flux cleaned = 0.031945 Jy ! Component: 200 - total flux cleaned = 0.0319624 Jy ! Total flux subtracted in 200 components = 0.0319624 Jy ! Clean residual min=-0.005005 max=0.004986 Jy/beam ! Clean residual mean=-0.000094 rms=0.002530 Jy/beam ! Combined flux in latest and established models = 0.595203 Jy ! Adding 126 model components to the UV plane model. ! The established model now contains 302 components and 0.595204 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.208 mas, bmaj=26.69 mas, bpa=-2.801 degrees ! Estimated noise=1170.52 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000658665 Jy ! Component: 100 - total flux cleaned = 0.00061726 Jy ! Component: 150 - total flux cleaned = 0.0022723 Jy ! Component: 200 - total flux cleaned = 0.00378612 Jy ! Total flux subtracted in 200 components = 0.00378612 Jy ! Clean residual min=-0.002991 max=0.002996 Jy/beam ! Clean residual mean=-0.000106 rms=0.001474 Jy/beam ! Combined flux in latest and established models = 0.59899 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 71 model components to the UV plane model. ! The established model now contains 372 components and 0.59899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.349040Jy sigma=0.001316 ! Fit after self-cal, rms=0.348691Jy sigma=0.001316 wmodel J1751-2524_S_2002_05_14_yyk\_map.mod ! Writing 372 model components to file: J1751-2524_S_2002_05_14_yyk_map.mod wobs J1751-2524_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J1751-2524_S_2002_05_14_yyk_uvs.fits wwins J1751-2524_S_2002_05_14_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1751-2524_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.208 x 26.69 at -2.801 degrees (North through East) ! Clean map min=-0.0099643 max=0.17935 Jy/beam ! Writing clean map to FITS file: J1751-2524_S_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.179345 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00143905 device "J1751-2524_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J1751-2524_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.40717 2.40717 4.81434 9.62868 19.2574 38.5147 77.0295 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0043 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.179 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.208 x 26.69 at -2.801 degrees (North through East) ! Clean map min=-0.0099643 max=0.17935 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1751-2524_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J1751-2524_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1751-2524_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 23:02:20 2007