forked from crotwell/seisFile
-
Notifications
You must be signed in to change notification settings - Fork 0
LISS
Philip Crotwell edited this page May 18, 2015
·
1 revision
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]