![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The namespace of the angular power spectrum More...
Classes | |
class | PowerSpectrum_angular |
The class PowerSpectrum_angular. More... | |
Enumerations | |
enum class | AngularEstimator { _Fast_ , _SphericalArmonic_ } |
the angular two-point correlation estimator type More... | |
Functions | |
void | read_mixing_matrix (const std::string dir, const std::string file, std::vector< double > &ll, std::vector< std::vector< double >> &matrix) |
read mixing matrix from file More... | |
The namespace of the angular power spectrum
The measure::twopt namespace contains all the functions and classes to measure the angular power spectrum
|
strong |
the angular two-point correlation estimator type
Enumerator | |
---|---|
_Fast_ | the fast estimator |
_SphericalArmonic_ | the spherical armonic estimator |
Definition at line 70 of file PowerSpectrum_Angular.h.
void cbl::measure::angularpk::read_mixing_matrix | ( | const std::string | dir, |
const std::string | file, | ||
std::vector< double > & | ll, | ||
std::vector< std::vector< double >> & | matrix | ||
) |
read mixing matrix from file
dir | input directory |
file | input file |
ll | vector of multipoles |
matrix | mixing_matrix |
Definition at line 366 of file AngularPowerSpectrum.cpp.