We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f558661 commit d04b829Copy full SHA for d04b829
src/mdio/builder/templates/seismic_prestack.py
@@ -6,16 +6,12 @@
6
7
8
class SeismicPreStackTemplate(AbstractDatasetTemplate):
9
- """
10
- Seismic pre-stack time Dataset template.
11
-
+ """Seismic pre-stack time Dataset template.
+
12
This should be used for both 2D and 3D datasets. Common-shot or common-channel datasets
13
14
Args:
15
domain: The domain of the dataset.
16
17
- Raises:
18
- ValueError: If the domain is not 'time' or 'depth'.
19
"""
20
21
def __init__(self, domain: str = "time"):
0 commit comments