openflexure-microscope-server/openflexure_microscope
Richard Bowman bd5843cec7 Fixed camera's read_config method
read_config was only returning keys already present in the camera's config dictionary, which meant that if the camera settings were reset/deleted, it no longer read the settings from the picamera object.  I've changed it to use CONFIG_KEYS instead, which I believe is the correct behaviour.
2019-04-11 16:45:30 +01:00
..
api Fixed camera settings 2019-04-08 22:41:12 +01:00
camera Fixed camera's read_config method 2019-04-11 16:45:30 +01:00
plugins deleted old autofocus plugin 2019-04-08 22:40:50 +01:00
stage Allow serial exceptions to be raised 2019-03-21 17:48:34 +00:00
__init__.py Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00
config.py Replace missing configs with empty dictionary 2019-04-08 08:08:30 +01:00
exceptions.py Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00
lock.py Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00
microscope.py Fixed camera settings 2019-04-08 22:41:12 +01:00
microscoperc.default.yaml Restructured fast autofocus into main autofocus plugin 2019-04-08 15:09:36 +03:00
task.py Fixed kwargs RST bug 2019-03-19 16:59:43 +00:00
utilities.py axes_to_array defaults to converting to int 2019-02-12 11:27:42 +00:00