Edgar Gutierrez

Results 24 issues of Edgar Gutierrez

Inspired by `silx.gui.plot3d`: https://github.com/silx-kit/silx/blob/11919895f51353c8467b85a3753f142778c2bbaf/src/silx/gui/plot3d/actions/io.py#L192

difficulty:Intermediate

As imageview GUI contains the ImageAggregate filters (Max/Mean/Min) to bin the plot image, add this tool to silx view ![image](https://github.com/user-attachments/assets/b464e9df-ec29-4376-b350-dd207a67e442)

- [ ] Make compatible the implicit instantiation of fiber integrators inside a `Multigeometry` instance - [ ] Make test

improvement needed

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

enhancement

- [ ] Attribute "application" into WorkerConfiguration, so diffmap calls it using application="pyFAI-diffmap" - [ ] Assure compatibility between config .json generated by diffmap and pyfai-integrate

enhancement

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

easy

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':...

dependencies
packaging

Related to #2240 , write down all the existing keys to reuse them manually

enhancement

Checklist: - [ ] The PR title is formatted as: `: ` (see [contributing guidelines](https://github.com/silx-kit/silx/blob/main/CONTRIBUTING.rst#pull-request-title-format))