Healpix C++  3.82
Classes | Functions
alm_fitsio.h File Reference
#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)
 

Detailed Description

FITS I/O for spherical harmonic coefficients

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

Author
Martin Reinecke

Definition in file alm_fitsio.h.


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