Skip to content

Commit

Permalink
add turboslit description
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Apr 17, 2024
1 parent 7781a6f commit 1471c15
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/dodal/devices/turbo_slit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ class TurboSlit(Device):
"""
This collection of motors coordinates time resolved XAS experiments.
It selects a beam out of the polychromatic fan.
There is a 0.1 degrees beam that can move along a 90-ish degree arc.
A turboslit device moves after the beam, so that the gap aligns with the beam.
The turboslit gap can be made smaller to increase energy resolution.
The xfine motor can move the slit in x direction at high frequencies for different scans.
These slits can be scanned continously or in step mode.
The relationship between the three motors is as follows:
- gap provides energy resolution
- xfine selects the energy
- arc - ???
- arc - position of the middle of the gap (coarse/ macro) extension
- gap - width in mm, provides energy resolution
- xfine selects the energy as part of the high frequency scan
"""

def __init__(self, prefix: str, name: str):
Expand Down

0 comments on commit 1471c15

Please sign in to comment.