You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the detectors are warmed up unconditionally, that may be an issue if another bsui session is started in parallel with the existing one (whether under the same account or under another account over ssh).
Wrap these calls to warmup() the detectors into the condition to check if we want to touch the beamline or not, using this standard function (still in the #19 PR branch):
Current state
Right now the detectors are warmed up unconditionally, that may be an issue if another
bsui
session is started in parallel with the existing one (whether under the same account or under another account over ssh).Examples:
profile_collection/startup/31-xspress3.py
Line 421 in 98bd720
profile_collection/startup/34-merlin.py
Line 232 in 98bd720
Possible solution:
Wrap these calls to
warmup()
the detectors into the condition to check if we want to touch the beamline or not, using this standard function (still in the #19 PR branch):profile_collection/startup/00-base.py
Lines 5 to 12 in 20cb0ec
The text was updated successfully, but these errors were encountered: