brahmap.core.SolverType¶ Bases: IntEnum Map-making level: I, QU, or IQU Source code in brahmap/core/process_time_samples.py 19 20 21 22 23 24class SolverType(IntEnum): """Map-making level: I, QU, or IQU""" I = 1 # noqa: E741 QU = 2 IQU = 3