Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
LunarLambertMcEwen.h
Go to the documentation of this file.
1
#ifndef LunarLambertMcEwen_h
2
#define LunarLambertMcEwen_h
3
26
#include "
PhotoModel.h
"
27
28
namespace
Isis {
29
class
Pvl;
30
41
class
LunarLambertMcEwen
:
public
PhotoModel
{
42
public
:
43
LunarLambertMcEwen
(
Pvl
&pvl);
44
virtual
~
LunarLambertMcEwen
() {};
45
46
protected
:
47
virtual
double
PhotoModelAlgorithm(
double
phase,
double
incidence,
48
double
emission);
49
50
private
:
51
double
p_photoM1;
52
double
p_photoM2;
53
double
p_photoM3;
54
double
p_photoR30;
55
};
56
};
57
58
#endif
Isis::PhotoModel
Definition:
PhotoModel.h:57
PhotoModel.h
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::LunarLambertMcEwen
Moonpr photometric model Computes normalized albedo for the Moon, normalized to 0 degrees emission an...
Definition:
LunarLambertMcEwen.h:41
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:22:50