2024-10-30 09:36:41 +01:00
2024-10-30 08:36:38 +01:00
WIP
2024-10-28 16:26:14 +01:00
2024-10-29 13:07:53 +01:00
WIP
2024-10-28 16:26:14 +01:00
WIP
2024-10-28 12:25:47 +01:00
2024-10-30 08:58:42 +01:00
WIP
2024-10-28 16:50:38 +01:00
2024-10-30 08:58:42 +01:00
2024-10-30 09:36:41 +01:00
2024-10-29 11:19:20 +01:00
2024-10-30 09:36:41 +01:00

aare

Data analysis library for PSI hybrid detectors

Development install (for Python)

git clone git@github.com:slsdetectorgroup/aare.git --branch=v1 #or using http...
mkdir build
cd build

#configure using cmake
cmake ../aare

#build (replace 4 with the number of threads you want to use)
make -j4 

Now you can use the Python module from your build directory

import aare

f = aare.File('Some/File/I/Want_to_open_master_0.json')

Project structure

include/aare - public headers

Open questions

  • How many sub libraries?
  • Where to place test data? This data is also needed for github actions...
  • What to return to numpy? Our NDArray or a numpy ndarray? Lifetime?
Description
Mirrored from github
Readme 106 MiB
Languages
C++ 90.5%
CMake 5.7%
Python 3.8%