CalcMySky
v0.3.1
|
Spectral radiance of a pixel.
#include <AtmosphereRenderer.hpp>
Public Member Functions | |
unsigned | size () const |
Number of points in the spectrum. | |
bool | empty () const |
true if the spectrum has no points. | |
Public Attributes | |
std::vector< float > | wavelengths |
Wavelengths in nanometers. | |
std::vector< float > | radiances |
Spectral radiance in \(\mathrm{\frac{W}{m^2\,sr\,nm}}\). | |
float | azimuth |
Azimuth from which this radiance was measured, in degrees. | |
float | elevation |
Elevation angle from which this radiance was measured, in degrees. | |