Healpix C++  3.82
Classes | Functions
alm_powspec_tools.h File Reference
#include "xcomplex.h"

Go to the source code of this file.

Classes

class  Alm< T >
 

Functions

template<typename T >
void create_alm (const PowSpec &powspec, Alm< xcomplex< T > > &alm, planck_rng &rng)
 
template<typename T >
void create_alm_pol (const PowSpec &powspec, Alm< xcomplex< T > > &almT, Alm< xcomplex< T > > &almG, Alm< xcomplex< T > > &almC, planck_rng &rng)
 
template<typename T >
void extract_powspec (const Alm< xcomplex< T > > &alm, PowSpec &powspec)
 
template<typename T >
void extract_crosspowspec (const Alm< xcomplex< T > > &alm1, const Alm< xcomplex< T > > &alm2, PowSpec &powspec)
 
template<typename T >
void extract_powspec (const Alm< xcomplex< T > > &almT, const Alm< xcomplex< T > > &almG, const Alm< xcomplex< T > > &almC, PowSpec &powspec)
 

Detailed Description

Copyright (C) 2003-2014 Max-Planck-Society

Author
Martin Reinecke

Definition in file alm_powspec_tools.h.


Generated on Thu Jul 28 2022 17:32:07 for Healpix C++