You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In segyio, the buf is ALWAYS big endian regardless of the segy bytorder. Thus, def header_scan_worker() will result in incorrect header values for the snippet below from src/mdio/segy/_workers.py:
In segyio, the
buf
is ALWAYS big endian regardless of the segy bytorder. Thus,def header_scan_worker()
will result in incorrect header values for the snippet below fromsrc/mdio/segy/_workers.py
:An issue was raised with segyio issues #559. Confirmed in discussion on Slack.
Example of behavior can be found at anthonytorlucci/segyio_header_buf.
The text was updated successfully, but these errors were encountered: