rustpix-tpx
TPX3 packet parser, hit types, and parallel file processor for the rustpix ecosystem.
Features
- TPX3 Packet Parsing: Fast parsing of Timepix3 binary data packets
- Hit Types: Strongly-typed hit structures with timing information
- Parallel Processing: Multi-threaded file processing with rayon
- Streaming: Process large files chunk-by-chunk
Usage
use ;
// Open and parse TPX3 file
let file = open?;
let hits: = file.parse_hits?;
// Stream processing
for chunk in file.stream_hits?
Hit Structure
License
MIT License - see LICENSE for details.