NAME
dbe_dbplotpicks - call dbplotpicks from arrival table view in dbe
SYNOPSIS
dbe_dbplotpicks view [timespan [filter]]
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
dbe_dbplotpicks
selects an appropriate time_window and the sta_chans to call dbplotpicks.
If the user leaves the display by entering CTRL-c, the user can choose to print the file.
OPTIONS
-
view
The name of the input table or view. Typically -.
This argument is required.
-
timespan
This optional argument specifies the length of the time-window.
-
filter
This optional argument specifies the filter applied to the waveforms.
If not specified, a default value is read from the parameterfile.
Note that the filter can be specified as none which means that no filter is applied
PARAMETER FILE
filter BW 0.7 5 10.0 5
polygondb none
placedb none
#polygondb /opt/antelope/4.6/local/data/database/borders
#placedb /opt/antelope/4.6/local/data/database/places
print_dialog fileaction
delete_tempfile yes
EXAMPLE
something like the following enables dbplotpicks from within dbe
graphics &Arr{
arrival &Tbl{
Picks dbe_dbplotpicks -
Picks-local-30s dbe_dbplotpicks - 30 "BW 1.0 5 0 0"
Picks-tele-60s dbe_dbplotpicks - 60 "BW 0.5 5 3.0 5"
}
}
SEE ALSO
dbplotpicks(1)
trfilter(3)
polygon1.2(5)
fileaction(1)
BUGS AND CAVEATS
No usage line, almost no feedback on mispeled parameters.
AUTHOR
Nikolaus Horn, 2005
ZAMG / Vienna, Nikolaus.Horn@zamg.ac.at
Antelope User Group Contributed Software