Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/plot_ssr_vol.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 02:09:17 2016
Кодировка:
Python: module plot_ssr_vol
 
 
plot_ssr_vol (version 11/8/06)
index
plot_ssr_vol.py

PURPOSE --
Generate the science and engineering SSR volume plots.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
o  initial implementation  DC   9/28/05   
o  take an input directory DC  11/8/06

 
Modules
       
os
pylab
spss_sys_util
string

 
Functions
       
find_file(extension)
Find the file with given extension in the current working directory.
get_recorded_dumped(rsofile)
Extract the total volume recorded/dumped from the rso file
parse_file(fname)
Parse a ped or psd file for SSR information.
run(msdir=None)
Generate the science and engineering SSR volume plots.
 
Usage:
   do plot_ssr_vol [<ms_directory>]
 
Input parameter is assumed to be an MS directory.  If no directory
is specified, then the tool assumes your current working directory
is an MS directory. In either case, the directory must contain RSO,
PED, and PSD files.

 
Data
        __version__ = '11/8/06'