Changeset 1191 in Sophya for trunk/SigPredictor/abslightsource.h


Ignore:
Timestamp:
Sep 19, 2000, 2:28:59 PM (25 years ago)
Author:
ansari
Message:

cleaned up for maching LevelS upgrade ongoing

D.Y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/abslightsource.h

    r1148 r1191  
    1616//friend class SigCalcTool;
    1717public:
    18   AbsLightSource() :PtSourceS(false), QPtSource(false), LScrFSep(false), IsLSrcMappedPower (false)
     18  AbsLightSource() : QPtSource(false), LScrFSep(false), IsLSrcMappedPower (false)
    1919  {     sprintf(Name, "");
    2020  }
     
    3636     return resolution;     // constructeur have to initialise res
    3737  }
    38  
    39   inline bool IsPtSourceS() { return PtSourceS;}
    4038  inline bool IsQPtSrc() { return QPtSource;}
    4139  inline bool IsFreqSep() { return LScrFSep;}
     
    7472        return 0;
    7573  }
    76   double planckSpectrum(double freq, double Tempe=T_CMBR);
     74  static double planckSpectrum(double freq, double Tempe=T_CMBR);
    7775  // 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);
    7977  // W/m2/St/Hz
    8078protected:
    81   bool PtSourceS;  // Is a set of PtSources (Galaxie IR ponctuelles?)
     79//  bool PtSourceS;  // Is a set of PtSources (Galaxie IR ponctuelles?)
    8280  bool QPtSource;    // Is this a QuasiPointSource. (Sun, Jupiter, Mars et al.)
    8381  bool LScrFSep;         // Are spatial coordinated and frequency separable variables?
    8482  bool IsLSrcMappedPower;       // Is the LSrc a in band map power. Valid only for Lobes separabe in freq.
    8583  double resolution; // Map Pixellisation resolution.;
    86   char Name[32];
     84  char Name[128];
    8785};
    8886
Note: See TracChangeset for help on using the changeset viewer.