cosmotool/src/fourier/healpix.hpp

25 lines
569 B
C++
Raw Normal View History

#ifndef __COSMOTOOL_FOURIER_HEALPIX_HPP
#define __COSMOTOOL_FOURIER_HEALPIX_HPP
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <cmath>
#include <vector>
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <exception>
#include "base_types.hpp"
#include <sharp_lowlevel.h>
#include <sharp_geomhelpers.h>
#include <sharp_almhelpers.h>
#include <algorithm>
#include <functional>
#include "details/healpix_map.hpp"
#include "details/healpix_alms.hpp"
#include "details/healpix_transform.hpp"
#include "details/healpix_spectrum.hpp"
#endif