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