An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
Store for radiometric gain and shift parameters. More...
#include <GruenTypes.h>
Public Member Functions | |
Radiometric (const double &shift, const double &gain) | |
double | Shift () const |
double | Gain () const |
Radiometric & | operator+= (const Radiometric &B) |
Add radiometric parameters from another set of parameters. | |
Public Attributes | |
double | m_shift |
double | m_gain |
Store for radiometric gain and shift parameters.
Definition at line 206 of file GruenTypes.h.
|
inline |
Definition at line 208 of file GruenTypes.h.
|
inline |
Definition at line 209 of file GruenTypes.h.
|
inline |
Definition at line 213 of file GruenTypes.h.
|
inline |
Add radiometric parameters from another set of parameters.
Definition at line 217 of file GruenTypes.h.
|
inline |
Definition at line 212 of file GruenTypes.h.
double Isis::Radiometric::m_gain |
Definition at line 224 of file GruenTypes.h.
double Isis::Radiometric::m_shift |
Definition at line 223 of file GruenTypes.h.