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

Combine events and powers into single data structure #78

Open
zduey opened this issue Dec 16, 2017 · 0 comments
Open

Combine events and powers into single data structure #78

zduey opened this issue Dec 16, 2017 · 0 comments

Comments

@zduey
Copy link
Contributor

zduey commented Dec 16, 2017

We assume that the rows of the 2D feature matrix matches the order of events stored in a recarray. This requires us to be very careful any time events or powers are modified in a way that could scramble this ordering. It would be better if these two structures were combined so there was less room for error in processing these two data structures. Most likely a pandas dataframe would be the best bet.

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