|
Isis Developer Reference
|
Go to the documentation of this file.
57 double dn,
double &albedo,
double &mult,
double &base) {};
59 double deminc,
double demema,
double dn,
double &albedo,
60 double &mult,
double &base);
64 void SetNormPharef(
const double pharef);
65 void SetNormIncref(
const double incref);
66 void SetNormEmaref(
const double emaref);
68 double p_normPsurfref;
74 double p_normMunotref;
75 double p_normTransref;
76 double p_normTrans0ref;
virtual void NormModelAlgorithm(double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base)
Performs the normalization.
Definition: AlbedoAtm.h:56
@ Extrapolate
Evaluate() attempts to extrapolate if a is outside of the domain. This is only valid for NumericalApp...
Definition: NumericalApproximation.h:814
Definition: PhotoModel.h:41
const double PI
The mathematical constant PI.
Definition: Constants.h:40
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
double CalcSurfAlbedo(double pha, double inc, double ema)
Calculate the surface brightness using photometric angle information.
Definition: PhotoModel.cpp:177
Container for cube-like labels.
Definition: Pvl.h:119
virtual ~AlbedoAtm()
Empty Destructor.
Definition: AlbedoAtm.h:42
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
AlbedoAtm(Pvl &pvl, PhotoModel &pmodel, AtmosModel &amodel)
Constructs AlbedoAtm object using a Pvl, PhotoModel, and AtmosModel.
Definition: AlbedoAtm.cpp:23
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Definition: NormModel.h:36
Albedo normalization with atmosphere.
Definition: AlbedoAtm.h:38
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
void GenerateAhTable()
This method computes the values of the atmospheric Ah table and sets the properties of the atmospheri...
Definition: AtmosModel.cpp:537
NumericalApproximation AtmosAhSpline()
If GenerateAhTable() has been called this returns a clamped cubic spline of the data set (p_atmosIncT...
Definition: AtmosModel.h:183
PvlObjectIterator findObject(const QString &name, PvlObjectIterator beg, PvlObjectIterator end)
Find the index of object with a specified name, between two indexes.
Definition: PvlObject.h:274
Isis exception class.
Definition: IException.h:91
virtual void SetStandardConditions(bool standard)
Sets whether standard conditions will be used.
Definition: PhotoModel.cpp:50
double AtmosAb() const
Return atmospheric Ab value.
Definition: AtmosModel.h:139
AtmosModel * GetAtmosModel()
Definition: NormModel.h:69
PhotoModel * GetPhotoModel()
Definition: NormModel.h:66
virtual void SetStandardConditions(bool standard)
Used to calculate atmosphere at standard conditions.
Definition: AtmosModel.cpp:498
Isis::NormModel * AlbedoAtmPlugin(Isis::Pvl &pvl, Isis::PhotoModel &pmodel, Isis::AtmosModel &amodel)
Definition: AlbedoAtm.cpp:228
void CalcAtmEffect(double pha, double inc, double ema, double *pstd, double *trans, double *trans0, double *sbar, double *transs)
Calculate the atmospheric scattering effect using photometric angle information.
Definition: AtmosModel.cpp:475
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126