| ... | ... | @@ -93,12 +93,12 @@ or_swap() #swap two reflections and re |
|
|
|
show_ors() #print current reflections
|
|
|
|
clear_ors() #clear all reflections
|
|
|
|
-------------------------------------------------------------
|
|
|
|
cahkl(H, K, L, freeze=deg, hv=eV) #calculate motor position for HKL
|
|
|
|
cahkl_path(hkl_start, hkl_stop, npts) #calculate motor positions for a HKL trajectory
|
|
|
|
cahkl(H, K, L, freeze=deg, hv=eV) #calculate motor position for a given HKL
|
|
|
|
cahkl_path(hkl_start, hkl_stop, npts) #calculate motor positions for a linear HKL trajectory
|
|
|
|
cahkl_table(reflectiosn) #calculate motor positions for a given trajectory table
|
|
|
|
mvhkl(H, K, L, freeze=deg, hv=eV) #move to HKL
|
|
|
|
mvhkl(H, K, L, freeze=deg, hv=eV) #move to HKL, frozen motor depends on the choice of mode in fourc
|
|
|
|
-------------------------------------------------------------
|
|
|
|
scanhkl(hkl1, hkl2, npts) #scan a trajectory in r-space
|
|
|
|
scanhkl(hkl1, hkl2, npts) #scan a linear trajectory in r-space
|
|
|
|
scanhkl_lst(hkl_lst) #scan a given trajectory in r-space
|
|
|
|
scanE_fixQ(hv_list, ID_tracking=False) #scan X-ray energy at a fixed Q
|
|
|
|
```
|
| ... | ... | |