<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.posc.org/schemas/stylesheet/displayEnumList.xsl"?>

<!--
This file is distributed under the POSC Product License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC Product License Agreement.
-->

<EnumeratedList>

  <Name>Survey Calculation Method</Name>
  <TypeName>survCalcMethType</TypeName>
  <ExtendTypeName>extSurvCalcMethType</ExtendTypeName>
  <NamingSystem>UKOOA</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>tangential</Name>
    <Description>Uses only the inclination and direction angles measured at the lower end of the course length. The borehole path is assumed to be tangent to these angles through the course.</Description>
  </Value>

  <Value>
    <Name>balanced tangential</Name>
    <Description>Uses the inclination and direction angles at the top and bottom of the course length in a manner so as to tangentially balance the two sets of measured angles over the course length. Results obtained are the same as the acceleration, trapezoidal, and vector averaging methods.</Description>
  </Value>

  <Value>
    <Name>average angle</Name>
    <Description>Uses the angles measured at both the top and bottom of the course length in such a fashion that the average of the two sets of measured angles is the assumed inclination and direction. The borehole survey is then calculated tangentially using these averaged angles over the course length.</Description>
  </Value>

  <Value>
    <Name>radius of curvature</Name>
    <Description>Uses the sets of angles measured at the top and bottom of the course length to generate a space curve (representing the borehole path) that has the shape of a spherical arc passing through the measured angles at both the upper and lower ends of the measured course.</Description>
  </Value>

  <Value>
    <Name>minimum curvature</Name>
    <Description>Uses the sets of angles measured at the top and bottom of the course length to establish coordinate velocities through which a space curve (which represents the calculated path of the borehole) passes in a manner that minimizes its total curvature.</Description>
  </Value>

  <Value>
    <Name>circular arc</Name>
    <Description>Uses both sets of measured angles associated with each course length to recreate the borehole path as a sequence of small circular arcs constrained by the measured angles to pass through the end points with inclination and direction angles as measured.</Description>
  </Value>

  <Value>
    <Name>Simpsons rule</Name>
    <Description>Uses as many measured angle values as are available (a minimum of three sets) to recreate the borehole path through Simpsons Rule for numeric integration, which approximates by passing a parabola through three points.</Description>
  </Value>

</EnumeratedList>
