# Lassie *A friendly earthquake detector.* ## Installation First, install [Pyrocko](http://emolch.github.io/pyrocko/v0.3/install.html), then install Lassie: ``` git clone https://gitext.gfz-potsdam.de/heimann/lassie.git cd lassie sudo python setup.py install ``` ## Tutorial: detecting events in a regional network This tutorial explains how to use Lassie to detect events in a regional network. The one-day test dataset from the Alentejo region in South Portugal can be downloaded from http://kinherd.org/lassie-example-alentejo.tar (235 MB). Data from 12 seismic stations from the [DOCTAR](http://www.geo.uni-potsdam.de/doctar-1317/articles/doctar-1317.html) experiment and from 5 permanent stations from regional networks [REFERENCE] are included. A region of roughly 100 x 100 km is covered by the available data. ### Dataset setup ```bash # download data and unpack wget http://kinherd.org/lassie-example-alentejo.tar tar -xf lassie-example-alentejo.tar cd lassie-example-alentejo ```