Vindaar / TimepixAnalysis

Contains code related to calibration and analysis of Timepix based detector + CAST related code
MIT License
20 stars 6 forks source link

Add Timepix3 support #30

Closed Vindaar closed 12 months ago

Vindaar commented 5 years ago

Given the work done in the Tpx3 DAQ https://github.com/SiLab-Bonn/tpx3-daq for Nim interfacing, we should be able to quickly add Timepix3 support. By utilizing the decoding procs from the Nim branch, we can easily read the resulting HDF5 files from the Timepix3 DAQ Python software and then write it to an HDF5 file suitable for processing via reconstruction. Basically for the Timepix3 data the raw_data_manipulation step would be very different from the ASCII based Timepix data.

Vindaar commented 12 months ago

This has mostly been implemented. There are a few minor things for which I'll open another issue left.