brahmap.core.GLSResult¶
A data class storing the output results of the Generalized Least Squares (GLS) map-making algorithm.
Attributes:
| Name | Type | Description |
|---|---|---|
solver_type |
SolverType
|
The map-making solver configuration (e.g. \(I\), \(QU\), \(IQU\)) |
npix |
int
|
The number of pixels in the sky map |
new_npix |
int
|
The number of valid pixels actually observed and processed |
GLS_maps |
NDArray[number]
|
The final Generalized Least Squares (GLS) estimated sky maps |
hit_map |
NDArray[number] | None
|
The array representing the total number of hits per pixel |
convergence_status |
bool
|
A boolean indicating whether the iterative solver successfully converged |
num_iterations |
int
|
The total number of iterations actually performed by the solver before stopping |
GLSParameters |
GLSParameters
|
The input parameters configuration used for the GLS map-making |