sfregosi / agate

agate: Acoustic Glider Analysis Tools and Environment. MATLAB-based tools for working with passive acoustic underwater gliders.
https://sfregosi.github.io/agate/
GNU General Public License v3.0
2 stars 2 forks source link

Pull nested function `processWisprDetFile` out of `downloadBasestationFiles` #70

Closed sfregosi closed 2 months ago

sfregosi commented 3 months ago

This is nested in but would be useful to have on its own so we can process them without having to go through the whole download process (esp since that does not work...)

sfregosi commented 2 months ago

Created standalone function so could be added to new downloadBasestation1.m but it is not working - gunzip throws an error that these files aren't gzip files. Need to check in with @DMellinger on this. Maybe something in the WISPR software changed?

sfregosi commented 2 months ago

Standalone function put in place with 3bc3ae58ede3febfadec2ff2c0241981e9139784. Going to close this issue but open new one related to this function not working now.