API / geotoolkit3d / util / well / Deviation / Deviation
This utility class contains functions to compute survey stations positions (North, East and TVD) from Inclination, Azimuth, MD.
See
Constructors
Methods
Methods
▸ Static computeDeviation(options, input, start?): ComputedResult
Computes trajectory deviation using specified method.
This function can use one of the built-in algorithms to compute x, y, tvd values from inclination, azimuth and measure depth.
The returned object contains the trajectory's deviation.
'x' stands for East, 'y' for North and 'tvd' the depth.
| Name | Type | Description |
|---|---|---|
options | ComputeOptions | The method options used for computing the deviation |
input | InputValues | The input values |
Optional start | InitialPoint | Initial deviation point, will not be used as an input for the method but as the starting point. |
The deviation values