names in grid

This commit is contained in:
gac bernina
2026-05-22 14:54:59 +02:00
parent ae85841a57
commit ff3899ef82
+1 -1
View File
@@ -19,7 +19,6 @@ from eco.elements.assembly import Assembly
from rich.progress import Progress
import inputimeout
# TODO circular import issue
from eco.elements.detector import DetectorGet, DetectorMemory
@@ -1019,6 +1018,7 @@ class Scans(Assembly):
"shape": shape,
"positions": positions,
"index_plan": index_plan,
"grid_dimension_names": [adj.name for adj in adjustables],
}
if not counters: