1 #ifndef GainLineDrift_h 2 #define GainLineDrift_h 72 void init(
const HiCalConf &conf) {
77 _channel =
ToInteger(prof(
"ChannelNumber"));
80 _coefs =
loadCsv(
"LineGainDrift", conf, prof, 4);
87 double linetime =
ToDouble(prof(
"ScanExposureDuration"));
92 for (
int i = 0 ; i < nlines ; i++ ) {
94 gainV[i] = _coefs[0] + (_coefs[1] * lt) +
95 _coefs[2] * exp(_coefs[3] * lt);
int CpmmToCcd(int cpmm)
Convert HiRISE Cpmm number to Ccd number.
Compute HiRISE line times.
HiVector _data
Data vector.
HiHistory _history
Hierarchial component history.
virtual ~GainLineDrift()
Destructor.
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.
int ToInteger(const T &value)
Helper function to convert values to Integers.
Module manages HiRISE calibration vectors from various sources.
double ToDouble(const T &value)
Helper function to convert values to doubles.
Computes a gain correction for each line (Zg Module)
Namespace for ISIS/Bullet specific routines.
QString Name() const
Returns the name of this property.
QString ToString(const T &value)
Helper function to convert values to strings.
TNT::Array1D< double > HiVector
1-D Buffer