lkilcher / dolfyn

A library for oceanographic doppler instruments such as Acoustic Doppler Profilers (ADPs, ADCPs) and Acoustic Doppler Velocimeters (ADVs).
BSD 3-Clause "New" or "Revised" License
42 stars 25 forks source link

fix heading definition #46

Closed mcfogarty closed 5 years ago

mcfogarty commented 5 years ago

Be sure to update the documentation to give better definitions of pitch, roll, and heading. Heading should be direction of x axis relative to north, positive clockwise. Pitch is positive when z is up and x pitches up. Roll follows right hand rule.

mcfogarty commented 5 years ago

Output for heading is currently -180 to +180. Suggest changing it to 0-360 and making this consistent throughout DOLfYN.

mcfogarty commented 5 years ago

Re: previous comment, I edited the function to provide heading in range 0-360

lkilcher commented 5 years ago

Closing this in favor of #50.