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

Interval Utilities #100

Open
dlevenstein opened this issue Sep 13, 2017 · 2 comments
Open

Interval Utilities #100

dlevenstein opened this issue Sep 13, 2017 · 2 comments
Assignees

Comments

@dlevenstein
Copy link
Collaborator

There are a suite of interval utilities, i.e. InIntervals, FindInIntervals, RestrictInts, which have somewhat overlapping functionality.

  1. A census/guide should be created of these functions and any that can be merged (maintaining all functionality) should be merged

  2. Calls to these functions within buzcode will need to be updated to reflect any mergers.

@dlevenstein
Copy link
Collaborator Author

The final merged function should have the option to take a structure:
x.data
x.timestamps
x.????

and return the selection of data from the intervals in the form:
x.data
x.timestamps
x.???

as well as the existing functionality

@brendonw1
Copy link
Collaborator

I just tried loading intervals using bs_GetLFP.m. It gives a 1 x nIntervals lfp struct. I might have done it differently. Do we like it that way?
How do we handle multiple intervals in general?

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

No branches or pull requests

5 participants