ajspoerner
About
- Username
- ajspoerner
- Joined
- Visits
- 31
- Last Active
- Roles
- Member
Comments
-
Thank you so much! just moving the script and now everything works. Again I am so sorry for making such a mess of this post. Thank you also for being so patient with me
-
determine_ trial_ type: # Determine the trial type of the current trial # by 'popping' (i.e. taking without replacement) # one item from the previously-defined trial list.# We do this by using the built-in Python function pop():trial_type = trial_l…
-
Let me try this one more time. Trial sequence determine_trial_ type determine keyboard response non_target: player Target: player sketch pad: fixation dot Logger I will put script for determine_ trial_ type and determine trail order in the next co…
-
Oh Man, that last comment was a mess. Trial Sequence: determine_trial_order determine_keyboard_response non_target target sketchpad logger Script for determine_trial: # Determine the trial type of the current trial # by 'popping' (i.e. taking w…
-
I am sorry, I am working on a lap tap and I can not find the print screen button. Are you asking the information under trial sequence. If that is what you are requesting the order is determine_ trial_ type (script) # Determine the trial type of the…
-
Before I got your response I found your keyboard functions page and I made a _inline_script and placed it under trial sequence: from openexp.keyboard import keyboardmy_keyboard = keyboard(exp, keylist=['space'], timeout=400)start_time = self.time()…
-
Sorry, I was able to get the experiment to work with the target never being presented twice in a row after putting in the correct screen size. Next task is to see if I can get the experiment and Emotiv EEG to communicate. I am going to use Advanced…
-
Luke and Lotje, Thank you both so much. I think I get what I need to do. Luke, good luck on your project. Lotje, thank you again for your suggestions. Kind Regards, AJ spoerner
-
wow Luke, how cool. I am going to hopefully use this software to run a auditory oddball task. I wish I could advise you and or answer your questions. the EEG/ERP doc page has info on triggers for EEG/ERP as well as links to forum. These links addres…
-
Ok, I get it. Thank you for the tip of the loop wizard. I was able to follow all the steps and was able to create the exp. Before I do a real exp and for fun I am wanting to set the triggers and connect to serial port with my EEG set up and evaluate…