|
602b04e49f
|
bumped version number
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Successful in 1m35s
|
2025-03-18 17:47:05 +01:00 |
|
|
11cd2ec654
|
Interpolate (#137)
- added eta based interpolation
|
2025-03-18 17:45:38 +01:00 |
|
|
1ad362ccfc
|
added action for gitea (#136)
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Successful in 1m30s
|
2025-03-17 15:21:59 +01:00 |
|
|
8ae6bb76f8
|
removed warnings added clang-tidy
|
2025-02-21 11:18:39 +01:00 |
|
|
1d2c38c1d4
|
Enable VarClusterFinder (#134)
Co-authored-by: xiangyu.xie <xiangyu.xie@psi.ch>
|
2025-02-19 16:11:24 +01:00 |
|
|
fc1c9f35d6
|
Merge branch 'main' into developer
|
2025-02-18 21:52:20 +01:00 |
|
|
5d2f25a6e9
|
bumped version number
|
2025-02-18 21:44:03 +01:00 |
|
|
6a83988485
|
Added chi2 to fit results (#131)
- fit_gaus and fit_pol1 now return a dict
- calculate chi2 after fit
- cleaned up code
|
2025-02-18 21:13:27 +01:00 |
|
|
8abfc68138
|
fixed linking to lmfit (#130)
using "$<BUILD_INTERFACE:lmfit>" to exclude the target lmfit from being
included in the installed aare target
|
2025-02-18 15:54:52 +01:00 |
|
|
8ff6f9f506
|
fixed linking to lmfit
|
2025-02-18 15:49:46 +01:00 |
|
|
dadf5f4869
|
Added fitting, fixed roi etc (#129)
Co-authored-by: Patrick <patrick.sieberer@psi.ch>
Co-authored-by: JulianHeymes <julian.heymes@psi.ch>
2025.2.12
|
2025-02-12 16:50:31 +01:00 |
|
|
dcb9a98faa
|
bumped version
|
2025-02-12 16:49:30 +01:00 |
|
|
7309cff47c
|
Added fitting with lmfit (#128)
- added stand alone fitting using:
https://jugit.fz-juelich.de/mlz/lmfit.git
- fit_gaus, fit_pol1 with and without errors
- multi threaded fitting
---------
Co-authored-by: JulianHeymes <julian.heymes@psi.ch>
|
2025-02-12 16:35:48 +01:00 |
|
|
c0c5e07ad8
|
added decoding of adc_sar_04 (#127)
|
2025-02-12 16:17:32 +01:00 |
|
|
2faa317bdf
|
removed debug line
|
2025-02-12 10:59:18 +01:00 |
|
|
f7031d7f87
|
Update CMakeLists.txt
Removed flto=auto which caused issues with gcc 8.5
|
2025-02-12 10:52:55 +01:00 |
|
|
d86cb533c8
|
Fix minor warnings (#126)
- Unused variables
- signed vs. unsigned
- added -flto=auto
|
2025-02-11 11:48:01 +01:00 |
|
|
4c750cc3be
|
Fixing ROI read of RawFile (#125)
- Bugfixes
- New abstraction for detector geometry
- Tests for updating geo with ROI
|
2025-02-11 11:08:22 +01:00 |
|
|
e96fe31f11
|
removed main and token
|
2025-02-05 15:55:55 +01:00 |
|
|
cd5a738696
|
disable upload on dev
|
2025-02-05 15:44:45 +01:00 |
|
|
1ba43b69d3
|
fix
|
2025-02-05 15:16:16 +01:00 |
|
|
fff536782b
|
disable auto upload
|
2025-02-05 15:13:53 +01:00 |
|
|
5a3ca2ae2d
|
Decoding for ADC SAR 05 64->16bit (#124)
Co-authored-by: Patrick <patrick.sieberer@psi.ch>
|
2025-02-05 14:40:26 +01:00 |
|
|
078e5d81ec
|
docs
|
2025-01-15 16:40:34 +01:00 |
|
|
6cde968c60
|
summing 2x2
|
2025-01-15 16:12:06 +01:00 |
|
|
f6d736facd
|
docs for ClusterFile
|
2025-01-15 09:15:41 +01:00 |
|
|
e1cc774d6c
|
Multi threaded cluster finder (#117)
|
2025-01-14 21:36:25 +01:00 |
|
|
d0f435a7ab
|
bounds checking on subfiles
|
2025-01-10 19:02:50 +01:00 |
|
|
7ce02006f2
|
clear pedestal
|
2025-01-10 17:26:23 +01:00 |
|
|
7550a2cb97
|
fixing read bug
|
2025-01-10 15:33:56 +01:00 |
|
|
caf7b4ecdb
|
added docs for ClusterFinderMT
|
2025-01-10 10:22:04 +01:00 |
|
|
72d10b7735
|
Multi threaded cluster finder. (#115)
Added a prototype for the multi threaded cluster finder including python
bindings
|
2025-01-09 16:55:35 +01:00 |
|
|
cc95561eda
|
MultiThreaded Cluster finder
|
2025-01-09 16:53:22 +01:00 |
|
|
dc9e10016d
|
WIP
|
2025-01-08 16:45:24 +01:00 |
|
|
21ce7a3efa
|
bumped version
|
2025-01-07 16:33:16 +01:00 |
|
|
acdce8454b
|
moved pd to double
|
2025-01-07 15:01:43 +01:00 |
|
|
d07da42745
|
bitdepths
|
2025-01-07 12:27:01 +01:00 |
|
|
7d6223d52d
|
Cluster finder improvements (#113)
2024.12.16.dev0
|
2024-12-16 14:42:18 +01:00 |
|
|
da67f58323
|
Cluster finder improvements (#112)
|
2024-12-16 14:26:35 +01:00 |
|
|
e6098c02ef
|
bumped version
|
2024-12-16 14:24:46 +01:00 |
|
|
29b1dc8df3
|
missing header
|
2024-12-13 14:57:36 +01:00 |
|
|
f88b53387f
|
WIP
|
2024-12-12 17:58:04 +01:00 |
|
|
a0f481c0ee
|
mod pedestal
|
2024-12-12 14:34:10 +01:00 |
|
|
b3a9e9576b
|
WIP
|
2024-12-11 16:27:36 +01:00 |
|
|
60534add92
|
WIP
|
2024-12-11 09:54:33 +01:00 |
|
|
7f2a23d5b1
|
accumulating clusters in one array
|
2024-12-10 22:00:12 +01:00 |
|
|
6a150e8d98
|
WIP
|
2024-12-10 17:21:05 +01:00 |
|
|
b43003966f
|
build pkg on all branched deploy docs on main
|
2024-11-29 16:41:42 +01:00 |
|
|
c2d039a5bd
|
fix conda build
|
2024-11-29 16:37:42 +01:00 |
|
|
6fd52f6b8d
|
added missing enums (#111)
- Missing enums
- Matching values to slsDetectorPackage
- tests
|
2024-11-29 15:28:19 +01:00 |
|