fix: add more debug logging to aarescan commands #194
@@ -190,6 +190,7 @@ class AerotechController:
|
||||
start_pos_deg=start_pos_deg,
|
||||
run_async=run_async,
|
||||
)
|
||||
logger.debug(f"Payload sent to AareScan for rotation: {payload}")
|
||||
if self._simulated:
|
||||
return payload
|
||||
|
||||
@@ -220,6 +221,7 @@ class AerotechController:
|
||||
time_sec=time_sec,
|
||||
run_async=run_async,
|
||||
)
|
||||
logger.debug(f"Payload sent to AareScan for grid_scan: {payload}")
|
||||
if self._simulated:
|
||||
return payload
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user