Changeset 909 in Sophya for trunk/SophyaLib/SkyT/blackbody.cc


Ignore:
Timestamp:
Apr 13, 2000, 4:10:46 PM (25 years ago)
Author:
ansari
Message:

Sophie: adding documentation for Doxygen in the .cc files:wq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/blackbody.cc

    r669 r909  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: blackbody.cc,v 1.4 1999-11-29 16:59:09 ansari Exp $
     3//      $Id: blackbody.cc,v 1.5 2000-04-13 14:10:43 ansari Exp $
    44//
    55// Description:
     
    2020#include "blackbody.h"
    2121
     22/*!
     23 * \class SOPHYA::BlackBody <BR>
     24 This class corresponds to the emission spectrum of a
     25 blackbody radiation.
     26 */
    2227//----------------
    2328// Constructor --
    2429//----------------
     30/*! Constructor: needs a temperature. Otherwise set to ConvTools::tcmb */
    2531BlackBody::BlackBody(double temperature)
    2632  : RadSpectra(10., 10000.)
     
    3339{
    3440}
    35 
    36 
     41/*! Black Body Flux Function:
     42  \f[
     43  I_\nu = {2 h_{pl} (1.10^9*\nu)^3 \over c^2 (e^{{h_{pl}(1.10^9*\nu) \over kT}} -1)}
     44  \f]
     45*/
    3746double
    3847BlackBody::flux(double nu) const
Note: See TracChangeset for help on using the changeset viewer.