segy

module of dascore.io source

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

import dascore as dc
from dascore.utils.downloader import fetch

# get the path to a segy file.
path = fetch("conoco_segy_1.sgy")

segy_patch = dc.spool(path)[0]

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.