Skip to content

supported_transforms

Transforms supported by CAREamics.

SupportedTransform #

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"
    N2V_MANIPULATE = "N2VManipulate"
    NORMALIZE = "Normalize"