Skip to content

brahmap.core.GLSResult

Source code in brahmap/core/GLS.py
@dataclass
class GLSResult:
    solver_type: SolverType
    npix: int
    new_npix: int
    GLS_maps: np.ndarray
    hit_map: np.ndarray
    convergence_status: bool
    num_iterations: int
    GLSParameters: GLSParameters