10#include "MantidCrystal/DllConfig.h"
12#include <gsl/gsl_blas.h>
13#include <gsl/gsl_poly.h>
27 const std::string
name()
const override {
return "LoadHKL"; };
29 const std::string
summary()
const override {
return "Loads an ASCII .hkl file to a PeaksWorkspace."; }
32 int version()
const override {
return 1; };
33 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveHKL"}; }
35 const std::string
category()
const override {
return "Crystal\\DataHandling;DataHandling\\Text"; }
Base class from which all concrete algorithm classes should be derived.
LoadHKL : Load an ISAW-style .hkl file into a PeaksWorkspace.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.