OSOceanAcoustics / echopype

Enabling interoperability and scalability in ocean sonar data analysis
https://echopype.readthedocs.io/
Apache License 2.0
94 stars 73 forks source link

impedance int > float #1018

Closed rolandproud closed 1 year ago

rolandproud commented 1 year ago

Hi, impedance is not always an integer. I suggest changing to a float e.g. line 854 in ek_raw_parsers.py. I have some EK80 files where impedance varies and is a float.

leewujung commented 1 year ago

@rolandproud : Great, thanks for pointing this out! We can put this in no problem!

leewujung commented 1 year ago

This is addressed in #1019.