15namespace DataHandling {
22namespace LoadGeometry {
25bool isIDF(
const std::string &filename);
27bool isNexus(
const std::string &filename);
30bool isNexus(
const std::string &filename,
const std::map<std::string, std::set<std::string>> &allEntries);
bool isIDF(const std::string &filename)
Determine if the Geometry file type is IDF.
const std::vector< std::string > validExtensions()
List allowed file extensions for geometry.
bool isNexus(const std::string &filename)
Determine if the Geometry file type is Nexus.
Helper class which provides the Collimation Length for SANS instruments.