source: Sophya/trunk/SophyaLib/Samba/ana2fast.h@ 508

Last change on this file since 508 was 483, checked in by ansari, 26 years ago

polarization versions of anafast and synfast. Not tested as thoroughly
as it probably should. - A. Kim

File size: 584 bytes
Line 
1#ifndef ANA2FAST_H_SEEN
2#define ANA2FAST_H_SEEN
3
4#include <complex>
5#include <vector>
6
7void map2a2lm(int nsmax,int nlmax,int nmmax,const vector<float>& mapq,
8 const vector<float>& mapu,
9 vector< vector< complex<double> > >& a2lmp,
10 vector< vector< complex<double> > >& a2lmm,
11 double cos_theta_cut);
12
13void comp_phas2_2(int nsmax,int nlmax,int nmmax,
14 const vector< complex<float> >& datain,
15 const vector< complex<float> >& datain2,
16 int start,int nph,vector< complex<double> >& dataout,
17 vector< complex<double> >& dataout2, int kphi0);
18#endif
Note: See TracBrowser for help on using the repository browser.