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...
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 =...
Hello, When calling `present_and_wait_keyboard()` on a `RandomDotKinematogram` object, I get: --- .expyriment/extras/expyriment_stimuli_extras/randomdotkinematogram/_randomdotkinematogram.py", line 251, in present_and_wait_keyboard from ... import _internals ImportError: attempted relative import beyond top-level package --- Other types...
I would like to launch a script through the expyriment cli wrapper, in order to use the --display argument. I thought that just passing the script as argument to `expyriment`...
Hello, I am stymied by the following issue. It could be something stupid and/or linux related. I would like to know if it also arises with Windows or Mac. I...