ReFRACtor
spectrum.cc
Go to the documentation of this file.
1 #include "spectrum.h"
2 using namespace FullPhysics;
3 
4 #ifdef HAVE_LUA
5 #include "register_lua.h"
6 typedef const SpectralDomain& (Spectrum::*f1)(void) const;
7 typedef const SpectralRange& (Spectrum::*f2)(void) const;
9 .def("spectral_domain", ((f1) &Spectrum::spectral_domain))
10 .def("spectral_range", ((f2) &Spectrum::spectral_range))
12 #endif
For different instruments, it is more natural to either work with wavenumbers (e.g., GOSAT) or wavelength (e.g., OCO).
const SpectralRange & spectral_range() const
Spectral range (e.g, radiance values)
Definition: spectrum.h:39
#define REGISTER_LUA_CLASS(X)
Definition: register_lua.h:116
This is a full spectrum, which contains a SpectralRange and SpectralDomain.
Definition: spectrum.h:18
We have a number of different spectrums that appear in different parts of the code.
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
const SpectralDomain & spectral_domain() const
Spectral domain (i.e., wavenumber or wavelength).
Definition: spectrum.h:32

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