NPIOcean / kval

Tools for analysis and processing of ocean data in Python.
MIT License
2 stars 0 forks source link

Parsing models for external instruments on CTD rosette in file.sbe.py to metadata #13

Open oyvfoss opened 3 months ago

oyvfoss commented 3 months ago

We are currently parsing the serial number of the instruments on the CTD rosette. Would be good to also parse the model of instrument (e.g. SBE43 or SBE63 oxygen sensor, similar for transmissometer/fluorometer/CDOM/etc).

Probably best to extract from the variable header. Should probably make specific cases for ox/fl/..

Changes to be made in the read_header function.