GID Plugin Documentation¶
Overview¶
The GID plugin extends VIPR for GIWAXS/GID Bragg peak detection using mlgidDETECT.
It provides:
TIFF and HDF5 data loaders
ONNX model loading and inference
postprocessing to structured peak results
UI outputs (image + peaks table)
Registered Components¶
Component Type |
Handler Label |
|---|---|
Data loader |
|
Data loader |
|
Model loader |
|
Predictor |
|
Postprocessor |
|
Quickstart¶
vipr --config @vipr_gid/mlgiddetect/examples/configs/w4_tif.yaml inference run
Main outputs:
image:
giwaxs_detection_0(or..._1,..._2, …)table:
peaks
Documentation¶
Plugin Details