Help for PHXTELEMPROC

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


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

   Author:     Alice Stanboli
               Jet Propulsion Laboratory
	       Pasadena, California 91109

               Email: Alice.Stanboli@jpl.nasa.gov
               Tel  : (818)354-5169


PARAMETERS:


TOP_DIR

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

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. When SOURCE=PKT, file extension(.pkt) needs to be included in the filename.

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. LOW, MED, HIGH are valid values. Users should use default logging level. .END

See Examples:


Cognizant Programmer: