MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / SpaceKeys

Class SpaceKeys

monai/utils/enums.py:530–537  ·  view source on GitHub ↗

The coordinate system keys, for example, Nifti1 uses Right-Anterior-Superior or "RAS", DICOM (0020,0032) uses Left-Posterior-Superior or "LPS". This type does not distinguish spatial 1/2/3D.

Source from the content-addressed store, hash-verified

528
529
530class SpaceKeys(StrEnum):
531 """
532 The coordinate system keys, for example, Nifti1 uses Right-Anterior-Superior or "RAS",
533 DICOM (0020,0032) uses Left-Posterior-Superior or "LPS". This type does not distinguish spatial 1/2/3D.
534 """
535
536 RAS = "RAS"
537 LPS = "LPS"
538
539
540class MetaKeys(StrEnum):

Callers 2

__call__Method · 0.90
inverseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…