labscript-suite / runmanager

𝗿𝘂𝗻𝗺𝗮𝗻𝗮𝗴𝗲𝗿 is an intuitive graphical interface for controlling 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦 experiments. Includes multi-dimensional parameter scans and a remote programming interface for automation.
http://labscriptsuite.org
Other
3 stars 45 forks source link

Break lyse dependency on runmanager #98

Closed philipstarkey closed 1 year ago

philipstarkey commented 3 years ago

Lyse currently has a dependency on runmanager. As far as I can see, it's only the runmanager.get_shot_globals() method that is used by lyse.

This method should be relocated from runmanager to labscript-utils so that lyse does not need to depend on runmanager.

dihm commented 1 year ago

Tasks to finish this