Skip to content
Discussion options

You must be logged in to vote

Hi, James. Maybe I can address this one, the methods are 'manufactured' at the moment of importing the correct module, so if you import first directly the method_registry, nothing is created yet. If you import first (for example), from pyFAI.integrator.azimuthal import AzimuthalIntegrator, you get all the available methods. At the end, this is the module you want to load:

from pyFAI.integrator import load_engines

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kif
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2791 on February 10, 2026 08:50.