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

Handle declination rotations in ADPs. #34

Closed lkilcher closed 5 years ago

lkilcher commented 5 years ago

We should automatically apply declination rotations for ADP data.

This will take some care because RDI data files have the config['magnetic_var_deg'] and config['xducer_misalign_deg'] variables that need to be handled somehow.

lkilcher commented 5 years ago

Resolved by #36.