23 #ifndef GaussianStretch_h 24 #define GaussianStretch_h 56 double Map(
const double value)
const;
This class is used to accumulate statistics on double arrays.
Container of a cube histogram.
GaussianStretch(Histogram &histogram, const double mean=0.0, const double standardDeviation=1.0)
Constructs a gaussian stretch object.
Namespace for ISIS/Bullet specific routines.
double Map(const double value) const
Maps an input value to an output value based on the gaussian distribution.
Stretch p_stretch
Value of the mean.