API / geotoolkit / seismic / data / snap / HighWindowMinimumPicking / HighWindowMinimumPicking
snap.HighWindowMinimumPicking.HighWindowMinimumPicking
Defines high window minimum picking strategy
↳
HighWindowMinimumPicking
Constructors
Constructors
• new HighWindowMinimumPicking(options?)
Creates strategy
| Name | Type | Description |
|---|---|---|
Optional options | Options | options object |
SnapPickingStrategy.constructor
Methods
▸ getClassName(): string
string
SnapPickingStrategy.getClassName
▸ getName(): string
Returns name of the strategy
string
▸ pickSample(trace, index): number
Pick a sample in the trace
| Name | Type | Description |
|---|---|---|
trace | Trace | seismic trace |
index | number | of the sample |
number
Number.NaN
SnapPickingStrategy.pickSample
▸ setName(name): HighWindowMinimumPicking
Sets strategy name
| Name | Type | Description |
|---|---|---|
name | string | strategy name |
this
▸ Static getClassName(): string
string