|
Isis Developer Reference
|
Go to the documentation of this file.
54 double dn,
double &albedo,
double &mult,
double &base) {};
56 double deminc,
double demema,
double dn,
double &albedo,
57 double &mult,
double &base);
61 void SetNormPharef(
const double pharef);
62 void SetNormIncref(
const double incref);
63 void SetNormEmaref(
const double emaref);
64 void SetNormPhamat(
const double phamat);
65 void SetNormIncmat(
const double incmat);
66 void SetNormEmamat(
const double emamat);
67 void SetNormThresh(
const double thresh);
68 void SetNormAlbedo(
const double albedo);
Definition: PhotoModel.h:41
Mixed(Pvl &pvl, PhotoModel &pmodel)
Definition: Mixed.cpp:13
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
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
double PhtTopder(double phase, double incidence, double emission)
Obtain topographic derivative of an arbitrary photometric function.
Definition: PhotoModel.cpp:64
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Definition: NormModel.h:36
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
const double NULL8
Definition: SpecialPixel.h:94
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 ~Mixed()
Definition: Mixed.h:50
Isis::NormModel * MixedPlugin(Isis::Pvl &pvl, Isis::PhotoModel &pmodel)
Definition: Mixed.cpp:279
virtual void SetStandardConditions(bool standard)
Sets whether standard conditions will be used.
Definition: PhotoModel.cpp:50
PhotoModel * GetPhotoModel()
Definition: NormModel.h:66
Adds specific functionality to C++ strings.
Definition: IString.h:165
virtual void NormModelAlgorithm(double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base)
Definition: Mixed.h:53
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
Mixed albedo/topo normalization without atmosphere.
Definition: Mixed.h:47