planktoscope/config.json

20 lines
525 B
JSON
Raw Normal View History

2020-01-31 09:26:18 +01:00
{
2020-10-19 10:14:45 +02:00
"sample_project": "Project's name",
"sample_id": 1,
"sample_ship": "Vessel name",
"sample_operator": "Operator's name",
2020-11-27 11:31:54 +01:00
"sample_sampling_gear": "net",
2020-12-05 00:20:44 +01:00
"sample_gear_net_opening": 40,
2020-10-19 10:14:45 +02:00
"acq_id": 1,
"acq_instrument": "PlanktoScope v2.3",
2020-01-31 09:26:18 +01:00
"acq_celltype": 200,
"acq_minimum_mesh": 10,
"acq_maximum_mesh": 200,
2020-10-19 10:14:45 +02:00
"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
}