import dascore as dc
from dascore.utils.downloader import fetch
# get the path to a segy file.
= fetch("conoco_segy_1.sgy")
path
= dc.spool(path)[0] segy_patch
segy
SEGY format support module.
Note
- Distance information is not found in most SEGY DAS files so returned dimensions are “channel” and “time” rather than “distance” and “time”.
Examples
Classes
Name | Description |
---|---|
SegyV2 | An IO class supporting version 2 of the SEGY format. |
Modules
Name | Description |
---|---|
core | IO module for reading SEGY file format support. |
utils | Utilities for segy. |