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

make all metadata based on keywords in InsertMultiChannel #531

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tlambert03
Copy link
Contributor

CircularBuffer::InsertMultiChannel is a pretty important method that populates a Metadata object with some pretty critical parameters during sequence acquisition. That Metadata object is even publicly retrievable using getLastImageMD; unfortunately, the keys and values in that object are hardcoded in the source code with un-exposed keywords... making it hard to rely on these values when inspecting metadata. This PR adds a few new keywords (for "Width", "Height" and all of the pixel types, and ensures that these keywords are used when populating metadata

@tlambert03 tlambert03 changed the title make all metadata based on keywords make all metadata based on keywords in InsertMultiChannel Dec 1, 2024
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.

1 participant