|
Mantid
|
#include "MantidDataHandling/StartAndEndTimeFromNexusFileExtractor.h"#include "MantidAPI/FileFinder.h"#include "MantidDataHandling/LoadNexus.h"#include "MantidKernel/Exception.h"#include "MantidKernel/Logger.h"#include "MantidNexus/NexusFile.h"#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |
Functions | |
| Mantid::Types::Core::DateAndTime DLLExport | Mantid::DataHandling::extractEndTime (const std::string &filename) |
| Gets the start time from the nexus file. | |
| Mantid::Types::Core::DateAndTime DLLExport | Mantid::DataHandling::extractStartTime (const std::string &filename) |
| Extracts the start and the end time from a Nexus file. | |