mantidimaging.core.io.instrument_log_implmentations module#
- class mantidimaging.core.io.instrument_log_implmentations.LegacyIMATLogFile(lines: list[str])[source]#
Bases:
InstrumentLogParser
Wrap existing IMATLogFile class
- class mantidimaging.core.io.instrument_log_implmentations.LegacyShutterCountLogParser(lines: list[str])[source]#
Bases:
InstrumentShutterCountParser
Parser for shutter count files without a header searching for files ending in “ShutterCount.txt” Tab separated columns of Pulse number, Shutter count
- delimiter = '\t'#
- class mantidimaging.core.io.instrument_log_implmentations.LegacySpectraLogParser(lines: list[str])[source]#
Bases:
InstrumentLogParser
Parser for spectra files without a header
Tab separated columns of Time of flight [s], Counts
- delimiter = '\t'#