33 #ifndef PLANCK_WEIGHT_UTILS_H 34 #define PLANCK_WEIGHT_UTILS_H 41 const std::vector<double> &wgt);
49 std::vector<double>
get_fullweights(
int nside,
int lmax,
double epsilon,
50 int itmax,
double &epsilon_out);
58 std::vector<double>
get_ringweights(
int nside,
int lmax,
double epsilon,
59 int itmax,
double &epsilon_out);
std::vector< double > get_ringweights(int nside, int lmax, double epsilon, int itmax, double &epsilon_out)
void apply_fullweights(Healpix_Map< T > &map, const std::vector< double > &wgt)
std::vector< double > get_fullweights(int nside, int lmax, double epsilon, int itmax, double &epsilon_out)