#ifndef ANA2FAST_H_SEEN #define ANA2FAST_H_SEEN #include #include void map2a2lm(int nsmax,int nlmax,int nmmax,const vector& mapq, const vector& mapu, vector< vector< complex > >& a2lmp, vector< vector< complex > >& a2lmm, double cos_theta_cut); void comp_phas2_2(int nsmax,int nlmax,int nmmax, const vector< complex >& datain, const vector< complex >& datain2, int start,int nph,vector< complex >& dataout, vector< complex >& dataout2, int kphi0); #endif