! Started logfile: J1805-0438_S_2004_04_30_yyk_uvs.log on Wed Dec 7 01:04:41 2005 obs J1805-0438_S_2004_04_30_yyk_uve.fits ! Reading UV FITS file: J1805-0438_S_2004_04_30_yyk_uve.fits ! AN table 1: 22 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.645455 visibilities/baseline/integration-bin. ! Found source: J1805-0438 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1636 lines of history. ! ! Reading 2556 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 J1805-0438_S_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 1.00x1.00 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.229148 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 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.799732Jy sigma=17.130645 ! Fit after self-cal, rms=0.797155Jy sigma=17.179316 ! 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=5.714 mas, bmaj=22.8 mas, bpa=-12.19 degrees ! Estimated noise=1.63454 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.170726 Jy ! Component: 100 - total flux cleaned = 0.229416 Jy ! Total flux subtracted in 100 components = 0.229416 Jy ! Clean residual min=-0.019187 max=0.020877 Jy/beam ! Clean residual mean=0.000213 rms=0.007884 Jy/beam ! Combined flux in latest and established models = 0.229416 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.229416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077292Jy sigma=1.584090 ! Fit after self-cal, rms=0.077154Jy sigma=1.577870 ! 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=7.561 mas, bmaj=26.92 mas, bpa=-10.89 degrees ! Estimated noise=1.13897 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.0430082 Jy ! Component: 100 - total flux cleaned = 0.0524721 Jy ! Component: 150 - total flux cleaned = 0.0529441 Jy ! Component: 200 - total flux cleaned = 0.0554842 Jy ! Total flux subtracted in 200 components = 0.0554842 Jy ! Clean residual min=-0.003707 max=0.003735 Jy/beam ! Clean residual mean=0.000044 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 0.2849 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 74 model components to the UV plane model. ! The established model now contains 91 components and 0.2849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058385Jy sigma=1.090485 ! Fit after self-cal, rms=0.058328Jy sigma=1.088928 ! 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.00924 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.93 KP 0.96 ! LA 1.08 MK 1.00* NL 1.00* OV 0.92 ! PT 0.98 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.99459 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.08 KP 1.00 ! LA 1.01 MK 1.00* NL 1.00* OV 1.01 ! PT 0.94 SC 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.001 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.91 HN 1.06 KP 1.00 ! LA 0.89 MK 1.00* NL 1.00* OV 1.09 ! PT 1.04 SC 1.00* ! ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00672 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.96 KP 1.01 ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.058328Jy sigma=1.088928 ! Fit after self-cal, rms=0.053261Jy sigma=1.022631 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.053261Jy sigma=1.022631 ! Fit after self-cal, rms=0.053226Jy sigma=1.021575 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.505 mas, bmaj=26.79 mas, bpa=-10.89 degrees ! Estimated noise=1.15007 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.0022571 Jy ! Component: 100 - total flux cleaned = 0.00389298 Jy ! Component: 150 - total flux cleaned = 0.00487473 Jy ! Component: 200 - total flux cleaned = 0.00540335 Jy ! Total flux subtracted in 200 components = 0.00540335 Jy ! Clean residual min=-0.001245 max=0.001249 Jy/beam ! Clean residual mean=0.000021 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.290303 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 46 model components to the UV plane model. ! The established model now contains 134 components and 0.290303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052594Jy sigma=1.005761 ! Fit after self-cal, rms=0.052548Jy sigma=1.004683 ! 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.052548Jy sigma=1.004683 ! Fit after self-cal, rms=0.047687Jy sigma=0.890692 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.000224386 Jy ! Component: 100 - total flux cleaned = 6.19539e-06 Jy ! Component: 150 - total flux cleaned = 0.000424651 Jy ! Component: 200 - total flux cleaned = 0.000420993 Jy ! Total flux subtracted in 200 components = 0.000420993 Jy ! Clean residual min=-0.000769 max=0.000754 Jy/beam ! Clean residual mean=0.000015 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.290724 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 170 components and 0.290724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047446Jy sigma=0.886408 ! Fit after self-cal, rms=0.046924Jy sigma=0.877607 ! 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: 7.505 x 26.79 at -10.89 degrees (North through East) ! Clean map min=-0.0062491 max=0.1889 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.046924Jy sigma=0.877607 ! Fit after self-cal, rms=0.046477Jy sigma=0.869426 ! 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.046477Jy sigma=0.869426 ! Fit after self-cal, rms=0.046333Jy sigma=0.867778 ! Inverting map and beam ! Estimated beam: bmin=7.494 mas, bmaj=26.72 mas, bpa=-10.82 degrees ! Estimated noise=1.14372 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000611944 Jy ! Component: 100 - total flux cleaned = 0.000820342 Jy ! Component: 150 - total flux cleaned = 0.000964906 Jy ! Component: 200 - total flux cleaned = 0.00130211 Jy ! Total flux subtracted in 200 components = 0.00130211 Jy ! Clean residual min=-0.000399 max=0.000396 Jy/beam ! Clean residual mean=0.000003 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.292026 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 207 components and 0.292026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046267Jy sigma=0.866499 ! Fit after self-cal, rms=0.046208Jy sigma=0.866032 ! 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.046208Jy sigma=0.866032 ! Fit after self-cal, rms=0.045908Jy sigma=0.837997 ! 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.045908Jy sigma=0.837997 ! Fit after self-cal, rms=0.045894Jy sigma=0.837769 ! Inverting map and beam ! Estimated beam: bmin=7.554 mas, bmaj=26.7 mas, bpa=-10.77 degrees ! Estimated noise=1.14225 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102759 Jy ! Component: 100 - total flux cleaned = 0.00127508 Jy ! Component: 150 - total flux cleaned = 0.00144714 Jy ! Component: 200 - total flux cleaned = 0.00152286 Jy ! Total flux subtracted in 200 components = 0.00152286 Jy ! Clean residual min=-0.000452 max=0.000455 Jy/beam ! Clean residual mean=0.000020 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.293549 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 49 model components to the UV plane model. ! The established model now contains 255 components and 0.293549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045768Jy sigma=0.835854 ! Fit after self-cal, rms=0.045752Jy sigma=0.835740 ! 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=10.95 mas, bmaj=27.63 mas, bpa=-4.652 degrees ! Estimated noise=1.1969 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.000242427 Jy ! Component: 100 - total flux cleaned = 0.000331903 Jy ! Component: 150 - total flux cleaned = 0.000415932 Jy ! Component: 200 - total flux cleaned = 0.000471303 Jy ! Total flux subtracted in 200 components = 0.000471303 Jy ! Clean residual min=-0.000328 max=0.000334 Jy/beam ! Clean residual mean=0.000017 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.29402 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 277 components and 0.29402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045716Jy sigma=0.835086 ! Fit after self-cal, rms=0.045709Jy sigma=0.835036 ! 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=5.764 mas, bmaj=22.71 mas, bpa=-12.07 degrees ! Estimated noise=1.61288 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.168771 Jy ! Component: 100 - total flux cleaned = 0.225755 Jy ! Component: 150 - total flux cleaned = 0.253519 Jy ! Component: 200 - total flux cleaned = 0.266982 Jy ! Total flux subtracted in 200 components = 0.266982 Jy ! Clean residual min=-0.007618 max=0.007785 Jy/beam ! Clean residual mean=0.000074 rms=0.003287 Jy/beam ! Combined flux in latest and established models = 0.266982 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 0.266982 Jy ! Inverting map and beam ! Estimated beam: bmin=7.554 mas, bmaj=26.7 mas, bpa=-10.77 degrees ! Estimated noise=1.14225 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.0158929 Jy ! Component: 100 - total flux cleaned = 0.0174357 Jy ! Component: 150 - total flux cleaned = 0.0161093 Jy ! Component: 200 - total flux cleaned = 0.0144005 Jy ! Total flux subtracted in 200 components = 0.0144005 Jy ! Clean residual min=-0.002027 max=0.002043 Jy/beam ! Clean residual mean=0.000033 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.281382 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 102 components and 0.281382 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=10.95 mas, bmaj=27.63 mas, bpa=-4.652 degrees ! Estimated noise=1.1969 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.00215957 Jy ! Component: 100 - total flux cleaned = 0.00315369 Jy ! Component: 150 - total flux cleaned = 0.00355402 Jy ! Component: 200 - total flux cleaned = 0.00384092 Jy ! Total flux subtracted in 200 components = 0.00384092 Jy ! Clean residual min=-0.000863 max=0.000863 Jy/beam ! Clean residual mean=0.000026 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.285223 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 152 components and 0.285223 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.554 mas, bmaj=26.7 mas, bpa=-10.77 degrees ! Estimated noise=1.14225 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000611971 Jy ! Component: 100 - total flux cleaned = -0.0011094 Jy ! Component: 150 - total flux cleaned = -0.000779277 Jy ! Component: 200 - total flux cleaned = -0.000325503 Jy ! Total flux subtracted in 200 components = -0.000325503 Jy ! Clean residual min=-0.000601 max=0.000610 Jy/beam ! Clean residual mean=0.000012 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.284898 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 186 components and 0.284898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045811Jy sigma=0.837543 ! Fit after self-cal, rms=0.045807Jy sigma=0.837259 wmodel J1805-0438_S_2004_04_30_yyk\_map.mod ! Writing 186 model components to file: J1805-0438_S_2004_04_30_yyk_map.mod wobs J1805-0438_S_2004_04_30_yyk\_uvs.fits ! Writing UV FITS file: J1805-0438_S_2004_04_30_yyk_uvs.fits wwins J1805-0438_S_2004_04_30_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1805-0438_S_2004_04_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.554 x 26.7 at -10.77 degrees (North through East) ! Clean map min=-0.0055696 max=0.1882 Jy/beam ! Writing clean map to FITS file: J1805-0438_S_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.188204 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000268621 device "J1805-0438_S_2004_04_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1805-0438_S_2004_04_30_yyk_map.eps/VPS' loglevs 8*100*3*image_rms/peak_flux ! The new contour levels are: ! -3.42548 3.42548 6.85096 13.7019 27.4039 54.8077 print "clev=",int(8*3*image_rms*10000)/10000 ! clev= 0.0064 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.188 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.554 x 26.7 at -10.77 degrees (North through East) ! Clean map min=-0.0055696 max=0.1882 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1805-0438_S_2004_04_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1805-0438_S_2004_04_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1805-0438_S_2004_04_30_yyk_uvs.log closed on Wed Dec 7 01:04:42 2005