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; };