silx-kit / pyFAI

Fast Azimuthal Integration in Python
Other
105 stars 95 forks source link

Default "no" splitting in multi_geometry when using grazing incidence units #2279

Open EdgarGF93 opened 1 week ago

EdgarGF93 commented 1 week ago

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

EdgarGF93 commented 1 week ago

Actually, it's only in the integrate1d_fiber , it's not using it through the integrate2d either ... :)