source: Sophya/trunk/SigPredictor/lightsrcmappowerinband.h@ 1147

Last change on this file since 1147 was 801, checked in by ansari, 25 years ago

Fichiers au format unix

dominique

File size: 547 bytes
RevLine 
[801]1 // Dominique YVON, CEA/DAPNIA/SPP 02/2000
2
3#ifndef LightSsrcMap_H
4#define LightSsrcMap_H
5#include "spheregorski.h"
6#include "lightsrcsep.h"
7
8
9class LightSrcMapPowerInband:public LightSrcSep {
10 public:
11 LightSrcMapPowerInband(char filename[],long nside, double freqMin, double freqMax);
12 virtual ~LightSrcMapPowerInband();
13 protected:
14 int nlat;
15 double freqMax;
16 double freqMin;
17 SphereGorski<float>* pMap;
18 double SpectreAmpli;
19
20 virtual double powerDensAmpli(double theta,double phi);
21 virtual double spectre(double freq);
22};
23
[798]24#endif
Note: See TracBrowser for help on using the repository browser.