mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add support for importing O2 sensors from CSV file
This adds support for importing individual O2 sensors from a CSV file, e.g. an APD log viewer file. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1f0c9eec96
commit
f04b3bc166
5 changed files with 86 additions and 22 deletions
|
|
@ -102,6 +102,9 @@ private:
|
|||
int depth;
|
||||
int temperature;
|
||||
int po2;
|
||||
int sensor1;
|
||||
int sensor2;
|
||||
int sensor3;
|
||||
int cns;
|
||||
int ndl;
|
||||
int tts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue