// Copyright (2019-2023) Paul Scherrer Institute #ifndef JUNGFRAUJOCH_SPOTTOSAVE_H #define JUNGFRAUJOCH_SPOTTOSAVE_H struct SpotToSave { float x; float y; float intensity; bool indexed; }; #endif //JUNGFRAUJOCH_SPOTTOSAVE_H