32 #ifndef HEALPIX_DATA_IO_H 33 #define HEALPIX_DATA_IO_H 39 template<
typename T>
class arr;
46 std::vector<double> read_fullweights_from_fits(
const std::string &weightfile,
49 void read_weight_ring (
const std::string &dir,
int nside, arr<double> &weight);
51 void get_ring_weights (paramfile ¶ms,
int nside, arr<double> &weight);
53 void read_pixwin (
const std::string &file, arr<double> &temp);
54 void read_pixwin (
const std::string &file, arr<double> &temp, arr<double> &pol);
56 void get_pixwin (paramfile ¶ms,
int lmax, arr<double> &pixwin);
57 void get_pixwin (paramfile ¶ms,
int lmax, arr<double> &pixwin,
58 arr<double> &pixwin_pol);