-
Notifications
You must be signed in to change notification settings - Fork 6
Singlecp dev #21
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
Draft
aernesto
wants to merge
78
commits into
master
Choose a base branch
from
singlecp_dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Singlecp dev #21
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Following command launched at roughly 4:42 on 10/08 2019
>>> singlecp('S1', 1, true, 0.3, 'path to trials_post_experiment', '')
Single call on MATLAB console: >>> singlecp()
Call on MATLAB console was:
>>> singlecp('S1', 1, false, 0.3, 'path to trials_post_expt', 'path_to_2019_10_08_17_17_topsDataLog.amt')
produce dataset 2019_10_10_17_16
disable all updates from TbTb change project name in TbTb get proper MachineConfig.xml file
also set instruction message according to probCP
For some reason, the first ID returned by the gamepad upon pressing the A button was 10 instead of 3. Therefore, I force the ID to be 3 whenever 10 is returned (see dotsReadable.m) Hopefully this fixes it...
The goal is to match the seeding here with the one in dotsDrawableDotKinetogram used during the task
This reverts commit 032f714.
The issue with the previous dDDKDebug reproducibility tests was that I was not saving the dotsPositions as a property in the task object. Hopefully, with the present modifications to topsTreeNodeTaskReversingDots4AFC.m things will work...
the file modularTasks/tasks/topsTreeNodeTaskReversingDots4AFC.m in the parent commit was set-up to store the dots positions from each frame on every trial in a dotsInfo task property. This setup works with the dotsDrawableDotKinetogramDebug class for the dots stimulus. In the present commit, the file modularTasks/tasks/topsTreeNodeTaskReversingDots4AFC.m should be used with the dotsDrawableDotKinetogram class, and the dots positions on every frame will NOT be recorded. However, the trialData struct (and therefore the FIRA matrix) will contain the number of frames drawn before the CP (numberDrawPreCP) and the number of frames drawn after CP time (numberDrawPostCP).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
just to compare master and singlecp_dev