fixed warmup method in Xspress3HDF5Plugin#258
fixed warmup method in Xspress3HDF5Plugin#258Dan Henriksen (dihenriksen) wants to merge 1 commit into
Conversation
|
Since the method is identical to the upstream one other than the two signals, I wonder if we should change warmup upstream to take a dictionary of signals to values to set? Maybe not worth the effort, but it would certainly allow for less code duplication... Or maybe have a property that stores the dict of signals to set on warmup. |
I thought about that too. It might be the best and cleanest solution - it is easy for me to imagine other detectors having to tweak the signals for the HDF5Plugin as well. But since that change would be in ophyd I am worried about unintended downstream consequences and backwards compatibility. And I'm still only vaguely familiar with ophyd so I wasn't confident in making that change there. |
|
Jakub Wlodek (@jwlodek) I at least made in issue in ophyd: bluesky/ophyd#1280 |
Fixes #257