|
Isis Developer Reference
|
Go to the documentation of this file. 1 #if !defined(HapkeAtm1_h)
49 double p_e2, p_e3, p_e4, p_e5;
53 double p_alpha0, p_alpha1, p_alpha2;
54 double p_beta0, p_beta1, p_beta2;
57 double p_gammax, p_gammay;
IntegFunc
This enum defines function to be integrated by Romberg's method.
Definition: NumericalAtmosApprox.h:43
double p_atmosHga
Definition: AtmosModel.h:263
@ Extrapolate
Evaluate() attempts to extrapolate if a is outside of the domain. This is only valid for NumericalApp...
Definition: NumericalApproximation.h:814
double AtmosWha() const
Return atmospheric Wha value.
Definition: AtmosModel.h:123
bool TauOrWhaChanged() const
Checks whether tau or wha have changed.
Definition: AtmosModel.cpp:954
virtual ~HapkeAtm1()
Definition: HapkeAtm1.h:43
HapkeAtm1(Pvl &pvl, PhotoModel &pmodel)
Definition: HapkeAtm1.cpp:20
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
Implements the Hapke Atmospheric Model.
Definition: HapkeAtm1.h:40
static double En(unsigned int n, double x)
This routine evaluates the generalized exponential integral, En(x).
Definition: AtmosModel.cpp:370
This class extends Isis::NumericalApproximation.
Definition: NumericalAtmosApprox.h:32
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
Container for cube-like labels.
Definition: Pvl.h:119
int p_atmosAtmSwitch
Definition: AtmosModel.h:248
double p_atmosMunot
Definition: AtmosModel.h:277
double p_atmosInc
Definition: AtmosModel.h:275
double p_trans
Transmission of surface reflected light through the atmosphere overall.
Definition: AtmosModel.h:259
bool p_atmosEstTau
Estimate optical depth tau using shadows.
Definition: AtmosModel.h:269
double p_atmosSini
Definition: AtmosModel.h:278
double p_atmosHahgsb
Definition: AtmosModel.h:272
Isis::AtmosModel * HapkeAtm1Plugin(Isis::Pvl &pvl, Isis::PhotoModel &pmodel)
Definition: HapkeAtm1.cpp:279
void GenerateHahgTables()
This method computes the values of the atmospheric Hahg and Hahg0 tables and sets the properties of t...
Definition: AtmosModel.cpp:637
virtual void AtmosModelAlgorithm(double phase, double incidence, double emission)
Henyey-Greenstein atmos scattering in the 1st approximation.
Definition: HapkeAtm1.cpp:63
double p_transs
Transmission of light that must be subtracted from the flat surface model to get the shadow model.
Definition: AtmosModel.h:261
NumericalApproximation p_atmosHahgtSpline
Spline object for the atmospheric Hahg Table. Properties are set in GenerateHahgTables().
Definition: AtmosModel.h:285
double p_atmosTau
Definition: AtmosModel.h:264
double p_atmosHnorm
Atmospheric shell thickness normalized to planet radius.
Definition: AtmosModel.h:267
NumericalApproximation p_atmosHahgt0Spline
Spline object for the atmospheric Hahg0 Table. Properties are set in GenerateHahgTables().
Definition: AtmosModel.h:287
void GenerateHahgTablesShadow()
This method is a modified version of the GenerateHahgTables method and is used solely for shadow mode...
Definition: AtmosModel.cpp:726
void SetOldTau(double tau)
Definition: AtmosModel.h:230
void SetOldWha(double wha)
Definition: AtmosModel.h:233
double Evaluate(const double a, const ExtrapType &etype=ThrowError)
Calculates interpolated or extrapolated value of tabulated data set for given domain value.
Definition: NumericalApproximation.cpp:836
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
double RombergsMethod(AtmosModel *am, IntegFunc sub, double a, double b)
This variation on the NumericalApproximation method integrates a specified AtmosModel function rather...
Definition: NumericalAtmosApprox.cpp:52
void Reset()
Resets the state of the object.
Definition: NumericalApproximation.cpp:2251
@ OuterFunction
Indicates that Romberg's method will integrate the function OutrFunc2Bint()
Definition: NumericalAtmosApprox.h:43
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16