load_scan

load_scan(path, fs=None)

Load a :class:SegyScan previously saved with :func:save_scan.

Parameters

Name Type Description Default
path str File system path of the saved object. When fs is provided the path is interpreted relative to that filesystem. required
fs filesystem-like object Filesystem providing open when reading from non-local storage. None

Returns

Name Type Description
SegyScan Deserialized scan object.
Back to top