Skip to content
Snippets Groups Projects
Commit 76accbb9 authored by Michael Schneider's avatar Michael Schneider
Browse files

update docstring

parent 43ec4d2a
No related branches found
No related tags found
2 merge requests!94azimuthal integrator using DSSC geometry object,!87Introduce package structure, generalized binning principle, ...
...@@ -23,7 +23,7 @@ class AzimuthalIntegrator(object): ...@@ -23,7 +23,7 @@ class AzimuthalIntegrator(object):
start and stop polar angle (in degrees) to restrict integration to start and stop polar angle (in degrees) to restrict integration to
wedges wedges
dr : int, default 2 dr : int, optional
radial width of the integration slices. Takes non-square DSSC radial width of the integration slices. Takes non-square DSSC
pixels into account. pixels into account.
...@@ -147,8 +147,12 @@ class AzimuthalIntegratorDSSC(AzimuthalIntegrator): ...@@ -147,8 +147,12 @@ class AzimuthalIntegratorDSSC(AzimuthalIntegrator):
start and stop polar angle (in degrees) to restrict integration to start and stop polar angle (in degrees) to restrict integration to
wedges wedges
nrings : int, default 100 dr : int, optional
number of rings to integrate over radial width of the integration slices. Takes non-square DSSC
pixels into account.
nrings : int, optional
Number of integration rings. Can be given as an alternative to dr
dxdy : tuple of floats, default (0, 0) dxdy : tuple of floats, default (0, 0)
global coordinate shift to adjust center outside of geom object (meter) global coordinate shift to adjust center outside of geom object (meter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment