| ... | ... | @@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
# content
|
|
|
|
|
|
|
|
- [Required Imports](# Required Imports)
|
|
|
|
- [Required Imports](#Required Imports)
|
|
|
|
- [Kappa Endstation initialization](#Kappa Endstation initialization)
|
|
|
|
- [KappaEndstation](#KappaEndstation)
|
|
|
|
- [Beamline and energy](#Beamline and energy)
|
| ... | ... | @@ -16,15 +16,17 @@ |
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
# list of commonly used python functions for the Kappa Endstation
|
|
|
|
# List of commonly used python functions for the Kappa Endstation
|
|
|
|
---
|
|
|
|
## Required Imports
|
|
|
|
from iexcode.macros.Kappa import *
|
|
|
|
from iexcode.macros.xrays import *
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Kappa Endstation initialization
|
|
|
|
run the code below in the first cell
|
|
|
|
`tey,d3,d4,mesh,tth_pv,tthdet,ls331 = kappa_init('UserName', xrays=True)`
|
|
|
|
tey,d3,d4,mesh,tth_pv,tthdet,ls331 = kappa_init('UserName', xrays=True)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
| ... | ... | |