From 67690aacf937770b815e5f33da63e55d5eebe034 Mon Sep 17 00:00:00 2001 From: vhinger Date: Fri, 17 Jul 2026 11:36:23 +0200 Subject: [PATCH] Fix only one SensorPlacement also in RemapGenerate.hpp --- include/aare/RemapGenerate.hpp | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/include/aare/RemapGenerate.hpp b/include/aare/RemapGenerate.hpp index fc5a9db..1ddc9b3 100644 --- a/include/aare/RemapGenerate.hpp +++ b/include/aare/RemapGenerate.hpp @@ -54,10 +54,7 @@ jungfrau_ilgad_singlechip_multipitch_strixel_maps(InclusiveROI rx_roi, config::jungfrau::SingleChipMP_iLGAD_P15, config::jungfrau::SingleChipMP_iLGAD_P18}}; - std::vector placements(configs.group_configs.size(), - placement); - - return algo::strixel_to_pixel_maps(configs, placements, rx_roi, bs); + return algo::strixel_to_pixel_maps(configs, placement, rx_roi, bs); }; /************************************ @@ -109,10 +106,7 @@ jungfrau_tew_singlechip_multipitch_strixel_maps(InclusiveROI rx_roi, config::jungfrau::SingleChipMP_TEW_P15, config::jungfrau::SingleChipMP_TEW_P18}}; - std::vector placements(configs.group_configs.size(), - placement); - - return algo::strixel_to_pixel_maps(configs, placements, rx_roi, bs); + return algo::strixel_to_pixel_maps(configs, placement, rx_roi, bs); }; /************************************ @@ -139,12 +133,7 @@ jungfrau_ilgad_quad_25um_strixel_maps(InclusiveROI rx_roi, defs::SensorConfig configs{{config::jungfrau::Quad_iLGAD_bottomhalf, config::jungfrau::Quad_iLGAD_tophalf}}; - std::vector placements(configs.group_configs.size(), - placement); - - placements[1].rotation = algo::flip(placement.rotation); - - return algo::strixel_to_pixel_maps(configs, placements, rx_roi); + return algo::strixel_to_pixel_maps(configs, placement, rx_roi); } inline defs::StrixelGroupToPixelMap