rustpix-core
Core traits and types for the rustpix pixel detector data processing library.
Overview
This crate provides the foundational types and traits used across the rustpix ecosystem:
PixelHit- Represents a single pixel hit with coordinates, time-of-arrival, and time-over-thresholdCluster- A collection of pixel hits grouped togetherClusterStats- Statistical properties of a cluster (centroid, total ToT, etc.)- Traits for clustering algorithms and data processing
Usage
use ;
// Create a pixel hit
let hit = new;
// Access hit properties
println!;
println!;
println!;
Features
serde- Enable serialization/deserialization support
License
MIT License - see LICENSE for details.