|
Isis 3.0 Developer's Reference (API) |
Home |
Lunar (Lommel-Seeliger)-Lambert law photometric model Derive model albedo for Lunar (Lommel-Seeliger)-Lambert law. More...
#include <LunarLambert.h>
Inherits Isis::PhotoModel.
Public Member Functions | |
| LunarLambert (Pvl &pvl) | |
| virtual | ~LunarLambert () |
| void | SetPhotoL (const double l) |
| Set the Lunar-Lambert function weight. | |
| QString | AlgorithmName () const |
| Return algorithm name found in Pvl file from constructor. | |
| virtual void | SetStandardConditions (bool standard) |
| Sets whether standard conditions will be used. | |
| bool | StandardConditions () const |
| Returns true if standard conditions are used, i.e., if SetStandardConditions(true) has been called. This is initialized to false in the constructor. | |
| double | PhtTopder (double phase, double incidence, double emission) |
| Obtain topographic derivative of an arbitrary photometric function. | |
| double | CalcSurfAlbedo (double pha, double inc, double ema) |
| Calculate the surface brightness using photometric angle information. | |
| double | PhotoL () const |
| Return photometric L value. | |
| virtual void | SetPhotoK (const double k) |
| double | PhotoK () const |
| Return photometric K value. | |
| virtual void | SetPhotoHg1 (const double hg1) |
| double | PhotoHg1 () const |
| Return photometric Hg1 value. | |
| virtual void | SetPhotoHg2 (const double hg2) |
| double | PhotoHg2 () const |
| Return photometric Hg2 value. | |
| virtual void | SetPhotoBh (const double bh) |
| double | PhotoBh () const |
| Return photometric Bh value. | |
| virtual void | SetPhotoCh (const double ch) |
| double | PhotoCh () const |
| Return photometric Ch value. | |
| virtual void | SetPhotoWh (const double wh) |
| double | PhotoWh () const |
| Return photometric Wh value. | |
| virtual void | SetPhotoHh (const double hh) |
| double | PhotoHh () const |
| Return photometric Hh value. | |
| virtual void | SetPhotoB0 (const double b0) |
| double | PhotoB0 () const |
| Return photometric B0 value. | |
| virtual void | SetPhotoTheta (const double theta) |
| double | PhotoTheta () const |
| Return photometric Theta value. | |
| virtual void | SetOldTheta (double theta) |
| virtual void | SetPhoto0B0Standard (const std::string &b0standard) |
| std::string | Photo0B0Standard () const |
| Return photometric B0 standardization value. | |
| double | Hfunc (double u, double gamma) |
| Hapke's approximation to Chandra's H function. | |
| virtual void | SetPhotoPhaseList (const std::string phasestrlist) |
| virtual void | SetPhotoKList (const std::string kstrlist) |
| virtual void | SetPhotoLList (const std::string kstrlist) |
| virtual void | SetPhotoPhaseCurveList (const std::string phasecurvestrlist) |
| std::vector< double > | PhotoPhaseList () const |
| Return photometric phase angle list. | |
| std::vector< double > | PhotoKList () const |
| Return photometric k value list. | |
| std::vector< double > | PhotoLList () const |
| Return photometric l value list. | |
| std::vector< double > | PhotoPhaseCurveList () const |
| Return photometric phase curve value list. | |
Static Public Member Functions | |
| static double | PhtAcos (double cosang) |
| Obtain arccosine of input value. | |
Protected Member Functions | |
| virtual double | PhotoModelAlgorithm (double phase, double incidence, double emission) |
| Return photometric L value. | |
Protected Attributes | |
| double | p_photoL |
| double | p_photoK |
| double | p_photoHg1 |
| double | p_photoHg2 |
| double | p_photoBh |
| double | p_photoCh |
| double | p_photoCott |
| double | p_photoCot2t |
| double | p_photoTant |
| double | p_photoSr |
| double | p_photoOsr |
| QString | p_algName |
| std::string | p_photo0B0Standard |
| double | p_photoWh |
| double | p_photoHh |
| double | p_photoB0 |
| double | p_photoB0save |
| double | p_photoTheta |
| double | p_photoThetaold |
| std::vector< double > | p_photoPhaseList |
| std::vector< double > | p_photoKList |
| std::vector< double > | p_photoLList |
| std::vector< double > | p_photoPhaseCurveList |
| int | p_photoPhaseAngleCount |
| NumericalApproximation | p_photoKSpline |
| NumericalApproximation | p_photoLSpline |
| NumericalApproximation | p_photoBSpline |
Lunar (Lommel-Seeliger)-Lambert law photometric model Derive model albedo for Lunar (Lommel-Seeliger)-Lambert law.
Phase independent and calculated analytically. Lommel-Seeliger law:
Reflectance=1/(1+cos(E)/cos(I))
Where: E=the angle between the observer and the slope normal I=the angle between the sun and the slope normal
| Isis::LunarLambert::LunarLambert | ( | Pvl & | pvl | ) |
| virtual Isis::LunarLambert::~LunarLambert | ( | ) | [inline, virtual] |
| QString Isis::PhotoModel::AlgorithmName | ( | ) | const [inline, inherited] |
Return algorithm name found in Pvl file from constructor.
Referenced by Isis::AtmosModel::GenerateAhTable(), and Isis::Hapke::Hapke().
| double Isis::PhotoModel::CalcSurfAlbedo | ( | double | pha, | |
| double | inc, | |||
| double | ema | |||
| ) | [inherited] |
Calculate the surface brightness using photometric angle information.
| pha | Phase angle | |
| inc | Incidence angle | |
| ema | Emission angle |
References albedo, and Isis::PhotoModel::PhotoModelAlgorithm().
Referenced by Isis::Albedo::Albedo(), Isis::AlbedoAtm::AlbedoAtm(), Isis::NumericalAtmosApprox::InrFunc2Bint(), Isis::Mixed::Mixed(), Isis::TopoAtm::NormModelAlgorithm(), Isis::Topo::NormModelAlgorithm(), Isis::ShadeAtm::NormModelAlgorithm(), Isis::Shade::NormModelAlgorithm(), Isis::NoNormalization::NormModelAlgorithm(), Isis::MoonAlbedo::NormModelAlgorithm(), Isis::Mixed::NormModelAlgorithm(), Isis::AlbedoAtm::NormModelAlgorithm(), Isis::Albedo::NormModelAlgorithm(), Isis::PhotoModel::PhtTopder(), and Isis::TopoAtm::TopoAtm().
| double Isis::PhotoModel::Hfunc | ( | double | u, | |
| double | gamma | |||
| ) | [inline, inherited] |
Hapke's approximation to Chandra's H function.
Referenced by Isis::Hapke::PhotoModelAlgorithm().
| std::string Isis::PhotoModel::Photo0B0Standard | ( | ) | const [inline, inherited] |
Return photometric B0 standardization value.
References Isis::PhotoModel::p_photo0B0Standard.
| double Isis::PhotoModel::PhotoB0 | ( | ) | const [inline, inherited] |
Return photometric B0 value.
References Isis::PhotoModel::p_photoB0.
| double Isis::PhotoModel::PhotoBh | ( | ) | const [inline, inherited] |
Return photometric Bh value.
References Isis::PhotoModel::p_photoBh.
| double Isis::PhotoModel::PhotoCh | ( | ) | const [inline, inherited] |
Return photometric Ch value.
References Isis::PhotoModel::p_photoCh.
| double Isis::PhotoModel::PhotoHg1 | ( | ) | const [inline, inherited] |
Return photometric Hg1 value.
References Isis::PhotoModel::p_photoHg1.
| double Isis::PhotoModel::PhotoHg2 | ( | ) | const [inline, inherited] |
Return photometric Hg2 value.
References Isis::PhotoModel::p_photoHg2.
| double Isis::PhotoModel::PhotoHh | ( | ) | const [inline, inherited] |
Return photometric Hh value.
References Isis::PhotoModel::p_photoHh.
| double Isis::PhotoModel::PhotoK | ( | ) | const [inline, inherited] |
Return photometric K value.
References Isis::PhotoModel::p_photoK.
| std::vector<double> Isis::PhotoModel::PhotoKList | ( | ) | const [inline, inherited] |
Return photometric k value list.
References Isis::PhotoModel::p_photoKList.
| double Isis::PhotoModel::PhotoL | ( | ) | const [inline, inherited] |
Return photometric L value.
References Isis::PhotoModel::p_photoL.
| std::vector<double> Isis::PhotoModel::PhotoLList | ( | ) | const [inline, inherited] |
Return photometric l value list.
References Isis::PhotoModel::p_photoLList.
| double Isis::LunarLambert::PhotoModelAlgorithm | ( | double | phase, | |
| double | incidence, | |||
| double | emission | |||
| ) | [protected, virtual] |
Return photometric L value.
Implements Isis::PhotoModel.
References Isis::PhotoModel::p_photoL, and Isis::PI().
| std::vector<double> Isis::PhotoModel::PhotoPhaseCurveList | ( | ) | const [inline, inherited] |
Return photometric phase curve value list.
References Isis::PhotoModel::p_photoPhaseCurveList.
| std::vector<double> Isis::PhotoModel::PhotoPhaseList | ( | ) | const [inline, inherited] |
Return photometric phase angle list.
References Isis::PhotoModel::p_photoPhaseList.
| double Isis::PhotoModel::PhotoTheta | ( | ) | const [inline, inherited] |
Return photometric Theta value.
References Isis::PhotoModel::p_photoTheta.
| double Isis::PhotoModel::PhotoWh | ( | ) | const [inline, inherited] |
Return photometric Wh value.
References Isis::PhotoModel::p_photoWh.
| double Isis::PhotoModel::PhtAcos | ( | double | cosang | ) | [static, inherited] |
Obtain arccosine of input value.
If the input value is outside of the valid range (-1 to 1), then obtain the arccosine of the closest valid value.
| cosang | input value to obtain arccosine of (in radians) |
Referenced by Isis::PhotoModel::PhtTopder().
| double Isis::PhotoModel::PhtTopder | ( | double | phase, | |
| double | incidence, | |||
| double | emission | |||
| ) | [inherited] |
Obtain topographic derivative of an arbitrary photometric function.
| phase | Input phase angle | |
| incidence | Input incidence angle | |
| emission | Input emission angle |
References Isis::PhotoModel::CalcSurfAlbedo(), min(), Isis::PhotoModel::PhtAcos(), Isis::PI(), and z.
Referenced by Isis::Mixed::Mixed(), Isis::TopoAtm::NormModelAlgorithm(), Isis::Topo::NormModelAlgorithm(), Isis::Mixed::NormModelAlgorithm(), and Isis::TopoAtm::TopoAtm().
| virtual void Isis::PhotoModel::SetOldTheta | ( | double | theta | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhoto0B0Standard | ( | const std::string & | b0standard | ) | [inline, virtual, inherited] |
| virtual void Isis::PhotoModel::SetPhotoB0 | ( | const double | b0 | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoBh | ( | const double | bh | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoCh | ( | const double | ch | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoHg1 | ( | const double | hg1 | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoHg2 | ( | const double | hg2 | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoHh | ( | const double | hh | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoK | ( | const double | k | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Minnaert.
| virtual void Isis::PhotoModel::SetPhotoKList | ( | const std::string | kstrlist | ) | [inline, virtual, inherited] |
| void Isis::LunarLambert::SetPhotoL | ( | const double | l | ) | [virtual] |
Set the Lunar-Lambert function weight.
This is used to govern the limb-darkening in the Lunar-Lambert photometric function. Values of the Lunar-Lambert weight generally fall in the range from 0.0 (Lambert function) to 1.0 (Lommel-Seeliger or "lunar" function). There are no limits on the value of this parameter, but values far outside the 0 to 1 range will not be very useful.
| l | Lunar-Lambert function weight, default is 1.0 |
Reimplemented from Isis::PhotoModel.
References Isis::PhotoModel::p_photoL.
Referenced by LunarLambert().
| virtual void Isis::PhotoModel::SetPhotoLList | ( | const std::string | kstrlist | ) | [inline, virtual, inherited] |
| virtual void Isis::PhotoModel::SetPhotoPhaseCurveList | ( | const std::string | phasecurvestrlist | ) | [inline, virtual, inherited] |
| virtual void Isis::PhotoModel::SetPhotoPhaseList | ( | const std::string | phasestrlist | ) | [inline, virtual, inherited] |
| virtual void Isis::PhotoModel::SetPhotoTheta | ( | const double | theta | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| virtual void Isis::PhotoModel::SetPhotoWh | ( | const double | wh | ) | [inline, virtual, inherited] |
Reimplemented in Isis::Hapke.
| void Isis::PhotoModel::SetStandardConditions | ( | bool | standard | ) | [virtual, inherited] |
Sets whether standard conditions will be used.
| standard | True if standard conditions are used. |
Reimplemented in Isis::Hapke.
Referenced by Isis::Albedo::Albedo(), Isis::AlbedoAtm::AlbedoAtm(), Isis::Mixed::Mixed(), Isis::Topo::NormModelAlgorithm(), Isis::ShadeAtm::NormModelAlgorithm(), Isis::Shade::NormModelAlgorithm(), and Isis::TopoAtm::TopoAtm().
| bool Isis::PhotoModel::StandardConditions | ( | ) | const [inline, inherited] |
Returns true if standard conditions are used, i.e., if SetStandardConditions(true) has been called. This is initialized to false in the constructor.
QString Isis::PhotoModel::p_algName [protected, inherited] |
Referenced by Isis::Hapke::Hapke(), and Isis::Hapke::PhotoModelAlgorithm().
std::string Isis::PhotoModel::p_photo0B0Standard [protected, inherited] |
double Isis::PhotoModel::p_photoB0 [protected, inherited] |
double Isis::PhotoModel::p_photoB0save [protected, inherited] |
Referenced by Isis::Hapke::Hapke(), and Isis::Hapke::SetStandardConditions().
double Isis::PhotoModel::p_photoBh [protected, inherited] |
Referenced by Isis::PhotoModel::PhotoBh(), Isis::Hapke::PhotoModelAlgorithm(), and Isis::Hapke::SetPhotoBh().
NumericalApproximation Isis::PhotoModel::p_photoBSpline [protected, inherited] |
Referenced by Isis::LunarLambertEmpirical::LunarLambertEmpirical(), Isis::MinnaertEmpirical::MinnaertEmpirical(), Isis::MinnaertEmpirical::PhotoModelAlgorithm(), Isis::LunarLambertEmpirical::PhotoModelAlgorithm(), Isis::LunarLambertEmpirical::~LunarLambertEmpirical(), and Isis::MinnaertEmpirical::~MinnaertEmpirical().
double Isis::PhotoModel::p_photoCh [protected, inherited] |
Referenced by Isis::PhotoModel::PhotoCh(), Isis::Hapke::PhotoModelAlgorithm(), and Isis::Hapke::SetPhotoCh().
double Isis::PhotoModel::p_photoCot2t [protected, inherited] |
Referenced by Isis::Hapke::PhotoModelAlgorithm().
double Isis::PhotoModel::p_photoCott [protected, inherited] |
Referenced by Isis::Hapke::PhotoModelAlgorithm().
double Isis::PhotoModel::p_photoHg1 [protected, inherited] |
double Isis::PhotoModel::p_photoHg2 [protected, inherited] |
double Isis::PhotoModel::p_photoHh [protected, inherited] |
double Isis::PhotoModel::p_photoK [protected, inherited] |
Referenced by Isis::PhotoModel::PhotoK(), Isis::Minnaert::PhotoModelAlgorithm(), and Isis::Minnaert::SetPhotoK().
std::vector<double> Isis::PhotoModel::p_photoKList [protected, inherited] |
NumericalApproximation Isis::PhotoModel::p_photoKSpline [protected, inherited] |
double Isis::PhotoModel::p_photoL [protected, inherited] |
Referenced by Isis::PhotoModel::PhotoL(), PhotoModelAlgorithm(), and SetPhotoL().
std::vector<double> Isis::PhotoModel::p_photoLList [protected, inherited] |
NumericalApproximation Isis::PhotoModel::p_photoLSpline [protected, inherited] |
double Isis::PhotoModel::p_photoOsr [protected, inherited] |
Referenced by Isis::Hapke::PhotoModelAlgorithm().
int Isis::PhotoModel::p_photoPhaseAngleCount [protected, inherited] |
std::vector<double> Isis::PhotoModel::p_photoPhaseCurveList [protected, inherited] |
Referenced by Isis::LunarLambertEmpirical::LunarLambertEmpirical(), Isis::MinnaertEmpirical::MinnaertEmpirical(), Isis::PhotoModel::PhotoPhaseCurveList(), Isis::MinnaertEmpirical::SetPhotoPhaseCurveList(), Isis::LunarLambertEmpirical::SetPhotoPhaseCurveList(), Isis::LunarLambertEmpirical::~LunarLambertEmpirical(), and Isis::MinnaertEmpirical::~MinnaertEmpirical().
std::vector<double> Isis::PhotoModel::p_photoPhaseList [protected, inherited] |
Referenced by Isis::LunarLambertEmpirical::LunarLambertEmpirical(), Isis::MinnaertEmpirical::MinnaertEmpirical(), Isis::PhotoModel::PhotoPhaseList(), Isis::MinnaertEmpirical::SetPhotoPhaseList(), Isis::LunarLambertEmpirical::SetPhotoPhaseList(), Isis::LunarLambertEmpirical::~LunarLambertEmpirical(), and Isis::MinnaertEmpirical::~MinnaertEmpirical().
double Isis::PhotoModel::p_photoSr [protected, inherited] |
Referenced by Isis::Hapke::PhotoModelAlgorithm().
double Isis::PhotoModel::p_photoTant [protected, inherited] |
Referenced by Isis::Hapke::PhotoModelAlgorithm().
double Isis::PhotoModel::p_photoTheta [protected, inherited] |
double Isis::PhotoModel::p_photoThetaold [protected, inherited] |
Referenced by Isis::Hapke::Hapke(), Isis::Hapke::PhotoModelAlgorithm(), and Isis::Hapke::SetOldTheta().
double Isis::PhotoModel::p_photoWh [protected, inherited] |