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

Move areaDetector plugins from child classes to parent classes #286

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jmaruland
Copy link

This PR solves the issue presented in #212 which looks to give more visibility to some nd_plugins.
In order to decide which plugins need to be moved up, the NDArrayBase template (https://github.com/areaDetector/ADCore/blob/master/ADApp/Db/NDArrayBase.template) was used. Plugins mentioned in this template were moved to the immediate parent class (NDArrayBase or NDPluginBase)

@jmaruland
Copy link
Author

Closes #212

@jmaruland jmaruland force-pushed the move-areaDetector-plugins-to-ndplugin-classes branch from 8f1f5b2 to 34c4abb Compare May 3, 2024 16:39
@jmaruland
Copy link
Author

jmaruland commented May 3, 2024

This PR got a bit behind of the current state of the main branch and there was a conflict with src/ophyd_async/epics/areadetector/writers/nd_file_hdf.py.
I had to apply a rebase on this branch in order to fix the conflict.

@jmaruland jmaruland requested a review from jwlodek May 3, 2024 16:51
@ZohebShaikh
Copy link
Contributor

I have created this PR #309 so that it uses the epics signal rather than ad_r which was changed in this closed PR #274

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

Successfully merging this pull request may close these issues.

2 participants