Transforms supported by CAREamics.
Bases: str
, BaseEnum
Transforms officially supported by CAREamics.
Source code in src/careamics/config/support/supported_transforms.py
| class SupportedTransform(str, BaseEnum):
"""Transforms officially supported by CAREamics."""
XY_FLIP = "XYFlip"
XY_RANDOM_ROTATE90 = "XYRandomRotate90"
NORMALIZE = "Normalize"
N2V_MANIPULATE = "N2VManipulate"
|