Converted all configs to JSON
This commit is contained in:
parent
94a8774ceb
commit
b81cfaf9e7
13 changed files with 175 additions and 218 deletions
14
openflexure_microscope/microscope_settings.default.json
Normal file
14
openflexure_microscope/microscope_settings.default.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"fov": [
|
||||
4100,
|
||||
3146
|
||||
],
|
||||
"jpeg_quality": 75,
|
||||
"camera_settings": "~/.openflexure/camera_settings.json",
|
||||
"stage_settings": "~/.openflexure/stage_settings.json",
|
||||
"plugins": [
|
||||
"openflexure_microscope.plugins.default.autofocus:AutofocusPlugin",
|
||||
"openflexure_microscope.plugins.default.scan:ScanPlugin",
|
||||
"openflexure_microscope.plugins.default.camera_calibration:Plugin"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue