ReFRACtor
planck.h
Go to the documentation of this file.
1
#ifndef PLANCK_H
2
#define PLANCK_H
3
4
#include "
auto_derivative.h
"
5
6
// Computes black body function plus derivative using LIDORT get_planckfunction_plus
7
namespace
FullPhysics
{
8
9
double
planck
(
double
wn
,
double
temperature);
10
AutoDerivative<double>
planck
(
double
wn
,
double
temperature, blitz::Array<double, 1>& gradient);
11
12
}
13
14
#endif
solar_doppler_shift_polynomial_test.wn
wn
Definition:
solar_doppler_shift_polynomial_test.py:33
FullPhysics::planck
double planck(double wn, double temperature)
Computes the black body function value using the planck function for a given wavenumber (cm^-1) and t...
Definition:
planck.cc:16
FullPhysics
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition:
doxygen_python.h:1
auto_derivative.h
Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10