NAME
sta_final_wfdisc - builds complete station wfdisc
SYNOPSIS
sta_final_wfdisc [-v] [-V] [-n]
[-p parameter_file]
[-m mail_to]
dbops
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_wfdisc is designed to build the station waveform database
from the real time system.
sta_final_wfdisc creates a directory where the
station_wfdisc_table
is written. No waveforms are written, only references existing waveforms.
ARGUMENTS
-
dbops
Database which contains deployment table.
OPTIONS
-
-v
Verbose
-
-V
Extremely verbose. Used for debugging purposes only.
-
-n
Test mode. Does not execute miniseed2db commands.
-
-p parameter_file
Name of parameter file to use. $PFPATH is searched to find parameter file.
The default parameter file is sta_final_wfdisc.
-
-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
-
dbidserver
Name of idserver to be written into descriptor file for output database to use.
-
dbpath
dbpath to be written into descriptor file for output database to use.
-
dblocks
dblocking type for database
-
msd2db_pat
Pattern search wf files, STA is generic for all stations
-
rt_sta_dir
Output directory for station dbs
EXAMPLE PARAMETER FILE
dbpath /anf/TA/dbs/dbmaster/{usarray}:/anf/TA/dbs/dbops/{usarray} # default dbpath
dbidserver anfproc.ucsd.edu:2498 # default dbidserver
dblocks nfs # default dblocks
msd2db_pat /anf/TA/dbs/certified/20*/*/*STA* # pattern search wf files, STA is generic for all stations
rt_sta_dir /anf/TA/wf/rt_stas # output directory for station dbs
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
miniseed2db (1)
sta_final_verify (1)
BUGS AND CAVEATS
AUTHOR
Frank Vernon
Antelope User Group Contributed Software