Skip to content

Commit

Permalink
Adding Zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Isken committed May 25, 2022
1 parent c9399fa commit c1505b4
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1505b4

Please sign in to comment.