calculate_dogleg_severity
Calculates dogleg severity (DLS) between two survey stations using measured depth, inclination, and azimuth. Supports feet or meters, outputting DLS in deg/100ft or deg/30m.
Instructions
Calculate dogleg severity between two survey stations.
Returns DLS in deg/100ft (or deg/30m for metric).
Args: md1: Measured depth at station 1. inc1: Inclination at station 1 (degrees). azi1: Azimuth at station 1 (degrees). md2: Measured depth at station 2. inc2: Inclination at station 2 (degrees). azi2: Azimuth at station 2 (degrees). course_length_unit: 'feet' or 'meters'. Default 'feet'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md1 | Yes | ||
| inc1 | Yes | ||
| azi1 | Yes | ||
| md2 | Yes | ||
| inc2 | Yes | ||
| azi2 | Yes | ||
| course_length_unit | No | feet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |