Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hvasbath/beat
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Jan 5, 2018
2 parents da88466 + 2fedf89 commit 7eb95e7
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ Step by step points on how to use the tool are in preparation and will be online

Data import
===========
The import of data (geodetic, seismic) is so far restricted to only two formats.
seismic - autokiwi output
geodetic - matlab, ascii (GAMIT output)
Geodetic
^^^^^^^^
We recommend to prepare the SAR data (subsampling, data covariance estimation) using KITE (www.pyrocko.org).
kite supports import of ISCE, GAMMA, ROI_Pac and GMTSAR processed interferograms. BEAT then supports import of the native KITE format.

An alternative:
The geodetic data may be saved using the package "pickle" as a file "geodetic_data.pkl"
containing a list of "GeodeticTarget", especially "CompoundGPS" or "DiffIFG" objects. Please see the heart.py module for specifics.
Seismic
^^^^^^^
Unfortunately, the import of seismic data is so far restricted to only one format:
autokiwi output

The seismic data may be saved using the package "pickle" as a file "seismic_data.pkl"
Alternatively the seismic data may be saved using the package "pickle" as a file "seismic_data.pkl"
containing a list of 2 lists:
1. list of "pyrocko.trace.Trace" objects alternating for (Z / T) rotated traces.
2. list of "pyrocko.model.Station" objects in the same order like the data traces.
How to import the data into pyrocko format we refer to the webpage: https://pyrocko.org/docs/current/library/examples/trace_handling.html

We invite the users to propose data formats or outputs of specific programs that they would
like to see implemented.
Expand Down

0 comments on commit 7eb95e7

Please sign in to comment.