openflexure-microscope-server/openflexure_microscope/camera
Richard Bowman 1f558bbeb7 OpenAPI Validation Fixes
OpenAPI validation seems to have become stricter about checking for None defaults
in parameters that don't allow None. I have
modified two things as a result:

1. StageTypeProperty (used to pick between SangaStage and SangaDeltaStage)
now defaults to SangaStage (which is the
original behaviour anyway)
2. It is now allowed to pass x,y,z=None when making a move - this is the same as
not passing the respective argument, so the
function already correctly handled this case.
2023-03-22 08:58:04 +00:00
..
__init__.py Added support for a fully mocked device 2019-06-28 12:52:55 +01:00
base.py Explicitly specify encoding 2022-08-09 07:16:44 +01:00
mock.py Reduced logging level of some mock camera notices 2020-12-04 15:09:45 +00:00
pi.py OpenAPI Validation Fixes 2023-03-22 08:58:04 +00:00
set_picamera_gain.py Static type analysis 2020-11-30 13:36:45 +00:00