Jerome Kieffer

Results 398 comments of Jerome Kieffer

Is the "SMV" format you are refering to this one: https://wiki.uni-konstanz.de/ccp4/index.php/SMV_file_format If so, it is close to the EDF format. Writing a parser/saver should be fairly easy. Do you have...

For a flat region, after the `init`, every-single pixel is considered as a peak and defines a region of size one. In your example, there are 1920 regions found. After...

I confirm this issue bothers me as well with different packages (freesas for example)

Why don't you add this as an export method to `PoniFile` ? ``` class PoniFile: [...] def as_integration_config(self): [...] return config ```

Example: ``` In [2]: import pyFAI In [3]: pyFAI.detector_factory("Eiger500k") Out[3]: Detector Eiger 500k PixelSize= 75µm, 75µm BottomRight (3) ```

Sorry for the delay. I was not aware that VSX had more instruction than Altivec (actually VMX). I thought it was just more registers. So I do agree the test...

I did that a long time ago and debugged it on the architecture I had access to (Power9). I guess the compilation would have gone through if the instruction would...

Duplicate of https://github.com/Blosc/c-blosc2/issues/592 which should be re-opened.

Grab inspiration from #2285