Check existence of NWBDataInterfaces #561
Labels
category: enhancement
improvements of code or code behavior
priority: low
alternative solution already working and/or relevant to only specific user(s)
Milestone
Hello everyone.
I'm designing a declarative way to specify requirements on an NWB 2.x file for a given plot.
The requirements are NWBDataInterfaces provided by your API:
"requirements": ["DfOverT", "processing.<ProcessingModule>.DfOverF"]
As you can see, they can be simple objects or a full path requirement.
My goal is to be able to verify if those requirements are met given any NWB 2.x, and to do that I'm trying the following:
As my previous issue, I would like to get your opinion on this.
I wasn't able to find this feature in your API. Do you think it has any value? Would you do this any other way?
The text was updated successfully, but these errors were encountered: