-
Notifications
You must be signed in to change notification settings - Fork 30
Parsing point name in nd2 #26
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
Comments
Thanks @hftsai, I'm not sure if these point names are parsed at this moment, but you can have a look in the attributes in Let me know if you find something! |
Thank you! I'll look into the Nikon SDK Thanks! |
I was having the same issue then I noticed that the point names are saved at reader.parser_raw_metadata.image_metadata['SLxExperiment']["uLoopPars"]["Points"] |
Great that you found this. The discoverability of all these attributes is quite low at this point. It is basically an almost one-to-one mapping of the ND2 file format into the raw metadata class. It would be great if we can improve this in future versions. I'll leave this open as a reminder. |
I would find this enhancement extremely useful - filtering data by point name is something I do regularly. Until then, @aknckaan's comment is workable. One thing I had to contend with is that |
Hi Great tools you have created here
I'm a python novice, but I'm currently thinking to automate my experiment process.
We are conducting high throughput experiments with nikon microscopes
one way to annotate experiments during a ND acqusitions is to rename the point name (as screen shot attached)
Is there a function in nd2reader to parse the point name in a multipoint loop?
Thanks!
Best,
The text was updated successfully, but these errors were encountered: