cpp-lln-lab / CPP_PTB

a set of function to make it easier to create behavioral, EEG, fMRI experiment with psychtoolbox
https://cpp-ptb.readthedocs.io/en/latest/index.html#
MIT License
14 stars 13 forks source link

small addition #48

Closed CerenB closed 4 years ago

CerenB commented 4 years ago

added one more function into README change the scanner to mri in a demo script added some explanation related to abort into getResponse.m

Question: I am displaying the trigger count down in the monitor to the participant (for fun). See below. Can I add this snipped into my lib folder of CPP_PTB? Or is there another neat way to do such minor taste additions?

%display the trigger count
displayInstr(['Experiment starting in ',num2str(4-triggerCounter),'...'],cfg);
CerenB commented 4 years ago

oh forgot to add/check with miss_hit. Would it be nice to add that info (how to run in terminal, e.g. mh_style functionxx.m) into README file? Or it would be too confusing? ( I simply forgot the function name and had to go through the history in my terminal 👯 )

Remi-Gau commented 4 years ago

Question: I am displaying the trigger count down in the monitor to the participant (for fun). See below. Can I add this snipped into my lib folder of CPP_PTB? Or is there another neat way to do such minor taste additions?

YES !! Actually maybe you can update the talkToMe subfunction of waitForTriggeror is that what you were suggesting?

Remi-Gau commented 4 years ago

oh forgot to add/check with miss_hit. Would it be nice to add that info (how to run in terminal, e.g. mh_style functionxx.m) into README file? Or it would be too confusing? ( I simply forgot the function name and had to go through the history in my terminal dancers )

Opened a new issue for it. Github allows to easily reference a post and create an issue from it. :heart_eyes:

Remi-Gau commented 4 years ago

OK will merge this for now and fix the linter in our next PR