|
Mantid
|
#include "MantidDataHandling/DetermineChunking.h"#include "LoadRaw/isisraw.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/ITableWorkspace.h"#include "MantidAPI/TableRow.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidDataHandling/LoadEventNexus.h"#include "MantidDataHandling/LoadPreNexus.h"#include "MantidDataHandling/LoadRawHelper.h"#include "MantidDataHandling/LoadTOFRawNexus.h"#include "MantidKernel/BinaryFile.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/System.h"#include "MantidKernel/VisibleWhenProperty.h"#include <nexus/NeXusFile.hpp>#include <nexus/NeXusException.hpp>#include <Poco/File.h>#include <exception>#include <fstream>#include <set>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |
Functions | |
| const int | Mantid::DataHandling::NUM_EXT_EVENT_NEXUS (3) |
| Number of event nexus extensions. More... | |
| const int | Mantid::DataHandling::NUM_EXT_HISTO_NEXUS (1) |
| Number of histogram nexus extensions. More... | |
| const int | Mantid::DataHandling::NUM_EXT_PRENEXUS (1) |
| Number of prenexus extensions. More... | |
| const int | Mantid::DataHandling::NUM_EXT_RAW (1) |
| Number of raw file extensions. More... | |
Variables | |
| const std::string | Mantid::DataHandling::EVENT_NEXUS_EXT [NUM_EXT_EVENT_NEXUS] = {"_event.nxs", ".nxs", ".nxs.h5"} |
| Valid extensions for event nexus files. More... | |
| const std::string | Mantid::DataHandling::HISTO_NEXUS_EXT [NUM_EXT_HISTO_NEXUS] = {"_histo.nxs"} |
| Valid extensions for histogram nexus files. More... | |
| const std::string | Mantid::DataHandling::PRENEXUS_EXT [NUM_EXT_PRENEXUS] = {"_runinfo.xml"} |
| Valid extensions for prenexus files. More... | |
| const std::string | Mantid::DataHandling::RAW_EXT [NUM_EXT_RAW] = {".raw"} |
| Valid extensions for ISIS raw files. More... | |