flow: update process_id, lens management and pixel size calibration

This commit is contained in:
Romain Bazile 2021-10-27 16:34:09 +02:00
parent 927c3717ec
commit 1f83df1b6c
3 changed files with 329 additions and 178 deletions

View file

@ -11,7 +11,6 @@
"acq_minimum_mesh": 10,
"acq_maximum_mesh": 200,
"acq_volume": 1,
"acq_fnumber_objective": 16,
"object_depth_min": 1,
"object_depth_max": 2,
"process_id": 1,

File diff suppressed because one or more lines are too long

View file

@ -9,5 +9,6 @@
"wb_red_gain": 2,
"wb_blue_gain": 1.41,
"analog_gain": 1.0,
"digital_gain": 1.0
"digital_gain": 1.0,
"acq_fnumber_objective": 16
}