Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 636 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 636 Bytes

azint: Azimuthal Integration

azint is a python library for azimuthal integration of area detectors. The azimuthal integration is transformed into a sparse matrix vector multiplication for performance. Pixel splitting is done by subdividing each pixels into subpixels and assigning bins and weights for the individual subpixels. This can increase the precision of the transformation but also introduces correlation between neighboring bins.


Documentation: https://maxiv-science.github.io/azint


Installation

conda install -c maxiv azint