silx-kit / pyFAI

Fast Azimuthal Integration in Python
Other
106 stars 95 forks source link

integrate2d_fiber API #2282

Closed EdgarGF93 closed 1 month ago

EdgarGF93 commented 2 months ago

Straightforward methods to get the qip-qoop map, without explicit method without pixel splitting and without instantiating the units (same as integrate_grazing_incidence or integrate_fiber) but in 2D Example:

res2d_gi = ai.integrate2d_grazing_incidence(data=data, npt_horizontal=1000, incident_angle=0.12*3.14/180, tilt_angle=0.0, sample_orientation=2)

image