|
virtual AttenuationResult | EvaluateRayleighAttenuation (const utl::Point &xInit, const utl::Point &xFinal, const std::vector< double > &wLength) const =0 |
|
virtual double | EvaluateRayleighAttenuation (const utl::Point &xInit, const utl::Point &xFinal, const double wLength) const =0 |
|
virtual ScatteringResult | EvaluateRayleighScattering (const utl::Point &x1, const utl::Point &x2, const double angle, const double distance, const std::vector< double > &wLength) const =0 |
|
virtual ScatteringResult | EvaluateRayleighScattering (const utl::Point &x1, const utl::Point &x2, const double angle, const double distance, const AttenuationResult &raylAtten) const =0 |
|
virtual double | EvaluateRayleighScattering (const utl::Point &xA, const utl::Point &xB, const double angle, const double distance, const double wLength, const double raylAtten) const =0 |
|
virtual double | EvaluateRayleighScattering (const utl::Point &xA, const utl::Point &xB, const double angle, const double distance, const double wLength) const =0 |
|
virtual double | EvaluateScatteringAngle (const utl::Point &p, const double angle, const double wLength) const =0 |
|
virtual const utl::VRandomSampler & | EvaluateScatteringAngleDistribution (const utl::Point &p, const double wLength) const |
|
virtual double | GetAttenuationLength (const utl::Point &p, const double wLength) const =0 |
|
virtual bool | HasData () const =0 |
| True if a data source is for the given model. More...
|
|
virtual void | Init ()=0 |
|
virtual void | SetUncertaintyBound (const double nSigma) const |
| alter Model by nSigma standard deviations More...
|
|
| VRayleighModel () |
|
virtual | ~VRayleighModel () |
|
Base class for an Rayleigh Model.
- Author
- Luis Prado Jr
- Date
- 23 Sep 2003
Definition at line 29 of file VRayleighModel.h.
virtual bool atm::VModel::HasData |
( |
| ) |
const |
|
pure virtualinherited |
True if a data source is for the given model.
This method is meant to be checked to determine whether the given model is able to find valid data to evaluate. Typically it will always be true for parametric models which rely on an XML file, and will be true or false for database-based models, depending on whether or not relevant data are found in the DB for the current detector time
Implemented in atm::SuperMieModel, atm::MeasuredDBMieModel, atm::MieModelOff, atm::RayleighModelOff, atm::LidarCloudDBModel, atm::ParametricXMLMieModel, atm::ParametricXMLRayleighModel, atm::HumidAirRayleighModel, atm::AnalyticalCherenkovModel, atm::SimShowerProfileModel, atm::NonParametricXMLMieModel, atm::GDASProfileModel, atm::RadiosondeDBProfileModel, atm::SuperProfileModel, atm::ParametricXMLProfileModel, atm::MonthlyAvgDBProfileModel, atm::AirflyFluorescenceModel, atm::Kakimoto1996FluorescenceModel, atm::Nagano2004FluorescenceModel, atm::USStdADBProfileModel, atm::ConstantFluorescenceModel, atm::Keilhauer2008FluorescenceModel, and atm::AirFluorescenceModel.