13 lines
368 B
C
13 lines
368 B
C
// Copyright (2019-2024) Paul Scherrer Institute
|
|
|
|
#ifndef JUNGFRAUJOCH_CPUSPOTFINDER_H
|
|
#define JUNGFRAUJOCH_CPUSPOTFINDER_H
|
|
|
|
#include "../common/DiffractionExperiment.h"
|
|
#include "SpotFindingSettings.h"
|
|
#include "StrongPixelSet.h"
|
|
|
|
void FindSpots(DeviceOutput &output, const SpotFindingSettings& settings, const float *d_array);
|
|
|
|
#endif //JUNGFRAUJOCH_CPUSPOTFINDER_H
|