-
Notifications
You must be signed in to change notification settings - Fork 20
LISS
Philip Crotwell edited this page Mar 10, 2021
·
1 revision
This functionality is deprecated and will be removed in the seisFile 2.0 release. If you wish to continue to use it, see the last 1.x release, which was 1.8.6.
Support for LISS is included in the edu.sc.seis.seisFile.liss package. The edu.sc.seis.seisFile.liss.Client class is an example client application. LISS is largely just a socket connection over which miniseed is sent, so this relies heavily on the miniseed part of seisFile. See the miniseed section for an example of how to process the returned miniseed data records.
A example client can be run as:
bin/lissclient -n IU -s ANMO -l 00 -c BHZ -m 3
Usage is:
bin/lissclient [[-n net][-s sta]|[-h host]][-l loc][-c chan][-p port][-o outfile][-m maxpackets][--verbose][--version][--help]