-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- Windows OS - required
-
Install PsychoPy3
-
Download repo or clone repo by:
$ git clone https://github.com/laureate-institute-for-brain-research/Alients-Task.git
This tasks uses parallel port to send event codes to an an acquisition device like BIOPAC. However, the package needs to verify the location of where this DLL file is located.
If you don't have a parallel port, ignore this step
-
Enable parallel port by editing the JustAliens.params file and edit the signal_parallel line to this:
signal_parallel True
-
Locate the path of the downloaded repo e.g.
C:\Users\username\Downloads\Aliens-Task-main
-
Edit line 52 in the StimToolLib.py file so that the location points to the inputx64.dll file
Example: Line 52 would be:
parallel_writer = ctypes.windll.LoadLibrary('C:\Users\username\Downloads\Heartbeat-Counting-Task-main\inpoutx64.dll')
Be sure to edit the path to YOUR correct path location
- Open Psychopy3 Runner View
- Click the green '+' button to add the StimTool.py file.
- Highlight the StimTool.py file and click the Green Running man button to run the script.
- The StimTool Dialogue will open and enter:
- Subject ID. Can be any string e.g. TEST
- Administrator ID. Can be any string e.g JT
- Experiment Order - JustAline_Practice.TL
Note: This task is broken into 2 sessions
- Practice Session - Select the JustAliens_Practice.TL
- Main Session - Select the JustAliens_Main.TL
Default data location will be in the C:\TaskData\
folder.
You may also change this location by setting the output_dir configuration in each of the corresponding study-ONLYHC.PARAMS file.
If you still need additional help. Submit an issue ticket or email me at [email protected]