todo
来自「这是用matlab对segy数据进行处理」· 代码 · 共 18 行
TXT
18 行
TODO LIST
ReadSegy
* Honour FixedTraceLength in SegyHeader.
* When both 'trange' and 'minmax' header value are selected, then the
time series returned is wrong....
* EBCDIC Headers cannot currently be read, only ASCII
* TraceHeaderInfo return wrong time axis ....
* ReadSegyFast : only big endian style for now. Looks similar to ReadSegy.
Maybe it should be integrated in ReadSegy
Maybe a ReadSegyBlock should be implemented, that
simple reads all the data in the file in one fread statements and then
uses reshape without the header values. This should be very fast.
* ReadSegy : Adjust SegyHeader when reading inly a part of a SEGY file !!
* wiggle : make it stable.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?