Isis Developer Reference
Anisotropic1.h
Go to the documentation of this file.
1 #if !defined(Anisotropic1_h)
2 #define Anisotropic1_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include "AtmosModel.h"
11 
12 namespace Isis {
13  class Pvl;
14 
41  class Anisotropic1 : public AtmosModel {
42  public:
43  Anisotropic1(Pvl &pvl, PhotoModel &pmodel);
44  virtual ~Anisotropic1() {};
45 
46  protected:
47  virtual void AtmosModelAlgorithm(double phase, double incidence,
48  double emission);
49 
50  private:
51  double p_atmosE2;
52  double p_atmosE3;
53  double p_atmosE4;
54  double p_atmosE5;
55  double p_atmosDelta_0;
56  double p_atmosDelta_1;
57  double p_atmosAlpha0_0;
58  double p_atmosAlpha1_0;
59  double p_atmosBeta0_0;
60  double p_atmosBeta1_0;
61  double p_atmosWha2;
62  double p_atmosWham;
63  double p_atmosX0_0;
64  double p_atmosY0_0;
65  double p_atmosX0_1;
66  double p_atmosY0_1;
67  double p_atmosFac;
68  double p_atmosDen;
69  double p_atmosQ0;
70  double p_atmosQ1;
71  double p_atmosP0;
72  double p_atmosP1;
73  double p_atmosQ02p02;
74  double p_atmosQ12p12;
75  };
76 };
77 
78 #endif
Isis::AtmosModel::TauOrWhaChanged
bool TauOrWhaChanged() const
Checks whether tau or wha have changed.
Definition: AtmosModel.cpp:954
Isis::PhotoModel
Definition: PhotoModel.h:41
Isis::PI
const double PI
The mathematical constant PI.
Definition: Constants.h:40
Isis::AtmosModel::p_pstd
double p_pstd
Pure atmospheric-scattering term.
Definition: AtmosModel.h:258
AtmosModel.h
Isis::AtmosModel::En
static double En(unsigned int n, double x)
This routine evaluates the generalized exponential integral, En(x).
Definition: AtmosModel.cpp:370
Isis::Anisotropic1::~Anisotropic1
virtual ~Anisotropic1()
Definition: Anisotropic1.h:44
Isis::AtmosModel
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::AtmosModel::p_atmosBha
double p_atmosBha
Definition: AtmosModel.h:251
Isis::Anisotropic1::AtmosModelAlgorithm
virtual void AtmosModelAlgorithm(double phase, double incidence, double emission)
Anisotropic atmospheric scattering with P1 single-particle phase fn, in the second approximation.
Definition: Anisotropic1.cpp:78
Isis::Anisotropic1
Definition: Anisotropic1.h:41
IString.h
Isis::Anisotropic1::Anisotropic1
Anisotropic1(Pvl &pvl, PhotoModel &pmodel)
Constructs an Anisotropic1 object.
Definition: Anisotropic1.cpp:22
Anisotropic1Plugin
Isis::AtmosModel * Anisotropic1Plugin(Isis::Pvl &pvl, Isis::PhotoModel &pmodel)
Definition: Anisotropic1.cpp:278
Isis::AtmosModel::p_trans
double p_trans
Transmission of surface reflected light through the atmosphere overall.
Definition: AtmosModel.h:259
_FILEINFO_
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Isis::AtmosModel::p_transs
double p_transs
Transmission of light that must be subtracted from the flat surface model to get the shadow model.
Definition: AtmosModel.h:261
Anisotropic1.h
Isis::IException
Isis exception class.
Definition: IException.h:91
Isis::AtmosModel::p_atmosTau
double p_atmosTau
Definition: AtmosModel.h:264
Isis::AtmosModel::p_atmosHnorm
double p_atmosHnorm
Atmospheric shell thickness normalized to planet radius.
Definition: AtmosModel.h:267
IException.h
Isis::AtmosModel::SetOldTau
void SetOldTau(double tau)
Definition: AtmosModel.h:230
Isis::AtmosModel::SetOldWha
void SetOldWha(double wha)
Definition: AtmosModel.h:233
Isis::AtmosModel::p_sbar
double p_sbar
Illumination of the ground by the sky.
Definition: AtmosModel.h:262
Isis::AtmosModel::p_atmosWha
double p_atmosWha
Definition: AtmosModel.h:265
Isis::AtmosModel::p_trans0
double p_trans0
Transmission of surface reflected light through the atmosphere with no scatterings in the atmosphere.
Definition: AtmosModel.h:260
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Isis::IException::User
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126