Skip to content

Commit

Permalink
add 'gun' coordinaets to shot data
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed May 21, 2024
1 parent bf5e3c8 commit fd2fc42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mdio/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ class Seismic2DStreamerShotSchema(AbstractSeismicSchema):
_dim_names = ["shot_point", "channel", _trace_domain]
_chunks = [1, 128, 4096]
_coords = {
"gun": ("uint8", None, _dim_names[:-3]),
"shot-x": ("float64", {"length": "m"}, _dim_names[:-2]),
"shot-y": ("float64", {"length": "m"}, _dim_names[:-2]),
"receiver-x": ("float64", {"length": "m"}, _dim_names[:-1]),
Expand Down

0 comments on commit fd2fc42

Please sign in to comment.