Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/batsms.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Sun Apr 10 20:08:34 2016
Кодировка:
Python: module batsms
 
 
batsms (version 15.06.03)
index
batsms.py

PURPOSE --
Generate an SMS and all the ancillary files that go with it.
 
This tool is not generally called by users directly, but invoked
from sms.py.
 
Based on BATSMS2.COM.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 11/14/01
o fixed spacing problem on generate command.  drc 11/28/01
o add code review enhancements.  drc 12/3/01
o Fixup mapfile directory access.  mdr 12/10/01
o Fix filename for SMS copied to todev.  drc 12/21/01
o Make seperate map directory for plantest.  drc  3/2/04
o Mods for new check_sms_gsacq tool and for smsg -eps -offset switch.  mdr 1/21/05
o fix bug.  drc 1/21/05
o put try block around sqr.  drc 11/07/06
o Mods to generated dss html query.  mdr 3/5/07
o add -trace as an smsg option.  drc  8/13/08
o create and plot the calendar pointing profile.  mdr 10/13/09
o change from $PMSQR/spec_inst_by_ccl.sqr to
o special_commanding_check.py.  gab 12/4/12
o PR 80999 -- mdr 5/22/15
    + Mods for the updated check_sms_gsacq.py.
o PR 81072 -- mdr 6/1/15
    + Pass the full path to the gsacq history file to check_sms_gsacq.run
    + Missing the cclist part of the path - mdr 6/3/15

 
Modules
       
check_sms_gsacq
dss_query_by_calendar
os
pointing_profile
shutil
sms_util
speccom_check
spss_sys_util
spst_getopt
string
time_util

 
Functions
       
run(smsname=None, *args)
Generate an SMS.
 
Usage:
do batsms sms_name [-glrest=<continuity_sms_name>]
                   [-restore=<cache_sms_name>]
                   [-override]
                   [-offset]
                   [-initial_saang=<sa_angle>]
                   [-same_ut=<ascii_ref_ut>]
                   [-trace=<value>]
                   [-test]
 
The -glrest option indicates the continuity SMS (for smsg -generate
and smsg -check).
 
The -restore option indicates the cache SMS name (for smsg -generate).
 
The -override option indicates an EPS merge will be generated with
an override file (for smsg -eps_merge).
 
The -offset option indicates an EPS merge will be generated with an
offset override file (for smsg -eps_merge).
 
The -initial_saang option indicates the initial solar array angle (for
smsg -eps_merge).
 
The -same_ut options indicates the reference time (for smsg -generate).
 
The -trace options governs the amount of output put into the trace file.
It may take one of the following values: brief, full, debug:cache,
debug:callframe, debug:globals, debug:labels, debug:pseudos, debug:query,
debug:tcs, debug:times, debug:values. Default is brief.
 
The -test option, if present, indicates that this is a test sms.
Otherwise, it's assumed this is a flight SMS.

 
Data
        __version__ = '15.06.03'