load_m3sd -h load_m3sd in=<day filename> isf=<instruction file>
A new update was added to read the previous day's dayfile and read the next day's dayfile(if exists) from the hk_dayfile series and get packet data values to correctly create the current dayfile processing of the previous day's last record and the current day's last record.
The in parameter is a mandatory argument which should contain the directory and filename of the input dayfile. Currently only one dayfile is allowed for the in parameter.
The isf parameter is mandatory argument. This is the full path to the instruction file. The instruction contains data series name, owner and author. The instruction file contains interval of time to use to calculate the minimum, maximum, mean and standard deviation for keywords. The current interval ranges tested are 60(seconds) to 7200(seconds). The instruction file contains the list of keywords. Each keyword is represented by a line containing the packet apid from which the keyword is contained. The line contains the Keyword:,apid value in decimal,long keyword name, and user defined name. Currently the user defined name should be 8 chararcters. User's can use short keyword name for user defined names. It is required to use the proper long keyword name that is contained in the HK Configuration file and STANFORD file. The line contains a user created keyword name. The user created names will have a MAX, MIN, MEAN or SD and suffixed to names(i.e.,TEMP1_MIN, TEMP1_MAX, TEMP1_MEAN, TEMP1_SD). View example instruction files at directory in CVS at /home/production/cvs/TBL_JSOC/lev1/instruction_file/su_carl.
-h
: Shows usage message. in | The full directoy path and file name to the input dayfile(required field). | |
isf | The full directory path and file name to instruction file(required field). |
load_m3sd in=/home/production/dfile/20080918.0x0013 isf=/home/production/inst_file/instruction_file.txt
load_m3sd in=/home/production/df/20080918.0x0013 isf=/home/production/inst_file/instr_file.txt > Debug-Log
load_m3sd -h