Files
Jungfraujoch/common/SpotToSave.h

14 lines
243 B
C

// 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