Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/generate_clevent_plots.html
Дата изменения: Fri Apr 8 12:46:14 2016 Дата индексирования: Mon Apr 11 06:21:46 2016 Кодировка: |
generate_clevent_plots (version 15.04.08) | index generate_clevent_plots.py |
Plots the time coverage of the loads for the given MS run
TITLE: generate_clevent_plots.py
DEVELOPER: Alan Patterson, 28-May-2009
PURPOSE: The tool generates plots useful for planning intercepts and
otherwise useful for displaying lods, load uplinks and
related TDRS coverage.
USAGE: do generate_clevent_plots <MS_name>
where: <MS_name> is the MS run name.
RETURNS: Nothing
MOD HISTORY:
o Allow for PASS smsname option app 060109
o Cleaner PDF concatenation & SI transitions app 060209
o Add emphasis do certain 486 uplink windows app 052912
o Modified to compensate for changes to tdrs_util drc 051513
o updated for matplotlib version 1.3.1 drc 040415
Modules | ||||||
|
Functions | ||
|
Data | ||
BOX_ALPHA = 0.3 COL_INTERBOX = '#FFB6C1' COL_INTERCEPT = '#800080' COL_NLOAD = '#BC8F8F' COL_QLOAD = '#7B68EE' COL_QLOAD2 = '#483D8B' COL_SITRAN = '#FF8C00' COL_SLEW = '#8B4513' COL_SU = '#87CEEB' COL_TDRSFWD = '#008B8B' COL_TDRSHGA1 = '#FF0000' COL_TDRSHGA2 = '#008000' COL_TDRSMAR = '#FF00FF' COL_UPLINK = '#8DBC8F' COL_UPLINK2 = '#2E8B57' COL_UPLINKBOX = '#90EE90' ENDPAD = 3600 FONTSIZE_SULABEL = 6 NUMDEF = 1 STARTPAD = 3600 __author__ = 'Alan Patterson' __version__ = '15.04.08' |
Author | ||
Alan Patterson |