Skip to content

Commit

Permalink
make shot example param. shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Mar 4, 2023
1 parent 72895b5 commit f7fcff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mdio/converters/segy.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@ def segy_to_mdio(
... index_lengths=(4, None, 4),
... index_names=("shot", "cable", "channel"),
... chunksize=(8, 2, 128, 1024),
... grid_overrides={"ChannelWrap": True, "ChannelsPerCable": 800, "CalculateCable": True},
... grid_overrides={
... "ChannelWrap": True, "ChannelsPerCable": 800,
... "CalculateCable": True
... },
... )
If we do have cable numbers in the headers, but channels are still
Expand Down

0 comments on commit f7fcff4

Please sign in to comment.