#include "MantidKernel/TimeSeriesProperty.h"
#include "MantidKernel/EmptyValues.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/TimeSplitter.h"
#include <json/value.h>
#include <nexus/NeXusFile.hpp>
#include <boost/regex.hpp>
#include <numeric>
Go to the source code of this file.
|
namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments.
|
|
namespace | Mantid::Kernel |
|
|
double DLLExport | Mantid::Kernel::filterByStatistic (TimeSeriesProperty< double > const *const propertyToFilter, Kernel::Math::StatisticType statisticType) |
| Function filtering double TimeSeriesProperties according to the requested statistics. More...
|
|