SINTEF / pyopia

Python Ocean Particle Image Analysis
https://pyopia.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Move to more flexible image containers for SilCam #288

Open nepstad opened 2 months ago

nepstad commented 2 months ago

SilCam images are at present stored in NumPy binary files, and metadata (timestamp) is extracted from the file name itself. If we move to a more flexible container format we could have additional metadata stored with the images, and avoid the need for parsing file names and the restriction on file names this imposes.

Alternatives to investigate: