mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-18 22:38:41 +01:00
This PR adds support for decoding digital data from the my320 test chip. - Added BitOffset (strong type) - Expand 24 to 32 bit - Python bindings for decoding my302 - Improved docs
627 B
627 B
Cluster
Cluster
Below is the API of a cluster of size 3 × 3 and type int but all
variants share the same API.
aare._aare.Cluster3x3i
Note
More functions can be found in the ClusterVector <py_clustervector> documentation.
Generally apply functions directly on the ClusterVector
instead of looping over individual clusters.