Last change
on this file since 798 was 798, checked in by ansari, 25 years ago |
Creation du module SigPredictor (Simulation de signal Archeops/Planck)
de Dominique Yvon - Reza 30/3/2000
|
File size:
547 bytes
|
Rev | Line | |
---|
[798] | 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 |
|
---|
| 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;
|
---|
| 17 | SphereGorski<float>* pMap;
|
---|
| 18 | double SpectreAmpli;
|
---|
| 19 |
|
---|
| 20 | virtual double powerDensAmpli(double theta,double phi);
|
---|
| 21 | virtual double spectre(double freq);
|
---|
| 22 | };
|
---|
| 23 |
|
---|
| 24 | #endif |
---|
Note:
See
TracBrowser
for help on using the repository browser.