pyprf
pyprf copied to clipboard
A free & open python tool for population receptive field analysis.
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I am receiving an error when I run create_design_matrix.py with the default values entered. Here is the full error message: ## Running: C:\pyprf-master\pyprf\stimulus_presentation\code\create_design_matrix.py ## Traceback (most recent call last): File...
Currently, hdf5 mode is only implemented for pRF time courses for the model fitting (and only partially for preprocessing), and only for preprocessing (but not model fitting) for functional data.
The following features are currently not available in GPU mode: * Handling of multiple predictors (e.g. contrast levels). * Export of parameter estimates. * Hdf5 mode.
On branch `devel`, do not use cython in `setup.py`, i.e. remove ```python from Cython.Build import cythonize ``` When compiled cython code is included, this is unnecessary.
Cython 0.28 broke backwards compatibility. When trying to compile with cython 0.28, the following problem occurs: ```bash # ***************************************************************************** # *** Function for fast calculation of residuals cdef (float[:], float[:])...
In case of multi-run experiments, preprocessing is currently performed separately for each time series (including linear trend removal), the time series are separately demeaned, and finally concatenated. Instead of demeaning,...
Log folder needs to be included in repository. Or created automatically when presenting stimuli.