sbm.Convolver#
- class sbm.Convolver(alm: ndarray, nside: int, spin_k: float, use_hwp=False)[source]#
Convolver class for spin map convolution
- alm#
Spherical harmonic expansion coefficients for sky or beam.
- Type:
np.ndarray
- Needs to be in the :math:`E` and :math:`B` convention of HEALPix.
- nside#
Nside of the input and output map.
- Type:
int
- spin_k#
List of spin moments of the crossing angle.
- Type:
float
- use_hwp#
Whether the observation uses HWP or not.
- Type:
bool
Methods