ReFRACtor
spurr_brdf_types.h
Go to the documentation of this file.
1 #ifndef SPURR_BRDF_TYPES_H
2 #define SPURR_BRDF_TYPES_H
3 
4 namespace FullPhysics {
5 
7  enum SpurrBrdfType {
8  LAMBERTIAN = 1,
9  ROSSTHIN = 2,
10  ROSSTHICK = 3,
11  LISPARSE = 4,
12  LIDENSE = 5,
13  HAPKE = 6,
14  ROUJEAN = 7,
15  RAHMAN = 8,
16  COXMUNK = 9,
17  BPDFSOIL = 10,
18  BPDFVEGN = 11,
19  BRDFNDVI = 12,
21  };
22 
23 }
24 
25 #endif
SpurrBrdfType
These match numbers used internal to the Fortran code for Spurr based RTs.
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