|
Isis 3 Programmer Reference
|
1 #ifndef GainTemperature_h
2 #define GainTemperature_h
17 #include "HiCalTypes.h"
18 #include "HiCalUtil.h"
19 #include "HiCalConf.h"
22 #include "Statistics.h"
23 #include "IException.h"
65 void init(
const HiCalConf &conf) {
72 _fpaFactor = factor[0];
77 double fpa_py_temp =
ToDouble(prof(
"FpaPositiveYTemperature"));
78 double fpa_my_temp =
ToDouble(prof(
"FpaNegativeYTemperature"));
81 double FPA_temp = (fpa_py_temp+fpa_my_temp) / 2.0;
82 double _baseT = 1.0 - (_fpaFactor * (FPA_temp - _refTemp));
HiHistory _history
Hierarchial component history.
GaingTemperature Module - Applies temperature-dependant gain correction (column)
QString Name() const
Returns the name of this property.
QString ToString(const T &value)
Helper function to convert values to strings.
Module manages HiRISE calibration vectors from various sources.
T ConfKey(const DbProfile &conf, const QString &keyname, const T &defval, int index=0)
Find a keyword in a profile using default for non-existant keywords.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
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.
int ToInteger(const T &value)
Helper function to convert values to Integers.
virtual ~GainTemperature()
Destructor.
A DbProfile is a container for access parameters to a database.
TNT::Array1D< double > HiVector
1-D Buffer
double ToDouble(const T &value)
Helper function to convert values to doubles.
double toDouble(const QString &string)
Global function to convert from a string to a double.
This is free and unencumbered software released into the public domain.