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

Powerful filter functions for Neo #23

Open
mdenker opened this issue May 2, 2017 · 0 comments
Open

Powerful filter functions for Neo #23

mdenker opened this issue May 2, 2017 · 0 comments

Comments

@mdenker
Copy link
Member

mdenker commented May 2, 2017

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant