Changeset 1191 in Sophya for trunk/SigPredictor/abslightsource.h
- Timestamp:
- Sep 19, 2000, 2:28:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/abslightsource.h
r1148 r1191 16 16 //friend class SigCalcTool; 17 17 public: 18 AbsLightSource() : PtSourceS(false),QPtSource(false), LScrFSep(false), IsLSrcMappedPower (false)18 AbsLightSource() : QPtSource(false), LScrFSep(false), IsLSrcMappedPower (false) 19 19 { sprintf(Name, ""); 20 20 } … … 36 36 return resolution; // constructeur have to initialise res 37 37 } 38 39 inline bool IsPtSourceS() { return PtSourceS;}40 38 inline bool IsQPtSrc() { return QPtSource;} 41 39 inline bool IsFreqSep() { return LScrFSep;} … … 74 72 return 0; 75 73 } 76 double planckSpectrum(double freq, double Tempe=T_CMBR);74 static double planckSpectrum(double freq, double Tempe=T_CMBR); 77 75 // W/m2/st/Hz 78 double planckSpecDiff(double DTempe, double freq, double Tempe=T_CMBR);76 static double planckSpecDiff(double DTempe, double freq, double Tempe=T_CMBR); 79 77 // W/m2/St/Hz 80 78 protected: 81 bool PtSourceS; // Is a set of PtSources (Galaxie IR ponctuelles?)79 // bool PtSourceS; // Is a set of PtSources (Galaxie IR ponctuelles?) 82 80 bool QPtSource; // Is this a QuasiPointSource. (Sun, Jupiter, Mars et al.) 83 81 bool LScrFSep; // Are spatial coordinated and frequency separable variables? 84 82 bool IsLSrcMappedPower; // Is the LSrc a in band map power. Valid only for Lobes separabe in freq. 85 83 double resolution; // Map Pixellisation resolution.; 86 char Name[ 32];84 char Name[128]; 87 85 }; 88 86
Note:
See TracChangeset
for help on using the changeset viewer.