Expand description
Spatial mapping: per-pixel fitting with rayon parallelization.
Applies the single-spectrum fitting pipeline across all pixels in a hyperspectral neutron imaging dataset to produce 2D composition maps.
Structs§
- Spatial
Result - Result of spatial mapping over a 2D image.
Enums§
- Input
Data3D - 3D input data for spatial mapping.
Functions§
- spatial_
map_ typed - Fit every pixel of a 3-D data cube and return per-pixel maps — the spatial-mapping entry point of the pipeline.