.. _deepdive_page: DeepDive Class -------------- The Dive class is used to encapsulate all the attriubtes of a dive from a non-surfacing animal and the data needed to reconstruct a plot of the dive. The ``at_depth_threshold`` defaults t0 ``0.15`` which means anything below ``85%`` of the relative depth of the dive is considered to be at depth. .. currentmodule:: divebomb.DeepDive .. autoclass:: DeepDive.DeepDive :members: :undoc-members: :private-members: