Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToolBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
ToolBox
Commits
76accbb9
Commit
76accbb9
authored
4 years ago
by
Michael Schneider
Browse files
Options
Downloads
Patches
Plain Diff
update docstring
parent
43ec4d2a
No related branches found
No related tags found
2 merge requests
!94
azimuthal integrator using DSSC geometry object
,
!87
Introduce package structure, generalized binning principle, ...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/toolbox_scs/detectors/azimuthal_integrator.py
+7
-3
7 additions, 3 deletions
src/toolbox_scs/detectors/azimuthal_integrator.py
with
7 additions
and
3 deletions
src/toolbox_scs/detectors/azimuthal_integrator.py
+
7
−
3
View file @
76accbb9
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment