Changeset 927 in Sophya for trunk/SophyaLib/SkyT/radspec.cc
- Timestamp:
- Apr 14, 2000, 9:28:14 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/radspec.cc
r909 r927 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspec.cc,v 1. 4 2000-04-13 14:10:44ansari Exp $3 // $Id: radspec.cc,v 1.5 2000-04-14 07:28:13 ansari Exp $ 4 4 // 5 5 // Description: … … 22 22 #include "radspec.h" 23 23 #include "integ.h" 24 25 /*! 26 * \class SOPHYA::RadSpectra <BR> 24 /*! 25 \defgroup SkyT SkyT module 26 This module contains classes and functions which define 27 several radiation spectra and filter responses 28 */ 29 30 /*! 31 * \class SOPHYA::RadSpectra 32 * \ingroup SkyT 27 33 * This class is an abstract base class for radiation emission spectra. The flux() function returns the value of the flux (the spectral <BR> 28 34 * energy distribution) as a function of the frequency. As in the SpectralResponse class, the () operator has been redefined <BR>
Note:
See TracChangeset
for help on using the changeset viewer.