// SPDX-FileCopyrightText: 2025 Filip Leonarski, Paul Scherrer Institute // SPDX-License-Identifier: GPL-3.0-only #include "RawGeomAzimuthalIntegration.h" RawGeomAzimuthalIntegration::RawGeomAzimuthalIntegration(const DiffractionExperiment &experiment, const std::vector &mask) : AzimuthalIntegration(experiment.GetAzimuthalIntegrationSettings(), RAW_MODULE_COLS, RAW_MODULE_LINES * experiment.GetModulesNum()) { SetupRawGeom(experiment, mask); UpdateMaxBinNumber(); }