-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @cmaier95, my apologies for missing this! The short answer your question is yes, DOLfYN does automatically handle both. The longer answer is that Nortek specifies a specific variable that flags whether the user needs to incorporate the flipped z-axis or not, which we save as "orientation_down" in DOLfYN. If this flag is set to true, we know it is a fixed stem ADV pointed downwards, and then we rotate 180 degrees about the x axis. For cabled ADVs, this flag is always set to False, and we let the saved instrument-to-earth rotation matrix handle the rest. |
Beta Was this translation helpful? Give feedback.

Hi @cmaier95, my apologies for missing this!
The short answer your question is yes, DOLfYN does automatically handle both.
The longer answer is that Nortek specifies a specific variable that flags whether the user needs to incorporate the flipped z-axis or not, which we save as "orientation_down" in DOLfYN. If this flag is set to true, we know it is a fixed stem ADV pointed downwards, and then we rotate 180 degrees about the x axis. For cabled ADVs, this flag is always set to False, and we let the saved instrument-to-earth rotation matrix handle the rest.