Isis 3 Programmer Reference
|
Albedo dependent phase function normalization for the Moon. More...
#include <MoonAlbedo.h>
Public Member Functions | |
MoonAlbedo (Pvl &pvl, PhotoModel &pmodel) | |
std::string | AlgorithmName () const |
Return normalization algorithm name. More... | |
void | CalcNrmAlbedo (double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base) |
Calculate the albedo normalization. More... | |
void | CalcNrmAlbedo (double pha, double inc, double ema, double deminc, double demema, double dn, double &albedo, double &mult, double &base) |
Calculate the normalization albedo using photometric angle information. More... | |
virtual void | SetNormWavelength (double wavelength) |
Set the wavelength parameter. More... | |
Protected Member Functions | |
virtual void | NormModelAlgorithm (double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base) |
virtual void | NormModelAlgorithm (double pha, double inc, double ema, double deminc, double demema, double dn, double &albedo, double &mult, double &base) |
void | SetAlgorithmName (std::string name) |
PhotoModel * | GetPhotoModel () |
AtmosModel * | GetAtmosModel () |
Protected Attributes | |
double | p_normWavelength |
Private Member Functions | |
void | SetNormD (const double d) |
Set parameters needed for albedo dependent phase function normalization for the Moon. More... | |
void | SetNormE (const double e) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormF (const double f) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormG2 (const double g2) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormXmul (const double xmul) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormWl (const double wl) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormH (const double h) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormBsh1 (const double bsh1) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormXb1 (const double xb1) |
Set the albedo dependent phase function normalization parameter. More... | |
void | SetNormXb2 (const double xb2) |
Set the albedo dependent phase function normalization parameter. More... | |
Albedo dependent phase function normalization for the Moon.
Definition at line 41 of file MoonAlbedo.h.
|
inlineinherited |
Return normalization algorithm name.
Definition at line 59 of file NormModel.h.
|
inherited |
Calculate the albedo normalization.
Calculate the normalization albedo using photometric angle information.
pha | input phase angle |
inc | input incidence angle |
ema | input emission angle |
dn | input albedo value |
Definition at line 58 of file NormModel.cpp.
Referenced by Isis::Photometry::Compute().
|
inherited |
Calculate the normalization albedo using photometric angle information.
pha | input phase angle |
inc | input incidence angle for ellipsoid |
ema | input emission angle for ellipsoid |
deminc | input incidence angle for dem |
demema | input emission angle for dem |
dn | input albedo value |
Definition at line 83 of file NormModel.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter is limited to values >= 0.
bsh1 | Normalization function parameter, default is 0.08 |
Definition at line 289 of file MoonAlbedo.cpp.
References _FILEINFO_, and Isis::IException::User.
|
private |
Set parameters needed for albedo dependent phase function normalization for the Moon.
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter has no limits.
d | Normalization function parameter, default is 0.14 |
Definition at line 205 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter has no limits.
e | Normalization function parameter, default is -0.4179 |
Definition at line 228 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter has no limits.
f | Normalization function parameter, default is 0.55 |
Definition at line 239 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter has no limits.
g2 | Normalization function parameter, default is 0.02 |
Definition at line 250 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter is limited to non-zero values.
h | Normalization function parameter, default is 0.048 |
Definition at line 272 of file MoonAlbedo.cpp.
References _FILEINFO_, and Isis::IException::User.
|
virtualinherited |
Set the wavelength parameter.
This value is obtained from the BandBin Center keyword of the image. This must be set by the application.
Definition at line 45 of file NormModel.cpp.
Referenced by Isis::Photometry::SetPhotomWl().
|
private |
Set the albedo dependent phase function normalization parameter.
This is the wavelength in micrometers of the image being normalized (found in the BandBin Center keyword of the image). This parameter has no limits.
wl | Normalization function parameter, default is 1.0 |
Definition at line 217 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter has no limits.
xb1 | Normalization function parameter, default is -0.0817 |
Definition at line 306 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This is an emperically derived coefficient. This parameter has no limits.
xb2 | Normalization function parameter, default is 0.0081 |
Definition at line 317 of file MoonAlbedo.cpp.
|
private |
Set the albedo dependent phase function normalization parameter.
This parameter is used to convert radiance to reflectance or apply a calibration fudge factor. This parameter has no limits.
xmul | Normalization function parameter, default is 1.0 |
Definition at line 261 of file MoonAlbedo.cpp.