1b8657c524
No idea. Bug Fixes probably
Build on RHEL8 / build (push) Successful in 3m13s
Build on RHEL9 / build (push) Successful in 3m26s
2025-10-01 10:09:36 +02:00
de1fd62e66
Added some debug code (Commented out though)
2025-08-15 12:26:20 +02:00
6b894a5083
Fixed cluster bug. cluster.data is not saved in the correct order (makes extracting 3x3s from 9x9 impossible). This is a bug in all branches
Build on RHEL8 / build (push) Successful in 3m6s
Build on RHEL9 / build (push) Successful in 3m4s
2025-08-13 14:17:12 +02:00
faaa831238
Separated cluster size for finding and saving. You now specfic the cluster size you want when search through a frame, but you can also now specify a cluster size to save afterwards. For example, you search for 3x3s but save 9x9s
2025-08-13 11:46:24 +02:00
12498dacaa
Fixed slow cluster finding with new chunked pedestals (10x slower with multithreading). The pedestal data is now accessed as a 1D pointer
2025-08-12 16:04:31 +02:00
7ea20c6b9d
Inital implementation of multithreading for chunked pedestal
2025-08-12 11:58:21 +02:00
29a2374446
Removed check on center pixel (Allows negative clusters). We'll see how it pans out.
2025-08-12 00:01:37 +02:00
efb16ea8c1
Fixed Chunked Pedestal. Now should work as intended, giving sensible results compared to the previous version
2025-08-11 16:44:21 +02:00
7aa3fcfcd0
Bug Fixed for Chunked Pedestal
2025-08-11 15:24:42 +02:00
836dddbc26
First commit of new chunkedpedestal branch. Introduced new pedestal class and the necessary changes to the cluster finder class. This does not include the multithreaded version yet.
2025-08-10 19:03:10 +02:00
5107513ff5
Pedestal, calibration in g0 and counting pixels ( #217 )
...
Build on RHEL8 / build (push) Successful in 3m5s
Build on RHEL9 / build (push) Successful in 3m8s
- NDView operator()(size_t) now returns a view with one less dimension
- Apply calibration takes also a 2D array and then ignores pixels that
switch
- Calculate pedestal from a dataset which contains all three gains
- G0 variant of pedestal
- Function to count pixels switching
2025-07-25 13:50:53 +02:00
f7aa66a2c9
templated calculate_pedestal with boolean template argument only_gain… ( #218 )
...
some refactoring for less code duplication, added functionality
drop_dimension in NDArray
2025-07-25 12:25:41 +02:00
3ac94641e3
Move constructor to drop 1st dimension of NDArray ( #219 )
...
Build on RHEL8 / build (push) Successful in 3m3s
Build on RHEL9 / build (push) Successful in 3m4s
- helper function to initialize shape
- helper function to calculate the number of elements
- move constructor to create a NDArray<T, Ndim-1> if sizes match
2025-07-25 12:03:42 +02:00
froejdh_e
89bb8776ea
check Ndim on drop_first_dim
2025-07-25 11:44:27 +02:00
Erik Fröjdh
1527a45cf3
Merge branch 'template_on_gain0' into dev/move_dim
2025-07-25 10:45:20 +02:00
froejdh_e
3d6858ad33
removed data_ref
2025-07-25 10:42:47 +02:00
froejdh_e
d6222027d0
move constructor for Ndim-1
2025-07-25 10:40:32 +02:00
1195a5e100
added drop dimension test, added file calibration.test.cpp
2025-07-25 10:18:55 +02:00
1347158235
templated calculate_pedestal with boolean template argument only_gain0, added drop_dimension to NDArray and reference pointer to data
2025-07-24 15:40:05 +02:00
froejdh_e
8c4d8b687e
using make_subview
Build on RHEL9 / build (push) Successful in 3m2s
Build on RHEL8 / build (push) Successful in 3m5s
2025-07-24 12:16:08 +02:00
froejdh_e
b8e91d0282
zero out switching pixels if 2D calibration is used
2025-07-24 12:10:13 +02:00
froejdh_e
46876bfa73
reduced duplicate code
2025-07-24 10:57:02 +02:00
froejdh_e
348fd0f937
removed unused code
2025-07-24 10:14:29 +02:00
froejdh_e
0fea0f5b0e
added safe_divide to NDArray and used it for pedestal
2025-07-24 09:40:38 +02:00
Erik Fröjdh
cb439efb48
added tests
Build on RHEL8 / build (push) Successful in 3m0s
Build on RHEL9 / build (push) Successful in 3m8s
2025-07-23 11:34:47 +02:00
Erik Fröjdh
5de402f91b
added docs
2025-07-23 11:05:44 +02:00
froejdh_e
9a7713e98a
added g0 calibration, pedestal and pixel counting
2025-07-22 16:42:09 +02:00
froejdh_e
b898e1c8d0
date also in release
Build on RHEL9 / build (push) Successful in 3m9s
Build on RHEL8 / build (push) Successful in 3m9s
2025.7.18
2025-07-18 10:23:17 +02:00
froejdh_e
4073c0cbe0
bumped version
2025-07-18 10:21:28 +02:00
Erik Fröjdh
abae2674a9
Apply calibration to Jungfrau raw data ( #216 )
...
- Added function to read calibration file
- Multi threaded pedestal subtraction and application of the calibration
2025-07-18 10:19:14 +02:00
1414d75320
fix/mh02 map ( #214 )
...
Build on RHEL9 / build (push) Successful in 3m8s
Build on RHEL8 / build (push) Successful in 3m13s
- Fixed bug in reading MH02 files
2025-07-17 15:32:40 +02:00
Erik Fröjdh
fa3b7a5afe
Merge branch 'main' into fix/mh02-map
2025-07-16 17:03:31 +02:00
Erik Fröjdh
e95326faa1
Fix/remove cpp ( #213 )
...
Build on RHEL8 / build (push) Failing after 1m52s
Build on RHEL9 / build (push) Successful in 3m11s
- Removed unused ClusterFile.cpp (code from before it was templated)
- Updated the list of .cpp files in CMakeLists.txt to match alphabetic
listing in the browser
2025-07-16 16:43:08 +02:00
froejdh_e
8143524acf
updated release notes
2025-07-16 16:41:27 +02:00
froejdh_e
8e2346abf8
fixed pixel map for mh02
2025-07-16 15:54:29 +02:00
Erik Fröjdh
d8952eccc6
Update RELEASE.md
Build on RHEL9 / build (push) Successful in 2m47s
Build on RHEL8 / build (push) Successful in 3m0s
2025-06-27 17:19:14 +02:00
Erik Fröjdh
97dae4ac60
added empty() to ClusterVector and fixed docs ( #209 )
...
- added ClusterVector::empty() to check if the vector is empty
- Fixed generation of missing docs for ClusterVector
2025-06-27 17:00:46 +02:00
Erik Fröjdh
e3f4b34b72
Const element access and fixed comparing bug ( #208 )
...
- Added const element access
- Added const data*
- Fixed bug comparing two Views of same size but different shapes
closes #207
2025-06-27 14:13:51 +02:00
Erik Fröjdh
6ec8fbee72
migrated tags for tests and added missing raw files ( #206 )
...
Build on RHEL8 / build (push) Successful in 2m57s
Build on RHEL9 / build (push) Successful in 2m59s
- No changes or evaluation of existing tests
- Tags for including tests that require data is changed to
**[.with-data]** and **--with-data** for C++ and python respectively
- Minor update to docs
- Added missing files to the test data repo
2025-06-26 17:11:20 +02:00
30822d9c5f
Dev/fix/rawfilereader with roi ( #192 )
...
Build on RHEL8 / build (push) Successful in 2m54s
Build on RHEL9 / build (push) Successful in 3m0s
geometry is calculated from master file.
2025-06-24 16:41:28 +02:00
ff7312f45d
replaced fmt with LOG
2025-06-24 16:24:25 +02:00
8e7c9eadff
fixed cmake merge
2025-06-24 13:49:05 +02:00
d35b7762b4
Merge branch 'main' into dev/fix/rawfilereader_with_roi
2025-06-24 13:43:26 +02:00
df4dbb8fd0
fixed numpy test
2025-06-24 13:39:32 +02:00
c92be4bca2
added eiger quad test
Build on RHEL8 / build (push) Successful in 2m53s
Build on RHEL9 / build (push) Successful in 3m0s
2025-06-24 11:29:25 +02:00
664055de92
fixed quad structure
Build on RHEL9 / build (push) Successful in 2m50s
Build on RHEL8 / build (push) Successful in 3m2s
2025-06-23 17:27:13 +02:00
318e640639
only test over the public interface
2025-06-23 17:27:13 +02:00
c6990dabad
deleted unused variables
2025-06-23 17:27:13 +02:00
c9fe16b4c2
use target_compile_definitions ( #203 )
...
Build on RHEL9 / build (push) Successful in 2m54s
Build on RHEL8 / build (push) Successful in 2m55s
use target_compile_definition instead of add_compile_definition to use
macros across projects
2025-06-23 09:06:25 +02:00
Erik Fröjdh
64438c8803
Merge branch 'main' into dev/fix/rawfilereader_with_roi
Build on RHEL9 / build (push) Successful in 2m58s
Build on RHEL8 / build (push) Successful in 2m58s
2025-06-23 08:21:39 +02:00