File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MinnaertEmpirical_h
2 #define MinnaertEmpirical_h
void SetInterpType(NumericalApproximation::InterpType itype)
Sets interpolation type.
Definition: NumericalApproximation.cpp:2319
void SetPhotoPhaseCurveList(QString phasecurvestrlist)
Set the empirical Minnaert function phase curve list.
Definition: MinnaertEmpirical.cpp:127
@ Extrapolate
Evaluate() attempts to extrapolate if a is outside of the domain. This is only valid for NumericalApp...
Definition: NumericalApproximation.h:814
virtual ~MinnaertEmpirical()
Definition: MinnaertEmpirical.cpp:62
std::vector< double > p_photoKList
Definition: PhotoModel.h:222
Definition: PhotoModel.h:41
const double PI
The mathematical constant PI.
Definition: Constants.h:40
NumericalApproximation p_photoBSpline
Definition: PhotoModel.h:228
std::vector< double > p_photoPhaseList
Definition: PhotoModel.h:221
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
Container for cube-like labels.
Definition: Pvl.h:119
MinnaertEmpirical(Pvl &pvl)
Definition: MinnaertEmpirical.cpp:12
@ Traverse
Search child objects.
Definition: PvlObject.h:158
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Return photometric phase angle list.
Definition: MinnaertEmpirical.cpp:138
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Empirical Minnaert photometric model Derive model albedo using phase dependent Minnaert equation and ...
Definition: MinnaertEmpirical.h:43
@ CubicClamped
Cubic Spline interpolation with clamped boundary conditions.
Definition: NumericalApproximation.h:735
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
void SetPhotoKList(QString kstrlist)
Set the empirical Minnaert function K exponent list.
Definition: MinnaertEmpirical.cpp:104
NumericalApproximation p_photoKSpline
Definition: PhotoModel.h:226
void SetCubicClampedEndptDeriv(const double yp1, const double ypn)
Sets the values for the first derivatives of the endpoints of the data set.
Definition: NumericalApproximation.cpp:565
int p_photoPhaseAngleCount
Definition: PhotoModel.h:225
void AddData(const double x, const double y)
Add a datapoint to the set.
Definition: NumericalApproximation.cpp:440
void SetPhotoPhaseList(QString phasestrlist)
Set the empirical Minnaert function phase angle list.
Definition: MinnaertEmpirical.cpp:79
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
IString Token(const IString &separator)
Returns the first token in the IString.
Definition: IString.cpp:897
Isis::PhotoModel * MinnaertEmpiricalPlugin(Isis::Pvl &pvl)
Definition: MinnaertEmpirical.cpp:186
Adds specific functionality to C++ strings.
Definition: IString.h:165
std::vector< double > p_photoPhaseCurveList
Definition: PhotoModel.h:224
void Reset()
Resets the state of the object.
Definition: NumericalApproximation.cpp:2251
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