save_scan

save_scan(path, scan, fs=None)

Serialize scan 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
scan SegyScan Object to serialize. required
fs filesystem-like object Filesystem providing open when writing to non-local storage. None
Back to top