def integrate1d(self, data, npt, *,
filename=None,
correctSolidAngle=True,
variance=None, error_model=None,
radial_range=None, azimuth_range=None,
mask=None, dummy=None, delta_dummy=None,
polarization_factor=None, dark=None, flat=None, absorption=None,
* method=("bbox", "csr", "cython"),* unit=units.Q, safe=True,
normalization_factor=1.0,
metadata=None):
In [2]: pyFAI.integrator.azimuthal.AzimuthalIntegrator.DEFAULT_METHOD_1D
Out[2]: IntegrationMethod(1d int, full split, histogram, cython)
In [3]: pyFAI.integrator.azimuthal.AzimuthalIntegrator.DEFAULT_METHOD_2D
Out[3]: IntegrationMethod(2d int, full split, histogram, cython)
On the one hand:
and on the other: