Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/process_onboard_from_ccs.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 06:40:42 2016
Кодировка:

Поисковые слова: изучение луны
Python: module process_onboard_from_ccs
 
 
process_onboard_from_ccs (version 15.09.08)
index
process_onboard_from_ccs.py

PURPOSE --
Populate relation wiephemeris with the data sent through a namelist
file by CCS.
 
Developed from PROCESS_ONBOARD_FROM_CCS.COM written by Danny Jones.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
Initial implementation  5/18/01
code cleanup and modernization; use namelist_util.namelist.  drc 9/8/15

 
Modules
       
on_board
spss_sys_util
time_util

 
Functions
       
dbfields_to_keywords(datfile='/data/scheduling/spss_tools/dat/process_onboard_from_ccs.dat')
Read the file containing the translations of keyword names in the file
from CCS to their corresponding database fields.  Returns a dictionary
with the keys being the database field names and the values being the
namelist keywords.
run(File=None)
Populate relation wiephemeris with namelist data from CCS.
 
Usage:
do process_onboard_from_ccs <ccs_file>

 
Data
        NAMELIST_NAME = 'EPHUPLPRM'
__version__ = '15.09.08'