|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef NUMERICALATMOSAPPROX_H
2 #define NUMERICALATMOSAPPROX_H
46 double RombergsMethod(
AtmosModel *am, IntegFunc sub,
double a,
double b);
47 double RefineExtendedTrap(
AtmosModel *am, IntegFunc sub,
double a,
double b,
double s,
unsigned int n);
49 static double OutrFunc2Bint(
AtmosModel *am,
double phi);
50 static double InrFunc2Bint(
AtmosModel *am,
double mu);
IntegFunc
This enum defines function to be integrated by Romberg's method.
Definition: NumericalAtmosApprox.h:43
double p_atmosCosphi
Definition: AtmosModel.h:279
vector< double > PolynomialNevilleErrorEstimate()
Retrieves the error estimate for the Neville's polynomial interpolation type.
Definition: NumericalApproximation.cpp:970
NumericalAtmosApprox(const NumericalApproximation::InterpType &itype=CubicNatural)
Uses Isis::NumericalApproximation constructor.
Definition: NumericalAtmosApprox.h:35
const double PI
The mathematical constant PI.
Definition: Constants.h:40
This class extends Isis::NumericalApproximation.
Definition: NumericalAtmosApprox.h:32
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
double CalcSurfAlbedo(double pha, double inc, double ema)
Calculate the surface brightness using photometric angle information.
Definition: PhotoModel.cpp:177
int p_atmosAtmSwitch
Definition: AtmosModel.h:248
double p_atmosMunot
Definition: AtmosModel.h:277
double p_atmosInc
Definition: AtmosModel.h:275
double p_atmosSini
Definition: AtmosModel.h:278
double AtmosHga() const
Return atmospheric Hga value.
Definition: AtmosModel.h:127
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Isis exception class.
Definition: IException.h:91
virtual ~NumericalAtmosApprox()
Empty destructor.
Definition: NumericalAtmosApprox.h:37
ErrorType errorType() const
Returns the source of the error for this exception.
Definition: IException.cpp:430
Namespace for the standard library.
double AtmosTau() const
Return atmospheric Tau value.
Definition: AtmosModel.h:119
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
InterpType
This enum defines the types of interpolation supported in this class.
Definition: NumericalApproximation.h:731
Adds specific functionality to C++ strings.
Definition: IString.h:165
double RombergsMethod(AtmosModel *am, IntegFunc sub, double a, double b)
This variation on the NumericalApproximation method integrates a specified AtmosModel function rather...
Definition: NumericalAtmosApprox.cpp:52
void Reset()
Resets the state of the object.
Definition: NumericalApproximation.cpp:2251
@ OuterFunction
Indicates that Romberg's method will integrate the function OutrFunc2Bint()
Definition: NumericalAtmosApprox.h:43
NumericalApproximation provides various numerical analysis methods of interpolation,...
Definition: NumericalApproximation.h:726
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
double p_atmosPhi
Definition: AtmosModel.h:276