File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments