Skip to content

Commit 7c39a49

Browse files
committed
Fix pre-commit
1 parent f713c29 commit 7c39a49

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/guides/grid_overrides.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ A warning is logged when component is synthesized:
6969

7070
Grid overrides validate their requirements and raise specific exceptions:
7171

72-
| Exception | Cause |
73-
| --------- | ----- |
74-
| `GridOverrideUnknownError` | Unknown override name passed |
75-
| `GridOverrideKeysError` | Required header fields missing |
76-
| `GridOverrideMissingParameterError` | Required parameters not provided |
77-
| `GridOverrideIncompatibleError` | Override incompatible with template |
72+
| Exception | Cause |
73+
| ----------------------------------- | ----------------------------------- |
74+
| `GridOverrideUnknownError` | Unknown override name passed |
75+
| `GridOverrideKeysError` | Required header fields missing |
76+
| `GridOverrideMissingParameterError` | Required parameters not provided |
77+
| `GridOverrideIncompatibleError` | Override incompatible with template |
7878

7979
**Example error message:**
8080

docs/guides/obn_data_import.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This guide covers the `ObnReceiverGathers3D` template for importing Ocean Bottom
66

77
The `ObnReceiverGathers3D` template organizes data with the following dimensions:
88

9-
| Dimension | Description |
10-
| -------------- | ----------------------------------------------------------------------------------------- |
11-
| `component` | Sensor component (e.g., 1=X, 2=Y, 3=Z, 4=Hydrophone) |
12-
| `receiver` | Ocean bottom node receiver ID |
13-
| `shot_line` | Shot line identifier |
14-
| `gun` | Gun identifier for multi-gun sources |
9+
| Dimension | Description |
10+
| -------------- | ------------------------------------------------------------------------------------------ |
11+
| `component` | Sensor component (e.g., 1=X, 2=Y, 3=Z, 4=Hydrophone) |
12+
| `receiver` | Ocean bottom node receiver ID |
13+
| `shot_line` | Shot line identifier |
14+
| `gun` | Gun identifier for multi-gun sources |
1515
| `shot_index` | Calculated dense index for shots (see [Required Grid Overrides](#required-grid-overrides)) |
16-
| `time`/`depth` | Vertical sample axis |
16+
| `time`/`depth` | Vertical sample axis |
1717

1818
### Coordinates
1919

0 commit comments

Comments
 (0)