From 442fe78d38d9850c3ab5b0d52fbe2e612adaa04a Mon Sep 17 00:00:00 2001 From: vhinger Date: Mon, 9 Mar 2026 19:51:38 +0100 Subject: [PATCH] Comment --- include/aare/RemapDefs.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/aare/RemapDefs.hpp b/include/aare/RemapDefs.hpp index 3e677ff..9c91cd5 100644 --- a/include/aare/RemapDefs.hpp +++ b/include/aare/RemapDefs.hpp @@ -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 map; };