We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30845f commit fdd5fdaCopy full SHA for fdd5fda
1 file changed
monai/deploy/operators/dicom_series_to_volume_operator.py
@@ -41,8 +41,8 @@ class DICOMSeriesToVolumeOperator(Operator):
41
42
# Use constants instead of enums in monai to avoid dependency at this level.
43
MONAI_UTIL_ENUMS_SPACEKEYS_LPS = "LPS"
44
- MONAI_TRANSFORMS_SPACIAL_METADATA_NAME = "space"
45
- METADATA_SPACE_LPS = {MONAI_TRANSFORMS_SPACIAL_METADATA_NAME: MONAI_UTIL_ENUMS_SPACEKEYS_LPS}
+ MONAI_TRANSFORMS_SPATIAL_METADATA_NAME = "space"
+ METADATA_SPACE_LPS = {MONAI_TRANSFORMS_SPATIAL_METADATA_NAME: MONAI_UTIL_ENUMS_SPACEKEYS_LPS}
46
47
def __init__(self, fragment: Fragment, *args, **kwargs):
48
"""Create an instance for a containing application object.
0 commit comments