File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
NoNormalization.h
Go to the documentation of this file.
1 #ifndef NoNormalization_h
2 #define NoNormalization_h
3 
26 #include "NormModel.h"
27 
28 namespace Isis {
29  class Pvl;
30 
48  class NoNormalization : public NormModel {
49  public:
50  NoNormalization(Pvl &pvl, PhotoModel &pmodel);
51  virtual ~NoNormalization() {};
52 
53  protected:
54  virtual void NormModelAlgorithm(double pha, double inc, double ema,
55  double dn, double &albedo, double &mult, double &base) {};
56  virtual void NormModelAlgorithm(double pha, double inc, double ema,
57  double deminc, double demema, double dn, double &albedo,
58  double &mult, double &base);
59  };
60 };
61 
62 #endif
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
NoNormalization - perform simple correction without normalization (a*dn +b)

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:26:18