#include <string>#include "xcomplex.h"#include "datatypes.h"#include "fitshandle.h"Go to the source code of this file.
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> | |
| void | read_Alm_from_fits (const std::string &filename, Alm< xcomplex< T > > &alms, 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) |
Copyright (C) 2003-2010 Max-Planck-Society
Definition in file alm_fitsio.h.