Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

alm_fitsio.h File Reference

#include <string>
#include "xcomplex.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, int datatype)
template<typename T>
void write_compressed_Alm_to_fits (fitshandle &out, const Alm< xcomplex< T > > &alms, int lmax, int mmax, int datatype)


Detailed Description

FITS I/O for spherical harmonic coefficients

Copyright (C) 2003, 2004, 2005 Max-Planck-Society

Author:
Martin Reinecke

Definition in file alm_fitsio.h.


Generated on Fri Jul 8 09:37:15 2005 for Healpix C++