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

bt_vel not in dat.props[rotate_vars] for RDI with bottom tracking #54

Closed mcfogarty closed 5 years ago

mcfogarty commented 5 years ago

dat = dolfyn.read(fname_rdi + '.000', keep_orient_raw=True)

yields dat.props['rotate_vars'] = {'vel'}

despite rdi.py having def load_data(self, nens=None): . . . if 'bt_vel' in dat: dat['props']['rotate_vars'].update({'bt_vel', })

And dat object does have bt_vel after being read in.

lkilcher commented 5 years ago

Resolved by #50.