Changeset 610 in Sophya for trunk/SophyaLib/SkyT/nupower.h


Ignore:
Timestamp:
Nov 22, 1999, 12:25:47 AM (26 years ago)
Author:
ansari
Message:

Corrections diverses - programme tgsky.cc (generation aleatoire de ciel)

et skymixer.cc completee - Reza 21/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/nupower.h

    r607 r610  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: nupower.h,v 1.2 1999-11-20 21:00:49 ansari Exp $
     4//      $Id: nupower.h,v 1.3 1999-11-21 23:25:46 ansari Exp $
    55//
    66// Description:
     
    1717#include "convtools.h"
    1818
    19 // Power law spectra  f = a (nu-nu0)^b   
     19// Power law spectra  f = a ((nu-nu0)/dnu)^b   
    2020class PowerLawSpectra : public RadSpectra
    2121{
    2222public:   //Constructor
    2323 
    24   PowerLawSpectra(double a, double b, double nu0, double numin=0., double numax=9.e49);
     24  PowerLawSpectra(double a, double b, double nu0, double dnu, double numin=0., double numax=9.e49);
    2525
    2626  virtual ~PowerLawSpectra();
     
    3232
    3333protected:
    34   double _a, _b, _nu0;
     34  double _a, _b, _nu0, _dnu;
    3535};
    3636
Note: See TracChangeset for help on using the changeset viewer.