14 lines
503 B
C++
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
|