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

panel methods should return Events #13

Open
neuromusic opened this issue Feb 4, 2014 · 1 comment
Open

panel methods should return Events #13

neuromusic opened this issue Feb 4, 2014 · 1 comment

Comments

@neuromusic
Copy link
Member

panel.reward() & panel.punish() should return Event classes specifying the time and duration of the event

@neuromusic
Copy link
Member Author

I'm open to discuss this.

My idea here was that any event that we want to track should be represented as a standard object, like we've setup the Stimulus objects. Then, in addition to saving Trials as we currently do in the csv, we could save every single Event which occurs in a separate store (json, a la tinydb?), along with a pointer to the associated Trial.

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