Integrated CSMExtension
This commit is contained in:
parent
7ba3f447e1
commit
920354537a
2 changed files with 337 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue