|
Isis Developer Reference
|
Go to the documentation of this file.
51 double p_gammax, p_gammay;
52 double p_e2, p_e3, p_e4, p_e5;
54 double p_alpha0, p_alpha1, p_alpha2;
55 double p_beta0, p_beta1, p_beta2;
bool TauOrWhaChanged() const
Checks whether tau or wha have changed.
Definition: AtmosModel.cpp:954
Definition: PhotoModel.h:41
const double PI
The mathematical constant PI.
Definition: Constants.h:40
double p_pstd
Pure atmospheric-scattering term.
Definition: AtmosModel.h:258
static double En(unsigned int n, double x)
This routine evaluates the generalized exponential integral, En(x).
Definition: AtmosModel.cpp:370
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
Container for cube-like labels.
Definition: Pvl.h:119
virtual ~Isotropic1()
Definition: Isotropic1.h:42
double p_trans
Transmission of surface reflected light through the atmosphere overall.
Definition: AtmosModel.h:259
double p_transs
Transmission of light that must be subtracted from the flat surface model to get the shadow model.
Definition: AtmosModel.h:261
double p_atmosTau
Definition: AtmosModel.h:264
double p_atmosHnorm
Atmospheric shell thickness normalized to planet radius.
Definition: AtmosModel.h:267
void SetOldTau(double tau)
Definition: AtmosModel.h:230
void SetOldWha(double wha)
Definition: AtmosModel.h:233
Definition: Isotropic1.h:39
double p_sbar
Illumination of the ground by the sky.
Definition: AtmosModel.h:262
double p_atmosWha
Definition: AtmosModel.h:265
double p_trans0
Transmission of surface reflected light through the atmosphere with no scatterings in the atmosphere.
Definition: AtmosModel.h:260
Isis::AtmosModel * Isotropic1Plugin(Isis::Pvl &pvl, Isis::PhotoModel &pmodel)
Definition: Isotropic1.cpp:189
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
virtual void AtmosModelAlgorithm(double phase, double incidence, double emission)
Isotropic atmospheric scattering in the first approximation The model for scattering for a general,...
Definition: Isotropic1.cpp:59
Isotropic1(Pvl &pvl, PhotoModel &pmodel)
Definition: Isotropic1.cpp:19