SECCHI Telemetry And Command Statistics

There are two IDL procedures which I wrote to do reporting of statistics--one for command and one for telemetry:


dev/packets/parsecmdlog.pro:

pro parsecmdlog, list, logfile=fout ;+ ; $Id: parsecmdlog.pro,v 1.2 2008/04/29 17:07:08 ; ; I Nput: list of daily_commands_verify*.log files ; ; Outputs: LOGFILE=filename ; ; Side effects: plots number of commands by day ;-


secchi/idl/packets/pktlossreport.pro:

pro pktlossreport,yr ;+ ; $Id: pktlossreport.pro,v 1.2 2008/04/29 17:02:00 ; ; Project : STEREO SECCHI ; ; Name : pktlossreport ; ; Purpose : generate packet loss statistics (SSR 1 image packets only) ; ; Explanation: Reads pkt loss files from $scc[ab]/nrl/lz/outputs/prints and tlm volume with getsccarchiveinfo.pro and computes stats ; ; Inputs : INT year for which to generate stats ; ; Outputs : '~/attic/missingtlmreport.txt',/append - does A and B one line per month and summary for year

-nr