Skip to content

Commit 881bd35

Browse files
authored
fix cdp-x/y byte loc (TGSAI#591)
1 parent 59e995a commit 881bd35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_segy_import_export_masked.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ def mock_nd_segy(path: str, grid_conf: GridConfig, segy_factory_conf: SegyFactor
165165
HeaderField(name="src_y", byte=77, format="int32"),
166166
HeaderField(name="rec_x", byte=81, format="int32"),
167167
HeaderField(name="rec_y", byte=85, format="int32"),
168-
HeaderField(name="cdp_x", byte=115, format="int32"),
169-
HeaderField(name="cdp_y", byte=117, format="int32"),
168+
HeaderField(name="cdp_x", byte=181, format="int32"),
169+
HeaderField(name="cdp_y", byte=185, format="int32"),
170170
]
171171
)
172172

0 commit comments

Comments
 (0)