config.json: add meaninful default

This commit is contained in:
Romain Bazile 2020-10-19 10:14:45 +02:00
parent 65e53adaeb
commit 879621da11

View file

@ -4,19 +4,19 @@
"generic_path": "/home/pi/",
"generic_nb_frame": 10,
"generic_sleep_during": 5,
"sample_project": "Imoca Mini Transat 1",
"sample_id": 147,
"sample_ship": "Initiaves Coeur",
"sample_operator": "Samantha Davis",
"sample_project": "Project's name",
"sample_id": 1,
"sample_ship": "Vessel name",
"sample_operator": "Operator's name",
"sample_sampling_gear": "pass_hull",
"acq_id": 147,
"acq_id": 1,
"acq_instrument": "PlanktonScope",
"acq_celltype": 200,
"acq_minimum_mesh": 10,
"acq_maximum_mesh": 200,
"acq_min_esd": 20,
"acq_max_esd": 200,
"acq_volume": 24,
"acq_volume": 1,
"acq_magnification": 0.94,
"acq_fnumber_objective": 16,
"acq_camera_name": "Pi Camera V2.1 - 8MP",
@ -25,5 +25,5 @@
"object_depth_min": 0,
"object_depth_max": 1,
"process_pixel": 1.19,
"process_id": 146
"process_id": 1
}