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

PURPOSE --
Fake TDRS Schedule generator
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
Initial implementation 4/22/03
fix several bugs dc 10/9/03
fix more bugs dc 12/1/03
fix backwards logic dc 10/19/04
fix bug so that correct tdrs.dat file is copied.  dc 1/11/05
add missing default. dc 1/17/06
changes for PASS 32.90 (TDO). dc 12/18/06
fix output directory problem. dc 5/8/09
code cleanup; use namelist_util.read_namelist dc 9/3/15

 
Modules
       
configure_util
os
pass_util
re
sched_util
spss_sys_util
spst_getopt
sys

 
Functions
       
create_dst_namelist(out_dir, run_opt='UPD', sw_version='ops')
Create the namelist for the DST program.
 
Returns the path to the namelist.
run(ms_output_directory=None, *args)
If needed, create a TDRS.LIS file with the PASSS program DST.
 
Then, create a TDRS schedule with SCHEDMAN.
 
Usage:
      do create_dummy_tdrs <ms_output_directory> [-out=<path>]
                                                 [-software_version=ops|old|new]
                                                 [-config_file=<path>]
                                                 [-debug]
 
 The '-out=<path>' defaults to <ms_output_directory>.
 The '-software_version' defaults to 'ops' , others are 'old','new'
 The '-config_file=<path> is the path to the config file
run_dst(config_file, namelist_path, dat_file_path, old_dat_file_path, ssr_path, out_dir, sw_version='ops')
Run the DST program.
run_schedman(out_dir, dat_file_path, gstdn_file_path, sw_version='ops')
Run the PASS executable DSDT.

 
Data
        __version__ = '15.09.03'