segy_write

segy_write(path, block, fs=None)

Convenience wrapper to write block to path.

Parameters

Name Type Description Default
path str Destination file path. When fs is provided the path is interpreted relative to that filesystem. required
block SeisBlock Dataset to write to disk. required
Back to top