Merge branch 'master' into stage-calibration

This commit is contained in:
Richard Bowman 2020-04-10 15:16:25 +01:00
commit 70d4c7e950
23 changed files with 1285 additions and 138 deletions

View file

@ -24,7 +24,3 @@ with handle_extension_error("camera stage mapping"):
from .camera_stage_mapping import csm_extension
with handle_extension_error("lens shading calibration"):
from .picamera_autocalibrate import lst_extension_v2
#FIXME: this oughtn't stay in the production version...
with handle_extension_error("custom element example"):
from ..example_extensions.custom_element import customelement_extension_v2