Jerome Kieffer

Results 226 issues of Jerome Kieffer

The error message looks like this: `Warning: Function ... is a kernel, so overriding noinline attribute. The function may be inlined when called.` There is no harm but it is...

Defining these 3 units will allow to perform rebinning in x/y or x/z or y/z planes. How to define these: Come back to the definition: vect(q) = vect(k_in) - vect(k_out)...

enhancement
easy

Reshape all those kernel from (self.bins * wg)\(wg_min) to (wg, nbin)\(wg,1) which makes the indexing much simpler. Also more consistent with median filtering

enhancement
quality

The library allow and easy way to generate a list of allowed reflections. ``` import xrayutilities as xu import numpy as np cif_file = r'SRM660s-LaB6.cif' crystal = xu.materials.cif.CIFFile(cif_file) sg =...

enhancement
doc
easy

* [ ] Enforce the usage of sparse matrix format * [ ] use the underlying engine to bypass AzimuthalIntegrator calls.

quality
performance