Rev | Line | |
---|
[801] | 1 | // Dominique YVON, CEA/DAPNIA/SPP 02/2000
|
---|
| 2 |
|
---|
| 3 | #ifndef LightSsrcMap_H
|
---|
| 4 | #define LightSsrcMap_H
|
---|
[1148] | 5 | #include "spherehealpix.h"
|
---|
[801] | 6 | #include "lightsrcsep.h"
|
---|
| 7 |
|
---|
| 8 |
|
---|
| 9 | class 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;
|
---|
[1148] | 17 | SphereHEALPix<float>* pMap;
|
---|
[801] | 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.