#ifndef ANAGEN_H_SEEN #define ANAGEN_H_SEEN #include #include #include "tvector.h" #include "sphericalmap.h" void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap& map, vector< vector< complex > >& alm, double cos_theta_cut); void comp_phas2gen(int nsmax,int nlmax,int nmmax, Vector datain, int nph,vector< complex >& dataout,double phi0); #endif