Go to the documentation of this file.
28 #ifndef LATTICES_LATTICESTATSBASE_H
29 #define LATTICES_LATTICESTATSBASE_H
31 #include <casacore/casa/aips.h>
32 #include <casacore/casa/Arrays/Vector.h>
33 #include <casacore/casa/BasicSL/String.h>
150 const Regex& delimiter);
A Vector of integers, for indexing into Array<T> objects.
The flux density (can't always compute this - needs the beam)
static std::set< Double > quartileFracs()
The total number of available statistics to plot.
StatisticsTypes
This enum StatisticTypes is provided for use with the LatticeStatistics<T>::setPlotting function.
static void stretchMinMax(Float &min, Float &max)
Stretch a range by 10%.
static Int toStatisticType(const String &statistic)
Returns -1 if the statistic string is not valid.
static Vector< Int > toStatisticTypes(const String &statistics, const Regex &delimiter)
Helper function to convert a String containing a list of desired statistics to the correct Vector<Int...
The standard deviation about the mean.
The variance about the mean.
static Bool setNxy(Vector< Int > &nxy, ostream &os)
Check and fill in defaults for a Vector<Int> containing the number of subplots in x and y to be put o...
LatticeExprNode max(const LatticeExprNode &left, const LatticeExprNode &right)
TableExprNode shape(const TableExprNode &array)
Function operating on any scalar or array resulting in a Double array containing the shape.
The total number of accumulation image items (not for general use: note that the accumulation items M...
LatticeExprNode min(const LatticeExprNode &left, const LatticeExprNode &right)
this file contains all the compiler specific defines
median of absolute deviation from median
static String toStatisticName(StatisticsTypes type)
Convert type to string.
static void setStorageImageShape(IPosition &storeImageShape, const Bool &last, const Int &axisSize, const Vector< Int > &displayAxes, const IPosition &shape)
A storage image is used to accumulate information as a function of the display axes as an image is it...
The median - the robust stats does not fit well into storage lattice approach.
String: the storage and methods of handling collections of characters.
bool Bool
Define the standard types used by Casacore.
Regular expression class.
The first and third quartiles.
Base class for LatticeStatistics class.