Skip to content

Commit

Permalink
Correct mapping for LineNumber in SEGYIO_BIN_FIELD_MAP (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
  • Loading branch information
tasansal and Altay Sansal committed Jun 20, 2024
1 parent 06378b6 commit ec0ce02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segy/alias/segyio.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# fmt: off
SEGYIO_BIN_FIELD_MAP = {
"JobID": binary.Rev0.JOB_ID,
"LineNumber": binary.Rev0.JOB_ID,
"LineNumber": binary.Rev0.LINE_NUM,
"ReelNumber": binary.Rev0.REEL_NUM,
"Traces": binary.Rev0.DATA_TRACES_PER_ENSEMBLE,
"AuxTraces": binary.Rev0.AUX_TRACES_PER_ENSEMBLE,
Expand Down

0 comments on commit ec0ce02

Please sign in to comment.