Christophe Pallier
Christophe Pallier
I intended to use NiftiMapsMasker to extract the average 'activations' in regions of interests. I noticed: 1. that the returned value with a binary mask is the sum rather than...
Hello, * Seing that there were recent commits, I tried a ``` pip install git+https://github.com/expyriment/expyriment.git ``` in an environment with python 3.12.0 (installed with pyenv, under Ubuntu 22.04) This succeeded:...
I have added notes to the Linux install doc, explaining how to install expyriment in a virtual environment, either with pyenv or with anaconda, using python 3.7 (for which `pip...
Hello, I've just installed apophenia on my system running Ubuntu 20.04 (libgsl23). The first example, `census.c` from the page , compiles well: $ make census cc -Wall -Wextra -g census.c...
When trying to compile examples/keyboard-input/keyboard-input.go, I get the following error: --- impossible type switch case: sdl.QuitEvent event (variable of type sdl.Event) cannot have dynamic type sdl.QuitEvent --- This is due...
Hello, Thanks for dafter. I am considering using your framework to provide fetchers for some lexical datasets that I am assembling for the [openlexicon project](github.com/chrplr/openlexicon). I liked your json desc...
…unt XDG_DATA_HOME, and use .local/share otherwise I propose to use .local/share or $XDG_DATA_HOME (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) as a base directory for both datasets and datasets-config. But I am not sure if this...
``` (base) chrplr:~/4_code/expyriment-stash/examples/fmri/stroop_task (master)$ python stroop_task.py Expyriment 0.10.0 (Python 3.7.7) Main file: stroop_task.py (e208b2) Design plugins: StimulationProtocol Traceback (most recent call last): File "/home/cp983411/anaconda3/lib/python3.7/site-packages/expyriment/design/_structure.py", line 1853, in get_factor rtn =...