You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using splitpix as the method for integrate1d, the azimuth_range argument does not change the integration result. See the below comparison of the splitpix and bbox methods
@GiannisA
Apparently there is a mix-up in the cython code used between mine and Giannis's one, at the AzimuthalIntegrator level.
We need to remove one of the two versions, probably (mine, splitPixel.pyx) but implement the missing features in the code of Giannis (SplitPixelFull.pyx) which is generally more readable but lacks some features like the limitation in azimuthal angle and 2D integration especially
We should write a test-case to prevent such regression in the future as well.
Giannis, do you have some time for a video-conf, soon ?
When using splitpix as the method for integrate1d, the azimuth_range argument does not change the integration result. See the below comparison of the splitpix and bbox methods
Commands:
The text was updated successfully, but these errors were encountered: