Integrated CSMExtension

This commit is contained in:
Joel Collins 2020-12-04 16:05:39 +00:00
parent 7ba3f447e1
commit 920354537a
2 changed files with 337 additions and 2 deletions

View file

@ -44,6 +44,6 @@ with handle_extension_error("lens shading calibration"):
LABTHINGS_EXTENSIONS.append(LSTExtension)
with handle_extension_error("camera stage mapping"):
from camera_stage_mapping.ofm_extension import csm_extension
from .camera_stage_mapping import CSMExtension
LABTHINGS_EXTENSIONS.append(csm_extension)
LABTHINGS_EXTENSIONS.append(CSMExtension)