Edgar Gutierrez
Edgar Gutierrez
Add grazing-incidence units (qxy) and qz (all three dimensions of q and squared root of both horizontal directions squared)
https://github.com/silx-kit/pyFAI/blob/89d24361c3ef0de18b36ab5bdf8a20c5bf11da9e/src/pyFAI/gui/diffmap_widget.py#L275-L281
Add a time benchmark value in the Cake&Integration tab of pyFAI-calib2 
Changes to handle generic locations of raw data and nxprocess with integrated results. To be implemented in an ewoks task for cultural heritage BAG experiment.
Extra options for sigma clipping are missing in the configuration: ``` In [14]: integration_options = {'poni_version': 2, ...: 'detector': 'Maxipix2x2', ...: 'detector_config': {}, ...: 'dist': 0.029697341310368504, ...: 'poni1': 0.03075830660872356, ...:...
- [ ] New options in the widget for sigma-clipping - [ ] Saving sigma clipping parameters in the .json file
pyFAI-diffmap only writes the path of the mask file on the output .h5 file if the mask is passed through the CLI and only if its edf This is required...
from #2144 Wishlist from the last feedback with Bjorn (19/04/2024) - [ ] Display frame number and motor positions (**VERY URGENT**) - [ ] Neglect masked values when calculating autoscale...
- [ ] Plotting multiple diffractograms at the same time (multi-selection of points) - [ ] Select one point as a background for the rest of points - [ ]...
Checklist: - [ ] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format)) This PR enables: - [x] ImageAggregate filters on _plot2dview - [x] ImageAggregate filters on Nexusimageview...