Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace BEC in lup() and lineup() plans with PySumReg #884

Closed
prjemian opened this issue Nov 14, 2023 · 3 comments · Fixed by #886
Closed

Replace BEC in lup() and lineup() plans with PySumReg #884

prjemian opened this issue Nov 14, 2023 · 3 comments · Fixed by #886
Assignees
Milestone

Comments

@prjemian
Copy link
Contributor

The BEC requires a display for it to display a LivePlot. The config of the LivePlot is used to setup the PeakStats object that returns centroid, width, et al. This is not available when running the Bluesky queueserver. Consequently, the lup() and lineup() plans do not run.

PySumReg can provide peak statistics. Apply it here.

@prjemian prjemian added this to the 1.6.18 milestone Nov 14, 2023
@prjemian prjemian self-assigned this Nov 14, 2023
@prjemian prjemian added this to To do in 1.6.18 project via automation Nov 14, 2023
@prjemian
Copy link
Contributor Author

Also, find a way to write the statistics into a stream of the run.

@prjemian
Copy link
Contributor Author

Could use this in a callback subscribed to the RE or just decorating a lup() or lineup() plan.

@prjemian
Copy link
Contributor Author

Better to decorate the inner plan in lup and lineup with this callback. That controls when it is used.

prjemian added a commit that referenced this issue Nov 16, 2023
prjemian added a commit that referenced this issue Nov 16, 2023
@prjemian prjemian moved this from To do to In progress in 1.6.18 project Nov 16, 2023
prjemian added a commit that referenced this issue Nov 16, 2023
1.6.18 project automation moved this from In progress to Done Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant