Widgets#
List of Orange based Ewoks 3DXRD widgets provided by ewoks3dxrd tool box.
Tip
In these toolbox, Indexing and Grid Indexing achieve the same goal but differ in execution:
Indexing (Deterministic): Uses a single-threaded Python backend. It is straightforward to set up, produces consistent (deterministic) results, and is ideal for smaller datasets or baseline validation.
Grid Indexing: Utilizes high-performance parallel processing. While significantly faster, it requires more granular parameter tuning from the user to ensure accuracy. Use this for large-scale maps once your parameters are validated.