10#include "MantidDataHandling/DllConfig.h"
21namespace DataHandling {
28 const std::string
name()
const override {
return "LoadILLSALSA"; }
30 const std::string
summary()
const override {
return "Loads an ILL SALSA NeXus file."; }
32 int version()
const override {
return 1; }
33 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadNexus"}; }
35 const std::string
category()
const override {
return "DataHandling\\Nexus;ILL\\Strain"; }
49 void setInstrument(
double distance,
double angle);
51 void loadNexusV1(
const H5::H5File &h5file);
53 void loadNexusV2(
const H5::H5File &h5file);
55 void fillWorkspaceMetadata(
const std::string &filename);
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Loads an ILL SALSA NeXus file into a Mantid workspace.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::shared_ptr< DataObjects::Workspace2D > m_outputWorkspace
static const size_t HORIZONTAL_NUMBER_PIXELS
const std::string name() const override
Algorithm's name.
static const size_t VERTICAL_NUMBER_PIXELS
Defines a wrapper around a file whose internal structure can be accessed using the NeXus API.
Helper class which provides the Collimation Length for SANS instruments.