// SPDX-FileCopyrightText: 2025 Filip Leonarski, Paul Scherrer Institute // SPDX-License-Identifier: GPL-3.0-only #ifndef JFJOCH_REFLECTION_H #define JFJOCH_REFLECTION_H #include #include #include "SpotToSave.h" struct Reflection { int64_t h; int64_t k; int64_t l; float image_number; // Can be in-between for 3D integration float predicted_x; float predicted_y; float d; float I; float bkg; float sigma; }; #endif //JFJOCH_REFLECTION_H