... | ... | @@ -51,13 +51,10 @@ 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!**
|
|
|
ID.start('V',75) # turns on quasiperiodic mode for V polarization at 75 percent periodic (QP_ratio: 70 - 100)
|
|
|
mvmono(500) # change mono
|
|
|
|
|
|
slit(100) # set energy resolving slits (and vertical beam size)
|
|
|
m3r_align() # realign mirror
|
|
|
centroid() # to see centroid (mirror) position
|
|
|
fit_centroid(n) # to calculate avg centroid position during scan n
|
|
|
|
|
|
|
|
|
scanmono # scan mono only and is a linear (constant step size)
|
... | ... | |