sixty-north / segpy

A Python package for reading and writing SEG Y files.
Other
99 stars 54 forks source link

How to process the massive data? #93

Open shawnzhch opened 4 years ago

shawnzhch commented 4 years ago

ValueError: Assigned value 40967 for data_traces_per_ensemble attribute must be convertible to NNInt16: NNInt16 value 40967 outside range 0 to 32767

Is this error caused by the size of data? how to overcome it and get the right data?

shawnzhch commented 4 years ago

I had got answer from a previous problem which looks similar.

https://github.com/sixty-north/segpy/issues/87#issue-303809753