Skip to content

adaptive scan simulating lag from bus-based data system

Notifications You must be signed in to change notification settings

zjttoefs/adaptive-with-delay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive with Delay

An adaptive scan where the data of interest comes from a flyer and is delayed by a (simulated) message bus.

Since this demo uses a PR branch of bluesky it may be best to first create a separate environment for it.

python -m venv adaptive-with-delay
source adaptive-with-delay/bin/activate

Install requirements:

pip install -r requirements.txt

Start IOC:

python ioc.py

Run example:

ipython -i example.py
#RE(plan(0.5))
%matplotlib qt5
RE(plan(0.5), LivePlot(y="x", x="pos"))

About

adaptive scan simulating lag from bus-based data system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%