add spec ct command

This commit is contained in:
2024-07-03 09:26:38 +02:00
parent ebe4c34018
commit 3395c4f5bc
@@ -25,7 +25,8 @@ __all__ = [
'orientAdd',
'orientRemove',
'orientShow',
'orientFit'
'orientFit',
'ct'
]
bec = builtins.__dict__.get("bec")
@@ -348,6 +349,12 @@ def orientFit():
diffract.compute_UB()
_showUB()
def ct(exp_time: float):
"""
Acquire all detectors
"""
scans.acquire(exp_time=exp_time)
def _showUB():
UB = diffract.get_UB()