#ifndef SYN2FAST_H_SEEN #define SYN2FAST_H_SEEN #include #include void a2lm2map(const int nsmax,const int nlmax,const int nmmax, const vector< vector< complex > >&alme, const vector< vector< complex > >&almb, vector& mapq, vector& mapu, vector< complex > b_northp, vector< complex > b_southp, vector< complex > bwp, vector< complex > b_northm, vector< complex > b_southm, vector< complex > bwm); void syn2_phas(const int nsmax,const int nlmax,const int nmmax, const vector< complex >& datain, int nph,vector< complex >& dataout, const int start, int kphi0, vector< complex >& bw); void create_a2lm(const int nsmax,const int nlmax,const int nmmax, vector< vector< complex > >& a2lme, vector< vector< complex > >& a2lmb, vector& cls_e, vector& cls_b, int& iseed,const float fwhm, vector lread); #endif