15namespace WorkflowAlgorithms {
16namespace EQSANSInstrument {
22 {0.0, 10.0, 10.0, 15.0, 15.0, 20.0, 20.0, 40.0},
23 {0.0, 10.0, 10.0, 15.0, 15.0, 20.0, 20.0, 40.0}};
28 double &
x,
double &
y);
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
void getDefaultBeamCenter(const API::MatrixWorkspace_sptr &dataWS, double &pixel_x, double &pixel_y)
double readInstrumentParameter(const std::string ¶meter, const API::MatrixWorkspace_sptr &dataWS)
File change history is stored at: https://github.com/mantidproject/mantid Code Documentation is avail...
int getDetectorFromPixel(const int &pixel_x, const int &pixel_y, const API::MatrixWorkspace_sptr &dataWS)
void getPixelFromCoordinate(const double &x, const double &y, const API::MatrixWorkspace_sptr &dataWS, double &pixel_x, double &pixel_y)
const double default_slit_positions[3][8]
File change history is stored at: https://github.com/mantidproject/mantid Code Documentation is avail...
void getCoordinateFromPixel(const double &pixel_x, const double &pixel_y, const API::MatrixWorkspace_sptr &dataWS, double &x, double &y)
Helper class which provides the Collimation Length for SANS instruments.