Welcome to lightguide’s documentation#
Caution
lighguide is under active development, expect changes to the API.
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.
Example#
from lightguide import Blast
blast = Blast.from_miniseed("my-data.mseed")
blast.afk_filter(exponent=0.8)
blast.highpass(cutoff_freq=10.0)
Lightguide is powered by the Pyrocko project for data I/O and data management.