A library to read Faster files with python
Résumé
The faster acquisition system comes with it's own C++ code for data unpacking and analysis: fasterac
However, if you use a Windows system, work on different systems, ... writing, compiling and deploying an analysis code can be tedious.
With Python, you can focus on writing the analysis code, without worrying about the dependencies, system paths, compilation, ...
That's why this faster python module was developed.