brahmap.core.GLSResult¶ Source code in brahmap/core/GLS.py 33 34 35 36 37 38 39 40 41 42@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