Methods and sigma clipping
pyFAI methods are defined as "{splitting}_{algorithm}_{implementation}[_{target}]"
.
- splitting: use either
full
orno
- algorithm: use
csr
- target: use
gpu
or omit it
For sigma clipping the integrator_name
should be sigma_clip_ng
(when "splitting==no") or sigma_clip
(when splitting!="no").
Document this + configuration checks
Edited by Wout De Nolf