We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb0efe commit 4500bfaCopy full SHA for 4500bfa
src/mdio/converters/segy.py
@@ -457,7 +457,7 @@ def segy_to_mdio( # noqa: PLR0913, PLR0915
457
# Build a ChunkIterator over the live_mask (no sample axis)
458
from mdio.core.indexing import ChunkIterator
459
460
- chunker = ChunkIterator(live_mask_array, chunk_samples=False)
+ chunker = ChunkIterator(live_mask_array, chunk_samples=True)
461
for chunk_indices in chunker:
462
# chunk_indices is a tuple of N–1 slice objects
463
trace_ids = grid.get_traces_for_chunk(chunk_indices)
0 commit comments