source: Sophya/trunk/SophyaLib/Samba/anagen.h@ 629

Last change on this file since 629 was 532, checked in by ansari, 26 years ago

Now supports template SphericalMaps

File size: 420 bytes
RevLine 
[468]1#ifndef ANAGEN_H_SEEN
2#define ANAGEN_H_SEEN
3
4#include <complex>
5#include <vector>
[514]6#include "tvector.h"
[468]7#include "sphericalmap.h"
8
[532]9void map2almgen(int nsmax,int nlmax,int nmmax,const SphericalMap<double>& map,
[468]10 vector< vector< complex<double> > >& alm, double cos_theta_cut);
11
[514]12void comp_phas2gen(int nsmax,int nlmax,int nmmax, Vector datain,
[468]13 int nph,vector< complex<double> >& dataout,double phi0);
14
15#endif
Note: See TracBrowser for help on using the repository browser.