1 #ifndef GainFlatField_h 2 #define GainFlatField_h 78 void init(
const HiCalConf &conf) {
87 for (
int i = 0 ; i <
_data.dim() ; i++ ) {
double StandardDeviation() const
Computes and returns the standard deviation.
HiVector _data
Data vector.
const Statistics & Stats() const
Return statistics A matrix corection.
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.
A DbProfile is a container for access parameters to a database.
This class is used to accumulate statistics on double arrays.
int ToInteger(const T &value)
Helper function to convert values to Integers.
void Reset()
Reset all accumulators and counters to zero.
Module manages HiRISE calibration vectors from various sources.
virtual ~GainFlatField()
Destructor.
GainFlatField Module - Computes flat field correction for sample.
Namespace for ISIS/Bullet specific routines.
QString Name() const
Returns the name of this property.
void AddData(const double *data, const unsigned int count)
Add an array of doubles to the accumulators and counters.
QString ToString(const T &value)
Helper function to convert values to strings.
double Average() const
Computes and returns the average.