mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 08:28:39 +01:00
fix for empty roi vectors (which shouldnt be) as you cant know if its all or not in roi
This commit is contained in:
@@ -307,8 +307,8 @@ class Implementation : private virtual slsDetectorDefs {
|
||||
bool framePadding{true};
|
||||
pid_t parentThreadId;
|
||||
pid_t tcpThreadId;
|
||||
std::vector<ROI> portRois{};
|
||||
std::vector<ROI> multiRoiMetadata{};
|
||||
std::vector<slsDetectorDefs::ROI> portRois{1};
|
||||
std::vector<slsDetectorDefs::ROI> multiRoiMetadata{1};
|
||||
|
||||
// file parameters
|
||||
fileFormat fileFormatType{BINARY};
|
||||
|
||||
Reference in New Issue
Block a user