ReFRACtor
stokes_coefficient.cc
Go to the documentation of this file.
1 #include "stokes_coefficient.h"
2 
3 using namespace FullPhysics;
4 #ifdef HAVE_LUA
5 #include "register_lua.h"
6 blitz::Array<double, 2> stokes_coefficient_value(const StokesCoefficient& S)
7 {
8  return S.stokes_coefficient().value();
9 }
11 .def("stokes_coefficient", &StokesCoefficient::stokes_coefficient)
12 .def("stokes_coefficient_value", &stokes_coefficient_value)
14 #endif
15 
virtual ArrayAd< double, 2 > stokes_coefficient() const =0
Return Stokes coefficients used to go from Stokes vector to scalar reflectance.
This class maintains the stokes coefficient portion of the state.
#define REGISTER_LUA_CLASS(X)
Definition: register_lua.h:116
const blitz::Array< T, D > & value() const
Definition: array_ad.h:306
Contains classes to abstract away details in various Spurr Radiative Transfer software.
Definition: doxygen_python.h:1
#define REGISTER_LUA_END()
Definition: register_lua.h:134

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