brahmap.lbsim.LBSimGLSParameters
¶
Bases: GLSParameters
A class to encapsulate the parameters used for GLS map-making with
litebird_sim
data
Parameters:
Name | Type | Description | Default |
---|---|---|---|
solver_type
|
SolverType
|
description |
IQU
|
use_iterative_solver
|
bool
|
description |
True
|
isolver_threshold
|
float
|
description |
1e-12
|
isolver_max_iterations
|
int
|
description |
100
|
callback_function
|
Callable
|
description |
None
|
return_processed_samples
|
bool
|
description |
False
|
return_hit_map
|
bool
|
description |
False
|
return_processed_samples
|
bool
|
description |
False
|
output_coordinate_system
|
CoordinateSystem
|
description |
Galactic
|