16namespace DataHandling {
23namespace LoadGeometry {
26bool isIDF(
const std::string &filename);
28bool isNexus(
const std::string &filename);
31bool isNexus(
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.