Skip to content

Commit 23a74ba

Browse files
committed
Update docstring for template
1 parent d90869b commit 23a74ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdio/builder/templates/seismic_3d_prestack_coca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class Seismic3DPreStackCocaTemplate(AbstractDatasetTemplate):
13-
"""Seismic Shot pre-stack 3D time or depth Dataset template."""
13+
"""Seismic CoCA (common offset, common azimuth) pre-stack 3D Dataset template."""
1414

1515
def __init__(self, data_domain: SeismicDataDomain):
1616
super().__init__(data_domain=data_domain)

0 commit comments

Comments
 (0)