File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
HapkeAtm2.h
1 #if !defined(HapkeAtm2_h)
2 #define HapkeAtm2_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include "AtmosModel.h"
11 
12 namespace Isis {
13  class Pvl;
14 
40  class HapkeAtm2 : public AtmosModel {
41  public:
42  HapkeAtm2(Pvl &pvl, PhotoModel &pmodel);
43  virtual ~HapkeAtm2() {};
44 
45  protected:
46 
47  virtual void AtmosModelAlgorithm(double phase, double incidence,
48  double emission);
49 
50  private:
51  double p_e1, p_e1_2, p_e2, p_e3, p_e4, p_e5;
52  double p_em;
53  double p_e;
54  double p_g11p, p_g12p, p_g13p, p_g14p;
55  double p_x0, p_y0;
56  double p_wha2;
57  double p_g12, p_g13, p_g14;
58  double p_f1, p_f2, p_f3, p_f4;
59  double p_f1m, p_f2m, p_f3m, p_f4m;
60  double p_delta;
61  double p_fixcon;
62  double p_alpha0, p_alpha1, p_alpha2;
63  double p_beta0, p_beta1, p_beta2;
64  double p_gammax, p_gammay;
65  };
66 };
67 
68 #endif
Isis::PhotoModel
Definition: PhotoModel.h:41
Isis::AtmosModel
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::HapkeAtm2
Definition: HapkeAtm2.h:40
Isis::HapkeAtm2::AtmosModelAlgorithm
virtual void AtmosModelAlgorithm(double phase, double incidence, double emission)
Henyey-Greenstein atmos scattering in the 1st approximation.
Definition: HapkeAtm2.cpp:62
Isis
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: 07/13/2023 15:16:33