You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
12
11
12
+
- MiniSEED
13
13
- Silixa iDAS (TDMS data)
14
14
- ASN OptoDAS
15
-
- MiniSEED
16
15
17
16
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.
18
17
@@ -28,22 +27,22 @@ pip install lightguide
28
27
29
28
## Usage
30
29
31
-
### Adaptive frequency filter
30
+
### Documentation
32
31
33
-
The adaptive frequency filter (AFK) can be used to suppress incoherent noise in DAS data sets.
32
+
Find the [documentation here](https://pyrocko.github.io/lightguide/).
34
33
35
-
```python
36
-
from lightguide import filters
37
-
from lightguide.utils import download_numpy, ExampleData
34
+
### Adaptive frequency filter
38
35
36
+
The adaptive frequency filter (AFK) can be used to suppress incoherent noise in DAS data sets.
[](https://colab.research.google.com/github/pyrocko/lightguide/blob/master/examples/1-denoise-DAS-data.ipynb)
47
46
48
47
The filtering performance of the AFK filter, applied to an earthquake recording at an [ICDP](https://www.icdp-online.org/home/) borehole observatory in Germany. The data was recorded on a [Silixa](https://silixa.com/) iDAS v2. For more details see <https://doi.org/10.5880/GFZ.2.1.2022.006>.
49
48
@@ -97,6 +96,7 @@ maturin develop
97
96
The project utilizes pre-commit for clean commits, install the hooks via:
0 commit comments