Files
JFCalibration2/include/BadChannels.hpp
T
2026-07-01 18:46:38 +02:00

14 lines
503 B
C++

#include "aare/JungfrauDataFile.hpp"
#include "aare/NDArray.hpp"
using namespace aare;
namespace jungfraucalibration
{
NDArray<bool, 2> CreateBadChannelPixelMask(JungfrauDataFile &pedestal_file, const size_t num_pedestals_g0, const size_t num_pedestals_g1, const size_t num_pedestals_g2);
NDArray<bool, 2> CreateBadChannelPixelMask(JungfrauDataFile &pedestals_g0_file, const JungfrauDataFile &pedestals_g1_file, const JungfrauDataFile &pedestal_g2_file);
} // namespace jungfraucalibration