-
Update xspress3 to use nslsii, upstream change in nslsii is also needed.
-
Refs #10
- [x] https://github.com/bluesky/ophyd/blob/master/ophyd/areadetector/detectors.py - verify that implementation of Eiger in Ophyd Areadetector is complete
- [x] https://github.com/NSLS…
-
Found during work on #369
-
If nslsii redis backed metadata is to be supported this line needs to be fixed:
> /nsls2/conda/envs/2024-2.0-py311-tiled/lib/python3.11/site-packages/bluesky/run_engine.py(1796)_open_run()
1794 …
-
This is blocked by changes to the playbooks to provide the opls configuration files.
-
`configure_base` can take in a list of PVs to be available in the default `Broker` instance created
https://github.com/NSLS-II/nslsii/blob/196c0f7737acbefbafce2413570eef671e27ef69/nslsii/__init__.p…
-
This part of the code seems to be a bottleneck (see the attached picture with the `ts_msg_hook`-generated output):
https://github.com/NSLS-II/nslsii/blob/18c06329edb76f068d63e5b6522a6781d2bc696c/nsls…
-
# Ongoing Issue to Decide on a Schema
What is needed
- Consistency - Format should be consistent, and easy to use.
- Readable - Everyone knows what each field means
- Specificity - Fields are en…
-
The solution provided in https://github.com/NSLS-II-CSX/profile_collection/pull/83 depended on a `Kill-STS` PV that was custom built by John.
> So for this kill motor, I made a new PV which is rea…
-
I wish that the Xspress3Channel class in nslsii/detectors/xspress3.py defined an attribute like this near line 433
```
extra_rois_enabled = Cpt(EpicsSignal, 'PluginControlValExtraROI')
```
Seems s…