NAME
q330_merge_hn_dbmaster - merge q330 broadband and strong motion data with different filter types
SYNOPSIS
q330_merge_hn_dbmaster [-v] [-V] bb_db sm_db
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
q330_merge_hn_dbmaster is designed to merge q330 broadband and strong motion data with different filter types.
The q330 allows for different types of filters on broadband and strong motion channels. Some
configurations which happen in real life include using acausal filters on broadband
sensors and causal filters on strong motion channels.
This program was written to address specific issues at the ANF for the USArray TA.
To build proper metadata for q330s using both causal and acausal filters, there is a
multiple step process.
-
\n[step]) 3
create one dbbuild batch file for the bb sensor and one dbbuild batch file for the sm sensor
-
\n+[step])
run dbbuild on both batch files creating two different dbs, sm_db and bb_db
-
\n+[step])
run q330_merge_hn_dbmaster bb_db sm_db
q330_merge_hn_dbmaster will merge the relevant parts of the sm_db into bb_db.
ARGUMENTS
-
bb_db
broadband database previously created with dbbuild.
-
sm_db
strong motion database previously created with dbbuild.
OPTIONS
-
-v
verbose
-
-n
No execution. Will show commands if -v option used.
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
dbbuild(1)
dbsubset(1)
dbnextid(1)
dbmerge(1)
BUGS AND CAVEATS
This program does most the work using perl system calls to the Datascope interface.
AUTHOR
Frank Vernon
IGPP, UCSD
Antelope User Group Contributed Software