Skip to content

FIX: adjust default behavior of cam#37

Open
Thomas A Caswell (tacaswell) wants to merge 1 commit into
NSLS2:mainfrom
tacaswell:fix/standardcam
Open

FIX: adjust default behavior of cam#37
Thomas A Caswell (tacaswell) wants to merge 1 commit into
NSLS2:mainfrom
tacaswell:fix/standardcam

Conversation

@tacaswell
Copy link
Copy Markdown
Contributor

  • remove the image plugin (some IOCs do not have it and we should not be pulling on this from Python anyway)

  • adjust the default plugin graph we enforce (stats 1-4 should look at roi 1-4)

moving changes from NSLS2/cdi-profile-collection#26 upstream.

- remove the image plugin (some IOCs do not have it and we should not
  be pulling on this from Python anyway)

- adjust the default plugin graph we enforce (stats 1-4 should look at roi 1-4)
Comment thread src/cditools/screens.py
self.stats2: self.roi2,
self.stats3: self.roi3,
self.stats4: self.roi4,
self.stats5: self.cam,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably a result of not understanding what _default_plugin_graph does, but why is stats5 remaining mapped to cam?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's usually one more STATS plugin than ROI that will pull statistics for the entire image (while the ROIs are for region of interests i.e. subsections of the whole image.

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.

3 participants