Healpix C++
3.83
|
#include <string>
#include "xcomplex.h"
#include "datatypes.h"
#include "fitshandle.h"
Go to the source code of this file.
Classes | |
class | Alm< T > |
Functions | |
void | get_almsize (fitshandle &inp, int &lmax, int &mmax) |
void | get_almsize (const std::string &filename, int &lmax, int &mmax, int hdunum=2) |
void | get_almsize_pol (const std::string &filename, int &lmax, int &mmax) |
template<typename T > | |
void | read_Alm_from_fits (fitshandle &inp, Alm< xcomplex< T > > &alms, int lmax, int mmax) |
template<typename T > | |
Alm< xcomplex< T > > | read_Alm_from_fits (fitshandle &inp, int lmax, int mmax) |
template<typename T > | |
void | read_Alm_from_fits (const std::string &filename, Alm< xcomplex< T > > &alms, int lmax, int mmax, int hdunum=2) |
template<typename T > | |
Alm< xcomplex< T > > | read_Alm_from_fits (const std::string &filename, int lmax, int mmax, int hdunum=2) |
template<typename T > | |
void | write_Alm_to_fits (fitshandle &out, const Alm< xcomplex< T > > &alms, int lmax, int mmax, PDT datatype) |
template<typename T > | |
void | write_compressed_Alm_to_fits (fitshandle &out, const Alm< xcomplex< T > > &alms, int lmax, int mmax, PDT datatype) |
FITS I/O for spherical harmonic coefficients
Copyright (C) 2003-2017 Max-Planck-Society
Definition in file alm_fitsio.h.