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

Create end-to-end recipe example #4

Open
mstaab16 opened this issue Nov 10, 2023 · 0 comments
Open

Create end-to-end recipe example #4

mstaab16 opened this issue Nov 10, 2023 · 0 comments

Comments

@mstaab16
Copy link

An End-to-End Example for Building a Bluesky Experiment

A rough outline for such a tutorial may look like:

  1. Simulating a multi-axis stage controller that has locations for users to put custom communication protocols. This provides a good starting point for someone incorporating Bluesky with a non-EPICS setup lab.
  2. Simulating detectors. This is very domain specific and easy to patch as a user so a fast example of a 0d, 1d, 2d detectors would suffice.
  3. Setting up custom plans. While almost every common plan is given as a builtin, many users may want to customize this. One or two examples (perhaps directly from the current plans source code) would suffice.
  4. How to properly incorperate saving the data through tiled and/or suitcase.
  5. How to setup a quick widget to display live views of the incoming data (of the 3 types in part 2).

Most of this information is already available in fragmented form in the documentation. As such, seeing all of the pieces play nice together would be a valuable resource for new users of Bluesky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant