Jerome Kieffer
Jerome Kieffer
Upgrade method used in inpainting methods ... produces a lot of warnings
This is subset of Nexus ... for SAXS data. Seams reasonable. http://download.nexusformat.org/doc/html/classes/applications/NXcanSAS.html
``` ====================================================================== FAIL: test_split_bbox_2d (pyFAI.test.test_split_pixel.TestSplitBBoxNg) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/picca/pyFAI/build/lib.linux-i686-3.7/pyFAI/test/test_split_pixel.py", line 205, in test_split_bbox_2d self.assertEqual(abs(count_legacy - count_ng).max(), 0, "count is the same") AssertionError: 9.237055564881302e-14 != 0 :...
Bounds check not disabled on lines 270 to 284 ...
This will make the code easier to maintain
This would allow all 4 corners within a pixel to fall into the same half space "without" (actually with limited) artefacts coming from pixel on the azimuthal angle discontinuity. PierreP....
While the geometryRefinement has been optimized for fault tolerance on large images with ill-defined center/distances, for very fine refinement as it is sometimes done with goniometer setup, it would be...
The *getPyFAI* method from the detector module produces the arguments to duplicate the object by calling the contructor of the detector class. This is more or less OK. Unfortunately, this...