|
Mantid
|
#include "MantidDataHandling/DllConfig.h"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::DataHandling |
| namespace | Mantid::Kernel |
Functions | |
| MANTID_DATAHANDLING_DLL void | Mantid::DataHandling::correctLoadedWorkspaces (const API::Algorithm &loader, Kernel::Logger &log) |
| Applies correctSpectraMapping to whichever workspaces a loader declared: its output, every period of a multiperiod group, and any separately loaded monitor workspace. | |
| MANTID_DATAHANDLING_DLL bool | Mantid::DataHandling::correctSpectraMapping (API::MatrixWorkspace &workspace, Kernel::Logger &log) |
| Corrects spectrum-to-detector mappings for files that use detector IDs not recognized by the instrument definition file. | |
Variables | |
| MANTID_DATAHANDLING_DLL const std::string | Mantid::DataHandling::SPECTRA_MAP_FROM_INSTRUMENT = "instrument" |
| MANTID_DATAHANDLING_DLL const std::string | Mantid::DataHandling::SPECTRA_MAP_SOURCE = "spectra-map-source" |
| The specific instrument parameter and target value that enables the correction. | |