Help for NSYT_CAMERA_PACKETIZER

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


PURPOSE:
   NSYT_CAMERA_PACKETIZER serves to bring down camera data from TDS, and organize the packets into
   a directory structure.
   This program then invokes the camera telemproc with the set of packets
   at appropriate times (i.e. end-of-pass and/or complete set of packets available).


   Author:     Galen Hollins
               Jet Propulsion Laboratory
               Pasadena, California 91109


PARAMETERS:


LOG_FILE

Name of session log file including the path.

INFILE

Name of input file. When SOURCE=SFDUFILE, file extension(.sfdu) needs to be included in the filename. SFDUFILE - This is binary file containing telemetry packets with their corresponding SFDU headers.

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: