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
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
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:10