This commit is contained in:
2026-03-09 19:51:38 +01:00
parent f276cf6384
commit 442fe78d38
+2
View File
@@ -60,6 +60,8 @@ struct StrixelGroupToPixelMap {
double pitch_um;
InclusiveROI placement_on_sensor; // location of the group in the sensor
// coordinate system (or reduced roi)
// Technically, only the map is needed and the above metadata is only copied
// Should we still keep it so that a user can directly access it?
NDArray<ssize_t, 2> map;
};