Skip to content

Commit a8b9fd7

Browse files
committed
Update default template registry docs
1 parent 9cad6df commit a8b9fd7

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

docs/template_registry.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,24 @@ The `TemplateRegistry` implements the singleton pattern to ensure there's only o
1616
- **Deep Copy on Retrieval**: Each `get()` call returns an independent copy that can be modified without side effects
1717
- **Pickleable & Deepcopyable**: Retrieved templates are fully pickleable and deepcopyable
1818
- **Default Templates**: The registry is instantiated with the default set of templates:
19-
- PostStack2DTime
20-
- PostStack3DTime
21-
- PreStackCdpGathers3DTime
22-
- PreStackShotGathers3DTime
23-
- PostStack2DDepth
24-
- PostStack3DDepth
25-
- PreStackCdpGathers3DDepth
26-
- PreStackShotGathers3DDepth
19+
- **Time Domain Templates**:
20+
- PostStack2DTime
21+
- PostStack3DTime
22+
- PreStackCdpOffsetGathers2DTime
23+
- PreStackCdpAngleGathers2DTime
24+
- PreStackCdpOffsetGathers3DTime
25+
- PreStackCdpAngleGathers3DTime
26+
- PreStackCocaGathers3DTime
27+
- PreStackShotGathers2DTime
28+
- PreStackShotGathers3DTime
29+
- **Depth Domain Templates**:
30+
- PostStack2DDepth
31+
- PostStack3DDepth
32+
- PreStackCdpOffsetGathers2DDepth
33+
- PreStackCdpAngleGathers2DDepth
34+
- PreStackCdpOffsetGathers3DDepth
35+
- PreStackCdpAngleGathers3DDepth
36+
- PreStackCocaGathers3DDepth
2737

2838
## Usage
2939

0 commit comments

Comments
 (0)