Files
Jungfraujoch/common/SpotToSave.h

15 lines
288 B
C

// Copyright (2019-2022) Paul Scherrer Institute
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef JUNGFRAUJOCH_SPOTTOSAVE_H
#define JUNGFRAUJOCH_SPOTTOSAVE_H
struct SpotToSave {
float x;
float y;
float intensity;
bool indexed;
};
#endif //JUNGFRAUJOCH_SPOTTOSAVE_H