rustpix-cli-1.0.0 is not a library.
rustpix-cli
Command-line interface for rustpix pixel detector data processing.
Installation
From crates.io
From source
Usage
# Process a TPX3 file
# Show file info
# Convert to different format
# Run with specific clustering algorithm
Commands
| Command | Description |
|---|---|
process |
Process TPX3 file with clustering |
info |
Display file information |
convert |
Convert between formats |
validate |
Validate file integrity |
Options
-o, --output <FILE> Output file path
-a, --algorithm <ALG> Clustering algorithm (abs, dbscan, graph, grid)
-e, --eps <FLOAT> Spatial epsilon for clustering
-t, --time-eps <FLOAT> Temporal epsilon for clustering
-v, --verbose Verbose output
-h, --help Print help
License
MIT License - see LICENSE for details.