... | ... | @@ -3,11 +3,12 @@ ___ |
|
|
|
|
|
# content
|
|
|
|
|
|
- [detectors](#Detectors)
|
|
|
- [energy](#Energy)
|
|
|
- [detectors](#detectors)
|
|
|
- [energy](#energy)
|
|
|
- [quasiperiodic mode][quasiperiodic-mode]
|
|
|
- [diffractometer](#diffractometer)
|
|
|
- [motor scans](#motor-scans)
|
|
|
- [srs setup](#SRS-setup)
|
|
|
- [srs setup](#srs-setup)
|
|
|
- [mcp](#mcp)
|
|
|
- [vortex](#vortex)
|
|
|
- [analysis](#analysis)
|
... | ... | @@ -50,7 +51,9 @@ energy(932) # set undulator (ID), mono, apertures and mirror |
|
|
polarization('V') # Turns the ID off and then sets the polarization:
|
|
|
# 'RCP', 'LCP', 'H', 'V'
|
|
|
# **need to set energy after a mode change!**
|
|
|
Switch_IDQP('V') # turns on quasiperiodic mode for V polarization
|
|
|
mono(500) # change mono
|
|
|
|
|
|
slit(100) # set energy resolving slits (and vertical beam size)
|
|
|
align_m3r() # realign mirror
|
|
|
centroid() # to see centroid (mirror) position
|
... | ... | @@ -64,6 +67,7 @@ scanXAS_BL # scan mono & ID with variable step size \ |
|
|
E_Ti=[[445,455,0.5],[455,468,0.1],[468,475,0.5],[475,480,1]]
|
|
|
scanXAS_BL(E_Ti,mcp=True,m3r=True);plot_latest()
|
|
|
```
|
|
|
|
|
|
<br>
|
|
|
|
|
|
## diffractometer
|
... | ... | @@ -116,7 +120,7 @@ Clear_Scan_Positioners('Kappa') # remove extra positioners (eg after th2th |
|
|
|
|
|
<br>
|
|
|
|
|
|
## SRS setup
|
|
|
## srs setup
|
|
|
|
|
|
With shutter close or slit at 0 (faster), 'INPUT OFFSET' set 'ON' and 'UNCAL'
|
|
|
- make sure the count goes down (not up) when closing the shutter! If the count goes up without beam, change the INVERT ON/OFF - as of 2021_2 all of our SRSs are INVERT ON (D3/D4/TEY/mesh)
|
... | ... | |