@@ -189,6 +189,8 @@ class ContGridScanCSAXS(ScanBase):
|
||||
|
||||
@scan_hook
|
||||
def scan_core(self):
|
||||
# TODO this should be refactored to more easily enumerate across the motor positions at start, end of each line within the grid.
|
||||
# This current implementation is error-prone.
|
||||
line_positions = self.positions.reshape(self.num_lines, -1, 2)
|
||||
for line_index, _line_positions_for_step in enumerate(line_positions):
|
||||
self.components.move_and_wait(
|
||||
|
||||
Reference in New Issue
Block a user