Source code for mantidimaging.gui.dialogs.cor_inspection.types

# Copyright (C) 2022 ISIS Rutherford Appleton Laboratory UKRI
# SPDX - License - Identifier: GPL-3.0-or-later

from enum import Enum


[docs] class ImageType(Enum): LESS = 0 CURRENT = 1 MORE = 2