|
Mantid
|
#include "MantidDataHandling/InstrumentSpectraMapping.h"#include "MantidAPI/Algorithm.h"#include "MantidAPI/ISpectrum.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Workspace.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/Logger.h"#include <algorithm>#include <memory>#include <string>#include <unordered_set>#include <vector>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 | |
| 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. | |