| ... | ... | @@ -4,10 +4,10 @@ |
|
|
|
# content
|
|
|
|
|
|
|
|
- [Required Imports](# Required Imports)
|
|
|
|
- [energy](#energy)
|
|
|
|
- [diffractometer](#diffractometer)
|
|
|
|
- [motor scans](#motor-scans)
|
|
|
|
- [srs setup](#srs-setup)
|
|
|
|
- [Kappa Endstation initialization](#Kappa Endstation initialization)
|
|
|
|
- [KappaEndstation](#KappaEndstation)
|
|
|
|
- [Beamline and energy](#Beamline and energy)
|
|
|
|
- [Motor Moves and Scans](#Motor Moves and Scans)
|
|
|
|
- [mcp](#mcp)
|
|
|
|
- [vortex: multichannel analyzer (mca)](#vortex)
|
|
|
|
- [analysis](#analysis)
|
| ... | ... | @@ -22,8 +22,8 @@ |
|
|
|
from iexcode.macros.Kappa import *
|
|
|
|
from iexcode.macros.xrays import *
|
|
|
|
|
|
|
|
## **Kappa Endstation initalization (run in the first cell)**
|
|
|
|
tey,d3,d4,mesh,tth_pv,tthdet,ls331 = kappa_init('UserName', xrays=True)
|
|
|
|
## **Kappa Endstation initialization **
|
|
|
|
`tey,d3,d4,mesh,tth_pv,tthdet,ls331 = kappa_init('UserName', xrays=True)` run in the first cell
|
|
|
|
|
|
|
|
---
|
|
|
|
|
| ... | ... | |