MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

Dolfyn Reading Online Singature Deploment Measurments #286

Closed browniea closed 3 months ago

browniea commented 5 months ago

Using the Nortek "Signature Deployment" software the online measurement output (.AD2CP files) have errors being read by dolfyn.read

note: Using the same process but a deployment vs online measurement has worked with no issues so far.

jmcvey3 commented 4 months ago

Appears to be due to variable length file headers. One of the given files runs well.

jmcvey3 commented 4 months ago

Was able to fix one of the files so far in https://github.com/jmcvey3/MHKiT-Python/tree/online, the one ending in "0943". The file ending in "4835" also already runs successfully.

jmcvey3 commented 4 months ago

@browniea Found a way to skip past the header data. See if that works for you