You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/grid_overrides.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,30 @@ Grid overrides are transformations applied during SEG-Y import that modify how t
10
10
11
11
When importing SEG-Y data, MDIO maps trace header fields to dataset dimensions. However, real-world seismic data often has complexities that require additional processing. Grid overrides address these issues by transforming header values before indexing.
12
12
13
+
## Configuring grid overrides
14
+
15
+
Grid overrides are passed to {func}`mdio.segy_to_mdio` via the `grid_overrides` argument as an
0 commit comments