Help for NSYT_CAMERA_TELEMPROC

   Currently, PKT(sfdu packet with ccsds headers) and raw(packets without ccsds headers) are supported as input source.


PURPOSE:
   NSYTTLMPROC reads the data from the NSYT downlink telemetry data stream 
   and creates Level-0 EDRs.

   Author:     Cecilia Cheng
               Jet Propulsion Laboratory
	       Pasadena, California 91109

               Email: Cecilia.Cheng@jpl.nasa.gov
               Tel  : (818)216-6256


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, RAW_CAM_PKT PKT - This is binary file containing telemetry packets with their corresponding SFDU headers. RAW_CAM_PKT - This is a binary file containing telemetry packets without their corresponding SFDU headers.

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: