Compare commits
1 Commits
main
...
wakonig_k-
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ac8d316fb |
@@ -1,4 +1,3 @@
|
||||
|
||||
import numpy
|
||||
|
||||
from bec_lib import messages
|
||||
@@ -53,7 +52,7 @@ class HklFlyScan(AsyncFlyScanBase):
|
||||
self._optimize_trajectory()
|
||||
self.num_pos = len(self.positions) * self.burst_at_each_point
|
||||
yield from self._set_position_offset()
|
||||
self._check_limits()
|
||||
self._check_limits(
|
||||
|
||||
def _calculate_positions(self):
|
||||
hkls = numpy.linspace(self.start, self.stop, self.points).tolist()
|
||||
|
||||
Reference in New Issue
Block a user