import dascore as dc
from dascore.utils.downloader import fetch
path_to_sentek_file = fetch("DASDMSShot00_20230328155653619.das")
sentek_patch = dc.spool(path_to_sentek_file)[0]sentek
Module for reading DAS data recorded by Sentek interrogator
Examples
Classes
| Name | Description |
|---|---|
| SentekV5 | Support for Sentek Instrument data format. |
Modules
| Name | Description |
|---|---|
| core | IO module for reading Sentek’s DAS data format. |
| utils | Utilities for Sentek data format. |