File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
NoNormalization.h
1#ifndef NoNormalization_h
2#define NoNormalization_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "NormModel.h"
11
12namespace Isis {
13 class Pvl;
14
32 class NoNormalization : public NormModel {
33 public:
34 NoNormalization(Pvl &pvl, PhotoModel &pmodel);
35 virtual ~NoNormalization() {};
36
37 protected:
38 virtual void NormModelAlgorithm(double pha, double inc, double ema,
39 double dn, double &albedo, double &mult, double &base) {};
40 virtual void NormModelAlgorithm(double pha, double inc, double ema,
41 double deminc, double demema, double dn, double &albedo,
42 double &mult, double &base);
43 };
44};
45
46#endif
NoNormalization - perform simple correction without normalization (a*dn +b)
Container for cube-like labels.
Definition Pvl.h:119
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

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: 02/24/2025 16:15:07