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

Acquisition object for continuous acquisition #40

Open
sk1p opened this issue Dec 14, 2021 · 2 comments
Open

Acquisition object for continuous acquisition #40

sk1p opened this issue Dec 14, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@sk1p
Copy link
Member

sk1p commented Dec 14, 2021

  • Two cases, one that repeats a 2D scan, and one that just runs the udf on whatever data currently hits the detector (represented as an infinite 1D nav), without pre-defined number of frames
  • Repeated 2D:
    • Depends on the synchronization; in some setups it needs to re-trigger after each scan (per-dataset trigger), in others, it can just run continuously (pixel trigger)
    • For nav plots, allow both "fresh plot each scan" and "overwrite partial results" plotting
  • Infinite 1d nav:
    • we can still support kind=nav results, but we need to handle the plotting and buffer allocation differently
    • maybe allow to use a ring buffer for this case?
    • plot nav results as a line? maybe limited in horizontal direction, to plot the last N points?
    • could also do custom plots, like quantities derives from CoM
@sk1p sk1p added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 14, 2021
@uellue
Copy link
Member

uellue commented May 12, 2022

This would be important for the Dectris setup at KIT, since the acquisition is started manually. Continuous processing would be important for live monitoring.

@sk1p
Copy link
Member Author

sk1p commented Aug 22, 2022

This would be important for the Dectris setup at KIT, since the acquisition is started manually. Continuous processing would be important for live monitoring.

As DECTRIS doesn't have a real contrinuous mode, we can emulate this using a very high value (~2000000000?) for nimage / ntrigger and canceling when we are done.

Repeated 2D: (...)

Would be nice to have a history of results, too, as we had at our last experiment: for example, with a slider over the time axis (if possible, having the slider responsive even while the acquisition is running, and not just "doing events" once per scan)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants