flow: various bugfixes and updates, addition of speed through water

This commit is contained in:
Romain Bazile 2021-09-06 18:56:05 +02:00
parent b9e73bb56b
commit c120a0177c
2 changed files with 261 additions and 230 deletions

View file

@ -6,13 +6,16 @@
"sample_sampling_gear": "net",
"sample_gear_net_opening": 40,
"acq_id": 1,
"acq_instrument": "PlanktoScope v2.2",
"acq_instrument": "PlanktoScope v2.3",
"acq_celltype": 200,
"acq_minimum_mesh": 10,
"acq_maximum_mesh": 200,
"acq_volume": 1,
"acq_fnumber_objective": 16,
"object_depth_min": 0,
"object_depth_max": 1,
"process_id": 1
"object_depth_min": 1,
"object_depth_max": 2,
"process_id": 1,
"nb_frame": 100,
"sleep_before": 0.5,
"imaging_pump_volume": 0.01
}

File diff suppressed because one or more lines are too long