diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..3ddf2af --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,47 @@ +{ + "title": "Lightguide - Seismological Tools for DAS data", + "description": "Lightguide is a package for handling, filtering and modelling distributed acoustic sensing (DAS) data. The package interfaces handling and processing routines of DAS data to the Pyrocko framework. The tools including restitution, frequency and fk filtering. Numerical forward modelling of various dislocation sources in layered and homogeneous half-space towards DAS strain and strain-rate is employed through Pyrocko-Green's function package.", + "license": "AGPL-3.0-or-later", + "upload_type": "software", + "creators": [ + { + "name": "Marius Paul Isken", + "affiliation": "GFZ German Research Centre for Geosciences, Potsdam, Germany" + }, + { + "name": "Sebastian Heimann", + "affiliation": "University of Potsdam, Germany" + }, + { + "name": "Christopher Wollin", + "affiliation": "GFZ German Research Centre for Geosciences, Potsdam, Germany" + }, + { + "name": "Hannes Bathke", + "affiliation": "GFZ German Research Centre for Geosciences, Potsdam, Germany" + }, + { + "name": "Torsten Dahm", + "affiliation": "GFZ German Research Centre for Geosciences, Potsdam, Germany" + } + ], + "keywords": [ + "Distributed acoustic sensing", + "DAS", + "Seismology", + "Frequency wavenumber filter" + ], + "access_right": "open", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/pyrocko/lightguide.git", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.6580453", + "relation": "isVersionOf" + } + ] +} diff --git a/README.md b/README.md index 45a6665..99fcf6c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ *Tools for distributed acoustic sensing and modelling.* +[![DOI](https://zenodo.org/badge/495774991.svg)](https://zenodo.org/badge/latestdoi/495774991) + Lightguide is a package for handling, filtering and modelling distributed acoustic sensing (DAS) data. The package interfaces handling and processing routines of DAS data to the [Pyrocko framework](https://pyrocko.org). Through Pyrocko's I/O engine :rocket: lightguide supports handling the following DAS data formats: - Silixa iDAS (TDMS data) - ASN OptoDAS - MiniSEED +Numerical forward modelling of various dislocation sources in layered and homogeneous half-space towards DAS strain and strain-rate is employed through Pyrocko-Green's function package. + > The framework is still in Beta. Expect changes throughout all functions. ## Installation