Help for NSYT_IDA_TELEMPROC

   Currently, SFDUFILE(sfdu packet with ccsds headers) and TDS(TDS server) are supported as input sources.
   TDS is the nominal data source during operations, while SFDUFILE may be used for debugging purposes.


PURPOSE:
   Reads the data from the NSYT downlink telemetry data stream 
   and creates data products.

   Author:     Galen Hollins
               Jet Propulsion Laboratory
               Pasadena, California 91109

               Email: Galen.A.Hollins@jpl.nasa.gov
               Tel  : (818)354-3811


PARAMETERS:


TOP_DIR

Directory path where level-0 products(EDRs) will be saved.

LOG_FILE

Name of session log file including the path.

SOURCE

Indicates the format of input source to process. Valid values: PKT, TDS SFDUFILE - This is binary file containing telemetry packets with their corresponding SFDU headers. TDS - This indicates that the telemproc will query the TDS server directly for its data.

INFILE

Name of input file.

VERBOSE_FLAG

Verbosity flag. If it's ON, the messages will be displayed on the screen while it is saved in log file. If it's OFF, the messages is saved in log file only.

LOG_LEVEL

Logging level for debugging purpose. TRACE, DEBUG, INFO, WARN, ERROR are valid values. Users should use default logging level. .END

See Examples:


Cognizant Programmer: