Add a global SCANS list
SCANS
should give access to the last scan objects:
-
scan object:
SCANS[-n]
-
scan name:
SCANS[-n].name
-
path of scan:
SCANS[-n].path
-
scan run number:
SCANS[-n].run_number
-
plot:
SCANS[-n].plot()
-
data:
SCANS[-n].get_data()
-
repr:
'Scan(name=XXX, run_number=N)'
functions to get special positions and to move motor(s) to those (see #285)