From 3ba1af24fd07fc6256fb918a4e52466236f7d5dc Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Wed, 26 Mar 2025 18:14:06 +0100 Subject: [PATCH] Add initial v3.0 software config Aside from the new acq_instrument "PlanktoScope v3.0" this is a copy paste from v2.6.config.json --- .../default-configs/v3.0.config.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 software/node-red-dashboard/default-configs/v3.0.config.json diff --git a/software/node-red-dashboard/default-configs/v3.0.config.json b/software/node-red-dashboard/default-configs/v3.0.config.json new file mode 100644 index 000000000..26475e08d --- /dev/null +++ b/software/node-red-dashboard/default-configs/v3.0.config.json @@ -0,0 +1,20 @@ +{ + "sample_project": "Project's name", + "sample_id": 1, + "sample_ship": "Vessel name", + "sample_operator": "Operator's name", + "sample_sampling_gear": "net", + "sample_gear_net_opening": 40, + "acq_id": 1, + "acq_instrument": "PlanktoScope v3.0", + "acq_celltype": 300, + "acq_minimum_mesh": 10, + "acq_maximum_mesh": 200, + "acq_volume": 1, + "object_depth_min": 1, + "object_depth_max": 2, + "process_id": 1, + "nb_frame": 100, + "sleep_before": 0.5, + "imaging_pump_volume": 0.01 +}