sofarocean / spotter-sd-parser

Open source tool for concatenating and parsing SD card data from Spotters
Apache License 2.0
9 stars 5 forks source link

Bugfix for 1 line SPC files #23

Closed pieterbartsmit closed 7 months ago

pieterbartsmit commented 7 months ago

If there is only 1 line in a spc file, we need to add a dimension to the loaded data as numpy returns a 1D array in this case.