io

module of dascore source

Modules for reading and writing fiber data.

Functions

Name Description
read Read a fiber file.
scan Scan a potential patch source, return a list of PatchAttrs.
scan_to_df Scan a path, return a dataframe of contents.
write Write a Patch or Spool to disk.

Classes

Name Description
FiberIO An interface which adds support for a given filer format.
PatchFileSummary The necessary attributes for indexing a fiber file.
PatchIO A namespace for class methods.

Modules

Name Description
core Base functionality for reading, writing, determining file formats, and scanning
dasdae Support for the DASDAE format.
tdms Module for reading and writing TDMS fiber data recorded by Silixa.
wav Module for writing wave files to disk.
terra15 Module for reading and writing data recorded by Terra15 DAS interrogators.
indexer An HDF5-based indexer for local file systems.
pickle A module for reading and writing pickle format.
h5simple Support for generic H5 files.
plugin A module for handling dascore’ plugins.
prodml Support for prodML format.