continued with tutorial

tutorial
Sebastian Heimann 7 years ago
parent 89c5069aac
commit 64e7c25a04

@ -31,6 +31,18 @@ included. A region of roughly 100 x 100 km is covered by the available data.
wget http://kinherd.org/lassie-example-alentejo.tar
tar -xf lassie-example-alentejo.tar
cd lassie-example-alentejo
ls
# data/ - raw data in mseed format
# stations.txt - text file with station coordinates
# confirmed-events.txt - catalog with some known events
```
To get a quick overview on the dataset, use the
[Snuffler](http://emolch.github.io/pyrocko/v0.3/snuffler_tutorial.html)
application which is part of [Pyrocko](http://emolch.github.io/pyrocko/).
```bash
snuffler --stations=stations.txt --events=confirmed-events.txt data/
```

@ -9,12 +9,15 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="744.09448819"
height="1052.3622047"
width="119.92857"
height="119.92857"
id="svg3805"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="lassie1.svg">
sodipodi:docname="lassie1.svg"
inkscape:export-filename="/usr/local/src/heimann/lassie/scratch/lassie1.png"
inkscape:export-xdpi="96.057175"
inkscape:export-ydpi="96.057175">
<defs
id="defs3807" />
<sodipodi:namedview
@ -24,9 +27,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="454.50577"
inkscape:cy="578.42402"
inkscape:zoom="3.959798"
inkscape:cx="68.322084"
inkscape:cy="8.4251309"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -34,7 +37,11 @@
inkscape:window-height="1371"
inkscape:window-x="0"
inkscape:window-y="501"
inkscape:window-maximized="0" />
inkscape:window-maximized="0"
fit-margin-top="2"
fit-margin-left="2"
fit-margin-right="2"
fit-margin-bottom="2" />
<metadata
id="metadata3810">
<rdf:RDF>
@ -50,10 +57,11 @@
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
id="layer1"
transform="translate(-334.32143,-366.68361)">
<path
transform="translate(70.535714,-71.964286)"
d="m 380.71429,498.61218 a 56.964287,56.964287 0 1 1 -113.92858,0 56.964287,56.964287 0 1 1 113.92858,0 z"
d="m 380.71429,498.61218 c 0,31.46051 -25.50378,56.96429 -56.96429,56.96429 -31.46051,0 -56.96429,-25.50378 -56.96429,-56.96429 0,-31.4605 25.50378,-56.96428 56.96429,-56.96428 31.46051,0 56.96429,25.50378 56.96429,56.96428 z"
sodipodi:ry="56.964287"
sodipodi:rx="56.964287"
sodipodi:cy="498.61218"
@ -79,12 +87,12 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscccsssccccccccccccccss" />
<path
style="fill:#1f1a17;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
style="fill:#1f1a17;stroke:none"
d="m 383.06588,421.09092 c 0,0 0.37881,-3.91434 4.41942,-5.17703 4.04061,-1.26269 4.41942,5.93465 4.41942,5.93465 0,0 -0.37881,1.38896 -4.04061,0.88388 -3.66181,-0.50508 -4.79823,-1.6415 -4.79823,-1.6415 z"
id="path2998"
inkscape:connector-curvature="0" />
<path
style="fill:#1f1a17;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
style="fill:#1f1a17;stroke:none"
d="m 410.46627,417.17658 c 0,0 4.04061,0.25254 4.04061,1.89404 0,1.64149 -1.89403,3.53553 -2.90419,2.65165 -1.01015,-0.88389 -1.13642,-4.54569 -1.13642,-4.54569 z"
id="path3000"
inkscape:connector-curvature="0" />
@ -138,7 +146,7 @@
sodipodi:cy="498.61218"
sodipodi:rx="56.964287"
sodipodi:ry="56.964287"
d="m 380.71429,498.61218 a 56.964287,56.964287 0 1 1 -113.92858,0 56.964287,56.964287 0 1 1 113.92858,0 z"
d="m 380.71429,498.61218 c 0,31.46051 -25.50378,56.96429 -56.96429,56.96429 -31.46051,0 -56.96429,-25.50378 -56.96429,-56.96429 0,-31.4605 25.50378,-56.96428 56.96429,-56.96428 31.46051,0 56.96429,25.50378 56.96429,56.96428 z"
transform="translate(70.535714,-71.964286)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save