Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Developer Reference
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
Definition: PhotoModel.h:57
virtual ~LunarLambertMcEwen()
Definition: LunarLambertMcEwen.h:44
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Definition: LunarLambertMcEwen.cpp:17
Container for cube-like labels.
Definition: Pvl.h:135
Moonpr photometric model Computes normalized albedo for the Moon, normalized to 0 degrees emission an...
Definition: LunarLambertMcEwen.h:41
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
LunarLambertMcEwen(Pvl &pvl)
Definition: LunarLambertMcEwen.cpp:6

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:23:18