alm_fitsio.h File Reference

#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)


Detailed Description

FITS I/O for spherical harmonic coefficients

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

Author:
Martin Reinecke

Definition in file alm_fitsio.h.


Generated on Thu Oct 8 14:48:52 2015 for Healpix C++