Fixed naming of default config placeholder
This commit is contained in:
parent
9fc4dfc628
commit
b0e724a706
1 changed files with 0 additions and 0 deletions
14
openflexure_microscope/microscope_settings.default.yaml
Normal file
14
openflexure_microscope/microscope_settings.default.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Field of view, in stage steps
|
||||
fov: [4100, 3146]
|
||||
|
||||
# Capture quality
|
||||
jpeg_quality: 75
|
||||
|
||||
# Parameters specific to PiCamera objects
|
||||
picamera_settings: ~/.openflexure/picamera_settings.yaml
|
||||
|
||||
# Default plugins
|
||||
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