NAME
obsip2orb - Send OBSIP waveform data to orb
SYNOPSIS
obsip2orb [-v] [-X] [-n] [-c orbclient]
orb dbin [dbin2 [dbin3 ...]]
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
obsip2orb will send all miniseed data in the wfdisc file of
dbin into
orb
using miniseed2orb. The program opens the wfdisc, selects datatype of "sd",
does a unique sort on wfdisc dir-dfile fields,
then sorts by station-channel-time before sending the data to the orb.
There are two checks which are made before data are sent to the orb. The first check is
to see if
orb is allowing connections. The second check is to see if the
orbclient (usually orbmsd2days or orb2orb) that will read the miniseed packets is connected.
This is required to make sure that the data are not written to the orb to quickly.
obsip2orb will write a temporary local
miniseed2orb_obsip.pf file that is
used to control the
miniseed2orb instance.
-
orb
orb to send data to.
-
dbin
database which needs waveforms to be send to orb.
OPTIONS
-
-v
verbose
-
-n
Does not send any data, only shows commands which would have been executed.
-
-c orbclient
Orbclient which will read mseed data packets from orb. Default is orbclient is orbmsd2days.
-
-X
Expert mode. This removes the throttling of miniseed2orb. Use of this option requires
a complete understanding of the end-to-end dataflow and buffering. It is extremely easy to lose
data in this mode.
ENVIRONMENT
needs to have sourced $ANTELOPE/setup.csh.
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
miniseed2orb(1)
orbmsd2days(1)
pfecho(1)
AUTHOR
Frank Vernon
Antelope User Group Contributed Software