1.3.72
 
Loading...
Searching...
No Matches
helios::FluspectKernel Struct Reference

Output of Fluspect-B computation for one leaf biochemistry. More...

#include <FluspectB.h>

Data Fields

std::vector< float > wavelengths_nm
 PROSPECT wavelength grid (nm). Same size as refl/tran.
 
std::vector< float > refl
 Leaf directional-hemispherical reflectance spectrum (same grid as wavelengths_nm).
 
std::vector< float > tran
 Leaf directional-hemispherical transmittance spectrum.
 
std::vector< float > wle
 Excitation wavelength grid (nm). Subset of PROSPECT grid at user-chosen step.
 
std::vector< float > wlf
 Emission wavelength grid (nm). Fixed at 640-848 nm at 4 nm step (Fluspect native).
 
std::vector< std::vector< float > > Mf
 
std::vector< std::vector< float > > Mb
 

Detailed Description

Output of Fluspect-B computation for one leaf biochemistry.

Definition at line 66 of file FluspectB.h.

Field Documentation

◆ Mb

std::vector<std::vector<float> > helios::FluspectKernel::Mb

Backward fluorescence excitation-emission matrix. Same shape as Mf. Emitted from the face opposite the one receiving the excitation.

Definition at line 86 of file FluspectB.h.

◆ Mf

std::vector<std::vector<float> > helios::FluspectKernel::Mf

Forward fluorescence excitation-emission matrix. Indexed Mf[wlf_idx][wle_idx]. Each entry is the fluorescence emission per unit excitation flux, integrated over the leaf, emitted from the face receiving the excitation.

Definition at line 83 of file FluspectB.h.

◆ refl

std::vector<float> helios::FluspectKernel::refl

Leaf directional-hemispherical reflectance spectrum (same grid as wavelengths_nm).

Definition at line 71 of file FluspectB.h.

◆ tran

std::vector<float> helios::FluspectKernel::tran

Leaf directional-hemispherical transmittance spectrum.

Definition at line 73 of file FluspectB.h.

◆ wavelengths_nm

std::vector<float> helios::FluspectKernel::wavelengths_nm

PROSPECT wavelength grid (nm). Same size as refl/tran.

Definition at line 68 of file FluspectB.h.

◆ wle

std::vector<float> helios::FluspectKernel::wle

Excitation wavelength grid (nm). Subset of PROSPECT grid at user-chosen step.

Definition at line 76 of file FluspectB.h.

◆ wlf

std::vector<float> helios::FluspectKernel::wlf

Emission wavelength grid (nm). Fixed at 640-848 nm at 4 nm step (Fluspect native).

Definition at line 78 of file FluspectB.h.


The documentation for this struct was generated from the following file: