equinor / segyio

Fast Python library for SEGY files.
Other
484 stars 216 forks source link

Fix header assignment in pre-stack files #396

Closed jokva closed 5 years ago

jokva commented 5 years ago

Assigning to headers for slices of lines or offsets were broken, courtesy of the iterability check being inside the wrong block.

Move the block to the right scope, and add tests for the syntax.