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
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
In AD_Acquire there is a path kwarg that is used to set the path the detector uses to write image files and also the path that bluesky will write the DM workflow file. Can't do that since the Lambda2M does not have the same filesystems as the bluesky workstation. Execution fails here:
with a permissions error. Suggest refactoring with pathlib and consider det.hdf1.read_path_template and det.hdf1.write_path_template. Also, clarify the meaning of the path kwarg (IOC or Bluesky sense).
In
AD_Acquirethere is apathkwarg that is used to set the path the detector uses to write image files and also the path that bluesky will write the DM workflow file. Can't do that since the Lambda2M does not have the same filesystems as the bluesky workstation. Execution fails here:ipython-8idiuser/profile_bluesky/startup/instrument/plans/xpcs_acquire.py
Lines 295 to 297 in 73d28f5
det.hdf1.read_path_templateanddet.hdf1.write_path_template. Also, clarify the meaning of thepathkwarg (IOC or Bluesky sense).Originally posted by @prjemian in #292 (comment)