! Started logfile: J1705+7755_X_2006_02_16_yyk_uvs.log on Wed Jul 5 13:05:54 2006 obs J1705+7755_X_2006_02_16_yyk_uva.fits ! Reading UV FITS file: J1705+7755_X_2006_02_16_yyk_uva.fits ! AN table 1: 878 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.43346 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1705+7755 ! ! 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 2424 lines of history. ! ! Reading 68504 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 J1705+7755_X_2006_02_16_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. uvav time_av, true ! Averaging into 30 second bins. ! 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 phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.0884842 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.092 mas, bmaj=2.745 mas, bpa=-17.65 degrees ! Estimated noise=2.08435 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0543225 Jy ! Component: 100 - total flux cleaned = 0.0662769 Jy ! Total flux subtracted in 100 components = 0.0662769 Jy ! Clean residual min=-0.010230 max=0.011182 Jy/beam ! Clean residual mean=0.000008 rms=0.003159 Jy/beam ! Combined flux in latest and established models = 0.0662769 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0662769 Jy ! ! Correcting IF 1. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.058728Jy sigma=1.058570 ! Fit after self-cal, rms=0.058589Jy sigma=1.053966 ! Inverting map and beam ! Estimated beam: bmin=1.092 mas, bmaj=2.745 mas, bpa=-17.65 degrees ! Estimated noise=2.08435 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.909 mas, bmaj=2.801 mas, bpa=-6.573 degrees ! Estimated noise=0.990969 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.00457956 Jy ! Component: 100 - total flux cleaned = 0.00441962 Jy ! Component: 150 - total flux cleaned = 0.00431492 Jy ! Component: 200 - total flux cleaned = 0.00436474 Jy ! Total flux subtracted in 200 components = 0.00436474 Jy ! Clean residual min=-0.003379 max=0.003372 Jy/beam ! Clean residual mean=-0.000001 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.0706416 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.0706416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058354Jy sigma=1.047350 ! Fit after self-cal, rms=0.058366Jy sigma=1.047242 ! 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.909 x 2.801 at -6.573 degrees (North through East) ! Clean map min=-0.0032599 max=0.064614 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. ! Amplitude normalization factor in sub-array 1: 1.00732 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.92 HN 1.00 KP 1.07 ! LA 1.00 MK 1.00* NL 1.00* OV 1.06 ! PT 0.94 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01118 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 1.00* KP 0.95 ! LA 0.94 MK 1.00* NL 1.00* OV 0.99 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.989224 ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.08 HN 1.00* KP 0.92 ! LA 0.94 MK 1.00* NL 1.00* OV 1.08 ! PT 0.97 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.985329 ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.96 HN 0.94 KP 0.98 ! LA 0.89 MK 1.00* NL 1.00* OV 1.11 ! PT 1.15 SC 1.00* ! ! ! Fit before self-cal, rms=0.058366Jy sigma=1.047242 ! Fit after self-cal, rms=0.059026Jy sigma=1.039200 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.059026Jy sigma=1.039200 ! Fit after self-cal, rms=0.059041Jy sigma=1.039228 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.896 mas, bmaj=2.807 mas, bpa=-8.195 degrees ! Estimated noise=0.981687 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.000616082 Jy ! Component: 100 - total flux cleaned = -0.00074247 Jy ! Component: 150 - total flux cleaned = -0.000822234 Jy ! Component: 200 - total flux cleaned = -0.000892208 Jy ! Total flux subtracted in 200 components = -0.000892208 Jy ! Clean residual min=-0.003137 max=0.002982 Jy/beam ! Clean residual mean=0.000007 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.0697494 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.0697494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059007Jy sigma=1.038676 ! Fit after self-cal, rms=0.059024Jy sigma=1.038776 ! 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.059024Jy sigma=1.038776 ! Fit after self-cal, rms=0.054713Jy sigma=0.939312 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.00306465 Jy ! Component: 100 - total flux cleaned = 0.00359056 Jy ! Component: 150 - total flux cleaned = 0.0037133 Jy ! Component: 200 - total flux cleaned = 0.0037507 Jy ! Total flux subtracted in 200 components = 0.0037507 Jy ! Clean residual min=-0.002571 max=0.002820 Jy/beam ! Clean residual mean=0.000009 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.0735001 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.0735001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054597Jy sigma=0.936263 ! Fit after self-cal, rms=0.054351Jy sigma=0.932271 ! 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.896 x 2.807 at -8.195 degrees (North through East) ! Clean map min=-0.0025314 max=0.066415 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 = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.866 mas, bmaj=4.271 mas, bpa=41.41 degrees ! Estimated noise=1.06025 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.000142625 Jy ! Component: 100 - total flux cleaned = 0.000140495 Jy ! Component: 150 - total flux cleaned = 0.000139441 Jy ! Component: 200 - total flux cleaned = 0.000140223 Jy ! Total flux subtracted in 200 components = 0.000140223 Jy ! Clean residual min=-0.002188 max=0.002649 Jy/beam ! Clean residual mean=0.000012 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0736403 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.0736403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054355Jy sigma=0.932242 ! Fit after self-cal, rms=0.054312Jy sigma=0.931814 ! 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.093 mas, bmaj=2.755 mas, bpa=-17.95 degrees ! Estimated noise=2.05989 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.056736 Jy ! Component: 100 - total flux cleaned = 0.0696224 Jy ! Component: 150 - total flux cleaned = 0.0739393 Jy ! Component: 200 - total flux cleaned = 0.0745934 Jy ! Total flux subtracted in 200 components = 0.0745934 Jy ! Clean residual min=-0.009172 max=0.008930 Jy/beam ! Clean residual mean=0.000019 rms=0.002758 Jy/beam ! Combined flux in latest and established models = 0.0745934 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0745934 Jy ! Inverting map and beam ! Estimated beam: bmin=1.896 mas, bmaj=2.807 mas, bpa=-8.195 degrees ! Estimated noise=0.981687 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.00012796 Jy ! Component: 100 - total flux cleaned = -0.000545226 Jy ! Component: 150 - total flux cleaned = -0.000636074 Jy ! Component: 200 - total flux cleaned = -0.000672468 Jy ! Total flux subtracted in 200 components = -0.000672468 Jy ! Clean residual min=-0.002678 max=0.002872 Jy/beam ! Clean residual mean=0.000012 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.073921 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 22 components and 0.073921 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.866 mas, bmaj=4.271 mas, bpa=41.41 degrees ! Estimated noise=1.06025 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 = -7.04498e-05 Jy ! Component: 100 - total flux cleaned = -0.000161111 Jy ! Component: 150 - total flux cleaned = -0.000256332 Jy ! Component: 200 - total flux cleaned = -0.000276011 Jy ! Total flux subtracted in 200 components = -0.000276011 Jy ! Clean residual min=-0.002210 max=0.002741 Jy/beam ! Clean residual mean=0.000012 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.073645 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 27 components and 0.073645 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.896 mas, bmaj=2.807 mas, bpa=-8.195 degrees ! Estimated noise=0.981687 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 5.07981e-05 Jy ! Component: 100 - total flux cleaned = 5.19464e-05 Jy ! Component: 150 - total flux cleaned = 5.08868e-05 Jy ! Component: 200 - total flux cleaned = 5.04095e-05 Jy ! Total flux subtracted in 200 components = 5.04095e-05 Jy ! Clean residual min=-0.002519 max=0.002656 Jy/beam ! Clean residual mean=0.000011 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.0736954 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.0736954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054364Jy sigma=0.932291 ! Fit after self-cal, rms=0.054335Jy sigma=0.932092 wmodel J1705+7755_X_2006_02_16_yyk\_map.mod ! Writing 32 model components to file: J1705+7755_X_2006_02_16_yyk_map.mod wobs J1705+7755_X_2006_02_16_yyk\_uvs.fits ! Writing UV FITS file: J1705+7755_X_2006_02_16_yyk_uvs.fits wwins J1705+7755_X_2006_02_16_yyk\_map.win ! wwins: Wrote 1 windows to J1705+7755_X_2006_02_16_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131964 Jy ! Component: 100 - total flux cleaned = -7.56637e-05 Jy ! Component: 150 - total flux cleaned = -0.000347687 Jy ! Component: 200 - total flux cleaned = -0.000675312 Jy ! Component: 250 - total flux cleaned = -0.00101886 Jy ! Component: 300 - total flux cleaned = -0.00124701 Jy ! Component: 350 - total flux cleaned = -0.00130922 Jy ! Component: 400 - total flux cleaned = -0.0015195 Jy ! Component: 450 - total flux cleaned = -0.00172105 Jy ! Component: 500 - total flux cleaned = -0.00188742 Jy ! Component: 550 - total flux cleaned = -0.00207391 Jy ! Component: 600 - total flux cleaned = -0.00225496 Jy ! Component: 650 - total flux cleaned = -0.0024298 Jy ! Component: 700 - total flux cleaned = -0.00259885 Jy ! Component: 750 - total flux cleaned = -0.00274026 Jy ! Component: 800 - total flux cleaned = -0.00294602 Jy ! Component: 850 - total flux cleaned = -0.00305699 Jy ! Component: 900 - total flux cleaned = -0.00314376 Jy ! Component: 950 - total flux cleaned = -0.00318677 Jy ! Component: 1000 - total flux cleaned = -0.00326993 Jy ! Component: 1050 - total flux cleaned = -0.00322996 Jy ! Component: 1100 - total flux cleaned = -0.00327036 Jy ! Component: 1150 - total flux cleaned = -0.00319256 Jy ! Component: 1200 - total flux cleaned = -0.00309702 Jy ! Component: 1250 - total flux cleaned = -0.00300252 Jy ! Component: 1300 - total flux cleaned = -0.00289091 Jy ! Component: 1350 - total flux cleaned = -0.0028176 Jy ! Component: 1400 - total flux cleaned = -0.00267236 Jy ! Component: 1450 - total flux cleaned = -0.00254695 Jy ! Component: 1500 - total flux cleaned = -0.00240508 Jy ! Component: 1550 - total flux cleaned = -0.00229994 Jy ! Component: 1600 - total flux cleaned = -0.0021267 Jy ! Component: 1650 - total flux cleaned = -0.00202402 Jy ! Component: 1700 - total flux cleaned = -0.00190562 Jy ! Component: 1750 - total flux cleaned = -0.00182181 Jy ! Component: 1800 - total flux cleaned = -0.00165609 Jy ! Component: 1850 - total flux cleaned = -0.00155777 Jy ! Component: 1900 - total flux cleaned = -0.001428 Jy ! Component: 1950 - total flux cleaned = -0.00134784 Jy ! Component: 2000 - total flux cleaned = -0.00129999 Jy ! Total flux subtracted in 2048 components = -0.00122102 Jy ! Clean residual min=-0.000866 max=0.000871 Jy/beam ! Clean residual mean=0.000010 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.0724744 Jy keep ! Adding 113 model components to the UV plane model. ! The established model now contains 145 components and 0.0724743 Jy ![Exited script file: muppet] wmap "J1705+7755_X_2006_02_16_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.896 x 2.807 at -8.195 degrees (North through East) ! Clean map min=-0.0023199 max=0.066104 Jy/beam ! Writing clean map to FITS file: J1705+7755_X_2006_02_16_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0661039 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292138 device "J1705+7755_X_2006_02_16_yyk\_map.eps/VPS" ! Attempting to open device: 'J1705+7755_X_2006_02_16_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32582 1.32582 2.65163 5.30326 10.6065 21.2131 42.4261 84.8522 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.066 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.896 x 2.807 at -8.195 degrees (North through East) ! Clean map min=-0.0023199 max=0.066104 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1705+7755_X_2006_02_16_yyk\_map.gif/gif" ! Attempting to open device: 'J1705+7755_X_2006_02_16_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1705+7755_X_2006_02_16_yyk_uvs.log closed on Wed Jul 5 13:06:34 2006