PymePix is a Python library that provides control and acquisition for the Timepix3-SPIDR hardware. The rich set of data-structures and intuitive routines reduces time and coding effort to quickly configure, acquire, and visualize data from Timepix3. The highly extensible high-performance data-pipeline allows for alteration of the Timepix3 datastream into a form that is convinient for the user. This library is intended to be easily inserted into a standard scientific software stack as well as to allow for more direct interaction of Timepix3 with interactive flavors of Python. Included with the library are two example programs using PymePix: PymePix-acq is a command line control and acquisition program that can capture UDP packets and decode them into pixels and triggers. The second is pymepixviewer, an online control and data-acquisition program for general use, but with features geared toward mass-spectroscopy and ion imaging.
The functionality provided by storage.py is not used anymore. To completely remove the file changes need to be implemented in pymepix-viewer (filesaver.py). As far as I know the filesaver in the viewer is not used anymore as well. This has to be checked before removing any functionality!
The functionality provided by storage.py is not used anymore. To completely remove the file changes need to be implemented in pymepix-viewer (filesaver.py). As far as I know the filesaver in the viewer is not used anymore as well. This has to be checked before removing any functionality!