Skip to content

Concatenating data across multiple experimental runs #14

Description

@DavidBrainard

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions