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

Concatenating data across multiple experimental runs #14

Open
DavidBrainard opened this issue Apr 10, 2018 · 0 comments
Open

Concatenating data across multiple experimental runs #14

DavidBrainard opened this issue Apr 10, 2018 · 0 comments

Comments

@DavidBrainard
Copy link
Contributor

We might run Quest+ de novo in several distinct experimental sessions, and then want to use its data analysis routines to make estimates from all of the data combined. One way to do this is to set up a questPlus structure and then loop over all the data, updating each time through. Or, we might want to build up a representation directly. Providing some support routines to make this easier could be helpful. Note that in terms of trialData structure, Quest+ needs the trial index to be the row index. So you have to write (e.g.)

trialData(n,1).stim = stimOnThisNthTrial

not

trialData(n).stim = stimOnThisNthTrial

or preallocate the array, or something that has that effect. Maybe we could be more robust where Quest+ uses the information.

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

1 participant