stuliveshere / PySeis

Pure python seismic data processing
http://stuliveshere.github.io/PySeis
MIT License
68 stars 20 forks source link

segy io support #5

Closed stuliveshere closed 7 months ago

stuliveshere commented 7 years ago

have a command such as

data = segyRead(filename)

segyWrite(data)

data = read(infile, type, mode)
data = write(outfile, type, mode)

type is filetype, i.e. in ["su", "segy", "rsf", "bin", "npy", "npz"] mode is streaming mode, i.e. in ["trace", "gather", "volume"]

stuliveshere commented 7 months ago

changing the IO, closing due to age