-
Notifications
You must be signed in to change notification settings - Fork 37
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
MultiArrangement task data input #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to do what it is supposed to do and the tests confirm that it works, so I approve it.
I am not sure how general this is compared to the possible formats you could get from meadows, but I assume you do and it is general enough?
No to be honest this only supports one file type and only data for one type of task. But I figured it might be good to get some feedback on this now and at least have the most commonly used one in here, as the users often ask for code to do this. |
once we have the order of the stimuli (and rows and columns of the RDMs) sorted, so that this is then common across participants, i think i can approve this PR indeed. |
@iancharest the rdm is now sorted by default, and I've compared the json and matlab order and they are the same. |
@HeikoSchuett So I changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now looks good. happy for this to be merged.
This aims to enable easy importing of behavioral results from the MA task as recorded on Meadows. For now it would support the .mat file type for this task, and all the scopes (single task / multiple tasks / one participant / multiple participants). More on different file types here. Future work could support other tasks with similarity data, such as the dragrate, triplet and discriminability task.
Here is an example of the interface:
Features / todo’s
Check for PIDs)revision