You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user is able to flexibly select data from Neo objects, filtering them by object type, annotation, etc.
Issues to be addressed in the epic:
current filter function has a difficult syntax, no/bad documentation
implement multi-filtering -> Filter an object, and then apply another filter
multiple allowed values: AND’s and OR’s of annotations, combining queries
exclude values: extract objects that do not have a certain attribute
support for regular expressions?
multi annotations –> For AnalogSignal objects, one annotation for each signal in the object. For Events and Epochs, one annotation for each event/epoch.
Should recognize quantities –> search for something like T_min==1000ms.
Masking of data within a data object (Note: Robin G found an interesting way to do this)
The text was updated successfully, but these errors were encountered:
The user is able to flexibly select data from Neo objects, filtering them by object type, annotation, etc.
Issues to be addressed in the epic:
The text was updated successfully, but these errors were encountered: