mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-07-24 19:12:54 +02:00
added sparse mask python bindings
This commit is contained in:
@@ -54,3 +54,5 @@ from ._aare import (
|
||||
PixelHistogram_u32,
|
||||
PixelHistogram_u64,
|
||||
)
|
||||
|
||||
from ._aare import SparseMask
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "bind_PixelMap.hpp"
|
||||
#include "bind_RawFile.hpp"
|
||||
#include "bind_calibration.hpp"
|
||||
#include "utils/bind_SparseMask.hpp"
|
||||
|
||||
// TODO! migrate the other names
|
||||
#include "ctb_raw_file.hpp"
|
||||
@@ -73,6 +74,7 @@ PYBIND11_MODULE(_aare, m) {
|
||||
define_fit_bindings(m);
|
||||
define_interpolation_bindings(m);
|
||||
define_jungfrau_data_file_io_bindings(m);
|
||||
define_sparse_mask_bindings(m);
|
||||
|
||||
bind_calibration(m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user