  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef GainNonLinearity_h 
    2 #define GainNonLinearity_h 
   17 #include "HiCalTypes.h" 
   18 #include "HiCalUtil.h" 
   19 #include "HiCalConf.h" 
   22 #include "Statistics.h" 
   23 #include "IException.h" 
   52       std::string _gainFile;
 
   55       void init(
const HiCalConf &conf) {
 
   62         _gainFactor = factor[0];
 
 
 
HiHistory _history
Hierarchial component history.
 
QString Name() const
Returns the name of this property.
 
virtual ~GainNonLinearity()
Destructor.
 
QString ToString(const T &value)
Helper function to convert values to strings.
 
Module manages HiRISE calibration vectors from various sources.
 
GainNonLinearity Module - Applies non-linear, line-dependant gain.
 
HiVector _data
Data vector.
 
HiVector loadCsv(const QString &csvBase, const HiCalConf &conf, const DbProfile &prof, const int &elements=0)
Provide generic loading of CSV file for all modules.
 
A DbProfile is a container for access parameters to a database.
 
TNT::Array1D< double > HiVector
1-D Buffer
 
This is free and unencumbered software released into the public domain.