pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

Ensure pixel_corners coordinates are calculated on unbinned data

Open kif opened this issue 9 months ago • 0 comments

This is in pyFAI.detector.common.

self.shape is the binned shape. one should use self.max_shape (and ensure it is properly defined).

kif avatar Mar 17 '25 10:03 kif