Answered by
jmcvey3
Jul 10, 2026
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. |
2 replies
Answer selected by
jmcvey3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.