11#include <OpenMS/config.h>
43 class OPENMS_DLLAPI BrukerTimsImagingFile :
public ProgressLogger
60 BrukerTimsFile::Config inner_config;
63 bool strict_imaging_only =
true;
67 BrukerTimsImagingFile() =
default;
80 void load(
const std::string& path, MSImagingExperiment& exp);
94 void load(
const std::string& path, MSImagingExperiment& exp,
const Config& config);
107 static bool isImagingDataset(
const std::string& path);
121 static std::vector<MaldiPixel> readMaldiFrameInfo(
const std::string& d_folder);
131 static std::string readGlobalMetadataValue(
const std::string& d_folder,
const std::string& key);
135 static void computeBoundingBox_(
const std::vector<MaldiPixel>& rows,
136 Int& x_min, Int& y_min,
137 UInt& width, UInt& height);
140 static std::string resolveTdfPath_(
const std::string& d_folder);
int Int
Signed integer type.
Definition Types.h:72
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19