NAME
sta_final_verify - tests quality of station final baler data
SYNOPSIS
sta_final_verify [-v] [-V] [-n]
[-p pf] [-m mail_to]
sta [sta_1 sta_2 ...]
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
sta_final_verify is designed take verify baler station data. The following actions take place
-
flag errors in net, sta, chan, loc codes
-
verify and correct times in deployment table and send an email for changed stations
-
verify data return and send an email for stations with less than 95% data return
Station directories with problems are moved to purgatory.
OPTIONS
-
-v
Verbose
-
-V
Extremely verbose. Used for debugging purposes only.
-
-n
Test mode. Does not execute trexcerpt commands.
-
-p parameter_file
Name of parameter file to use. $PFPATH is searched to find parameter file.
The default parameter file is sta_final_verify.
-
-m mail_to
Email address list to send results. Multiple email addresses should be comma delimited without
white space.
ENVIRONMENT
Needs to have sourced $ANTELOPE/setup.csh.
PARAMETER FILE
-
archivebase
Absolute path name for output directory containing station directories with station database
-
purgatory
Absolute path name for output directory containing station directories for station database
with problems
-
dbops
Path name for database containing appropriate deployment table.
-
deploy_mail
Email addresses to send notification deployment table changes
-
prob_mail
Email addresses to send notification of problems
EXAMPLE PARAMETER FILE
archivebase /Volumes/TA_Final_Data/station_final # absolute path name for station baler archive name
purgatory /Volumes/TA_Final_Data/purgatory # absolute path name for station baler archive name
dbops /anf/TA/dbs/dbops/usarray
deploy_mail flvernon@ucsd.edu,jeakins@ucsd.edu
prob_mail flvernon@ucsd.edu
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
sta_final_prep(1)
rtmail(1)
BUGS AND CAVEATS
sta_final_verify should only be run after baler data are collected and processed by
sta_final_prep. This program will not run without a deployment, gap, and chanperf tables.
AUTHOR
Frank Vernon
Antelope User Group Contributed Software