Needlets¶
In MTNeedlet, needlets are defined by their filtering function \(b ({\ell\over {B^j}})\). This is represented by a np.ndarray of dimension 1, with the values of the function for each \(\ell\), starting by \(\ell=0\).
There are three types of functions regarding needlets:
Functions to create needlets from their \(B\) and \(j\) parameters.
Functions to filter a spherical map.
Functions to visualize and compare different needlets.
Needlet creation¶
|
Return the needlet filter b(l) for a standard needlet with parameters |
|
Return the needlet filter b(l) for a Mexican needlet with parameters |
Map filtering¶
|
Filter the map with an input needlet. |
|
Filter the map (given by its alm) with an input needlet. |
Needlet visualization¶
|
Plot the needlet filter b(l) in multipole space. |
|
Plot the profile of the needlet in pixel space. |