Skip to content

brahmap.core.SolverType

Bases: IntEnum

Map-making level: I, QU, or IQU

Source code in brahmap/core/process_time_samples.py
class SolverType(IntEnum):
    """Map-making level: I, QU, or IQU"""

    I = 1  # noqa: E741
    QU = 2
    IQU = 3