Skip to content

Commit 2fab688

Browse files
authored
Merge pull request #118 from TGSAI/doc/fix_cli_chunks
Fix CLI documentation typos and improve clarity on chunking shot data.
2 parents 261d28a + 22fcadd commit 2fab688

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/mdio/commands/segy.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,12 @@ def segy_import(
254254
255255
\b
256256
3D Seismic Shot Data (Byte Locations Vary):
257-
Let's assume streamer number is at byte 213 as 2-bytes
257+
Let's assume streamer number is at byte 213 as
258+
a 2-byte integer field.
258259
Chunks: 8 shots x 2 cables x 256 channels x 512 samples
259260
--header-locations 9,213,13
260261
--header-names shot,cable,chan
261-
--header-lengths 4,2,4,4
262+
--header-lengths 4,2,4
262263
--chunk-size 8,2,256,512
263264
"""
264265
mdio.segy_to_mdio(

0 commit comments

Comments
 (0)