Crate nereids_pipeline

Crate nereids_pipeline 

Source
Expand description

§nereids-pipeline

End-to-end orchestration for neutron resonance imaging analysis.

This crate ties together all NEREIDS components into a complete pipeline: data loading → normalization → forward model → fitting → spatial mapping.

§Modules

  • pipeline — Single-spectrum analysis pipeline (fit_spectrum_typed)
  • spatial — Per-pixel parallel mapping with rayon (spatial_map_typed)
  • detectability — Trace-detectability analysis (pre-experiment SNR check)

Modules§

calibration
Energy calibration for TOF neutron instruments.
detectability
Trace-detectability analysis for neutron resonance imaging.
error
Error types for the nereids-pipeline crate.
pipeline
Single-spectrum analysis pipeline.
spatial
Spatial mapping: per-pixel fitting with rayon parallelization.