File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
LunarLambertMcEwen.h
Go to the documentation of this file.
1#ifndef LunarLambertMcEwen_h
2#define LunarLambertMcEwen_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "PhotoModel.h"
11
12namespace Isis {
13 class Pvl;
14
26 public:
28 virtual ~LunarLambertMcEwen() {};
29
30 protected:
31 virtual double PhotoModelAlgorithm(double phase, double incidence,
32 double emission);
33
34 private:
35 double p_photoM1;
36 double p_photoM2;
37 double p_photoM3;
38 double p_photoR30;
39 };
40};
41
42#endif
Moonpr photometric model Computes normalized albedo for the Moon, normalized to 0 degrees emission an...
Definition LunarLambertMcEwen.h:25
LunarLambertMcEwen(Pvl &pvl)
Definition LunarLambertMcEwen.cpp:12
virtual ~LunarLambertMcEwen()
Definition LunarLambertMcEwen.h:28
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Definition LunarLambertMcEwen.cpp:23
Definition PhotoModel.h:41
Container for cube-like labels.
Definition Pvl.h:119
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

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: 02/24/2025 15:50:40