#ifndef SYNGEN_H_SEEN #define SYNGEN_H_SEEN #include #include #include "tvector.h" #include "sphericalmap.h" void alm2mapgen(const int nsmax,const int nlmax,const int nmmax, const vector< vector< complex > >&alm, SphericalMap& map, vector< complex > b_north, vector< complex > b_south, vector< complex > bw, vector< complex > data, vector< complex > work); void syn_phasgen(const int nsmax,const int nlmax,const int nmmax, const vector< complex >& datain, int nph, Vector& dataout, double phi0, vector< complex >& bw); void create_almgen(const int nsmax,const int nlmax,const int nmmax, vector< vector< complex > >& alm, vector& cls_tt,int& iseed,const float fwhm, vector lread); #endif