Skip to content

Update memory consumption (ATLASRECTS-6170)

Soshi Tsuno requested to merge stsuno/athena:atlasrects-6170 into master

As report in ATLASRECTS-6170, the last update of the integration of the 3D sensor radiation damage map in the conditions data increses a memory comsumption at RAWtoALL step. The idea to reduce it is to split this condisitons data, one for basic pixel parameters and the other for radiation damage simulation. So that the radiation damage conditions will not be used in the reconstruction step. Thus, reduce the memory consumption.

Since the radiation damage simulation is not ON by current default setting, this should not change the results.

Merge request reports