Edgar Gutierrez
Edgar Gutierrez
Inspired by `silx.gui.plot3d`: https://github.com/silx-kit/silx/blob/11919895f51353c8467b85a3753f142778c2bbaf/src/silx/gui/plot3d/actions/io.py#L192
As imageview GUI contains the ImageAggregate filters (Max/Mean/Min) to bin the plot image, add this tool to silx view 
- [ ] Make compatible the implicit instantiation of fiber integrators inside a `Multigeometry` instance - [ ] Make test
We did it for standard ai.integrate2d, but not in multi_geometry which is using ("full", "histogram", "cython") by default So, by default, GI + multi_geometry will fill the missing wedge
- [ ] Attribute "application" into WorkerConfiguration, so diffmap calls it using application="pyFAI-diffmap" - [ ] Assure compatibility between config .json generated by diffmap and pyfai-integrate
example: ``` from pyFAI.io.PoniFile import PoniFile from pyFAI.io.integration_config import poni_to_config poni_filename = "example.poni" poni = PoniFile(poni_filename) config = poni_to_config(poni) ``` equivalent method to ``` from pyFAI.worker import Worker from pyFAI...
I think we already talked about this, but I didn't open the issue ``` (ewoks) edgar1993a@linada01:~/work/pyFAI$ pyFAI-diffmap --config /data/scisoft/edgar/pilx/config_ocl_v3.json -t 6 -r 6 /data/scisoft/edgar/pilx/RAW_DATA/scan0001/eiger/eiger_0000.h5 -o /tmp/hh.h5 WARNING:py.warnings:/users/edgar1993a/anaconda3/envs/ewoks/lib/python3.9/site-packages/pyopencl/invoker.py:374: UserWarning: pytools.persistent_dict 'pyopencl-invoker-cache-v41':...
Related to #2240 , write down all the existing keys to reuse them manually
Checklist: - [ ] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format))