rsf

module of dascore.io source

RSF format support module.

Note
  • output has been tested on Madagascar version 3.1-git

Examples

import dascore as dc

# get the path to a random DAS file.
patch = dc.get_example_patch()
patch.io.write("test_out.rsf","rsf",data_path="test_out.rsf")
'test_out.rsf'

Classes

Name Description
RSFV1 An IO class supporting the RSF format of MADAGASCAR.

Modules

Name Description
core IO module for reading and writing RSF file format support of MADAGASCAR.