calc_order

HSTB.kluster.modules.sat.calc_order(depth)

This function takes an array of depths and returns Order 1 and Special Order values based on (b * depth). The “a” factor used in the IHO standards is omitted. This is because the depth invarient part of the uncertainty should be zero because the system is being evaluated against itself.

Parameters

depth (array) – numpy array, array of depth values

Returns

  • order1_min (min value according to IHO order 1)

  • order1_max (max value according to IHO order 1)

  • specialorder_min (min value according to IHO special order)

  • specialorder_max (max value according to IHO special order)