ingo-m / pyprf

A free & open python tool for population receptive field analysis.
GNU General Public License v3.0
15 stars 3 forks source link

Handling of multi-run experiments #8

Open ingo-m opened 7 years ago

ingo-m commented 7 years ago

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, it would be better to model across-runs variance with a separate predictor in the GLM. (Not relevant for ParCon experiment, because there is only one pRF run there.)