|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/select_tut_windows.html
Дата изменения: Fri Apr 8 12:46:15 2016 Дата индексирования: Mon Apr 11 05:15:16 2016 Кодировка: |
| select_tut_windows (version 07/24/03) | index select_tut_windows.py |
TITLE: select_tut_windows.py
DEVELOPER: Alan Patterson, 24-Jul-2003
PURPOSE: The tool selects the TUT windows from the TUT file
specified given the TDRS, service and time window limits
USAGE: do select_tut_windows tutfile -tdrs=...,... -service=...,...
-start=<start_time>
-end=<end_time>
where -tdrs specifies a list of acceptable TDRS
(TDE,TDW,171,TDS)
-service specifies a list of acceptable
services (MAR,MAF,SSAF)
-start specifies the start time
-end specifies the end time
-outfile an output file may be specified, default
is to print to the screen
RETURNS: Nothing
MOD HISTORY:
Initial version app 07/24/03
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __author__ = 'Alan Patterson' __version__ = '07/24/03' | ||
| Author | ||
| Alan Patterson | ||