API / geotoolkit3d / util / well / Deviation / Deviation
Type Aliases
Ƭ ComputeCallback: (input: InputValues, output: ComputedResult, tolerance?: number) => void
▸ (input, output, tolerance?): void
| Name | Type |
|---|---|
input | InputValues |
output | ComputedResult |
Optional tolerance | number |
void
Ƭ ComputeOptions: Object
The method options used for computing the deviation
| Name | Type | Description |
|---|---|---|
mode? | ComputeCallback | The method to use to compute the deviation values |
tolerance? | number | Epsilon used to determine if a segment is a straight line |
Ƭ ComputedResult: Object
| Name | Type |
|---|---|
tvd | number[] |
x | number[] |
y | number[] |
Ƭ InitialPoint: Object
Initial deviation point, will not be used as an input for the method but as the starting point.
| Name | Type | Description |
|---|---|---|
tvd? | number | Initial deviation tvd value |
x? | number | Initial deviation x value |
y? | number | Initial deviation y value |
Ƭ InputValues: Object
The input values
| Name | Type | Description |
|---|---|---|
azimuth | number[] | The azimuth values in degrees |
inclination | number[] | The inclination values in degrees |
md | number[] | The measured depth values |