spc-group / haven

Bluesky tools for beamlines managed by the spectroscopy group
https://haven-spc.readthedocs.io/en/latest/
Other
2 stars 5 forks source link

Robot sample #182

Closed yannachen closed 4 months ago

yannachen commented 5 months ago

This plan is to use robot loading samples

canismarko commented 4 months ago

We should test this at the beamline, now.

Also, if you wanted, you could add an option where if sampleN is None, then the sample just gets unloaded:


haven.robot_sample(robot, "8")   # load sample 8
haven.robot_sample(robot, None)   # unload the sample and leave the stage empty

Up to you, though.

yannachen commented 4 months ago

Could I merge this branch to the main?

canismarko commented 4 months ago

Could I merge this branch to the main?

Looks good, merge away.