|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef LunarLambertEmpirical_h
2 #define LunarLambertEmpirical_h
std::vector< double > p_photoLList
Definition: PhotoModel.h:223
void SetInterpType(NumericalApproximation::InterpType itype)
Sets interpolation type.
Definition: NumericalApproximation.cpp:2319
@ Extrapolate
Evaluate() attempts to extrapolate if a is outside of the domain. This is only valid for NumericalApp...
Definition: NumericalApproximation.h:814
void SetPhotoLList(QString kstrlist)
Set the empirical Lunar Lambert function L exponent list.
Definition: LunarLambertEmpirical.cpp:140
Definition: PhotoModel.h:41
const double PI
The mathematical constant PI.
Definition: Constants.h:40
A single keyword-value pair.
Definition: PvlKeyword.h:82
NumericalApproximation p_photoBSpline
Definition: PhotoModel.h:228
NumericalApproximation p_photoLSpline
Definition: PhotoModel.h:227
std::vector< double > p_photoPhaseList
Definition: PhotoModel.h:221
void SetPhotoPhaseCurveList(QString phasecurvestrlist)
Set the empirical Lunar Lambert function phase curve list.
Definition: LunarLambertEmpirical.cpp:184
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
Isis::PhotoModel * LunarLambertEmpiricalPlugin(Isis::Pvl &pvl)
Definition: LunarLambertEmpirical.cpp:269
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
@ 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
LunarLambertEmpirical(Pvl &pvl)
Definition: LunarLambertEmpirical.cpp:12
Isis exception class.
Definition: IException.h:91
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
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
virtual ~LunarLambertEmpirical()
Definition: LunarLambertEmpirical.cpp:62
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
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
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
virtual double PhotoModelAlgorithm(double phase, double incidence, double emission)
Return photometric phase angle list.
Definition: LunarLambertEmpirical.cpp:219
Adds specific functionality to C++ strings.
Definition: IString.h:165
std::vector< double > p_photoPhaseCurveList
Definition: PhotoModel.h:224
void SetPhotoPhaseList(QString phasestrlist)
Set the empirical Lunar Lambert function phase angle list.
Definition: LunarLambertEmpirical.cpp:80
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
Empirical Lunar Lambert photometric model Derive model albedo using phase dependent Minnaert equation...
Definition: LunarLambertEmpirical.h:47
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126