CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
cbl::measure::angularpk Namespace Reference

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...
 

Detailed Description

The namespace of the angular power spectrum

The measure::twopt namespace contains all the functions and classes to measure the angular power spectrum

Enumeration Type Documentation

◆ AngularEstimator

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.

Function Documentation

◆ read_mixing_matrix()

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

Parameters
dirinput directory
fileinput file
llvector of multipoles
matrixmixing_matrix

Definition at line 366 of file AngularPowerSpectrum.cpp.