# Widgets

List of Orange based `Ewoks` `3DXRD` widgets provided by `ewoks3dxrd` tool box.


```{toctree}
:maxdepth: 1

segment_scan
detector_correction
geometry_transformation
lattice_filter
intensity_filter
indexer_filter
indexing
grid_indexing
refine_grain_map
subtract_used_peaks
convert_grain_map_ImageD11
```

```{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.
```
