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

Area under Gaussian #9

Closed ingo-m closed 7 years ago

ingo-m commented 7 years ago

Area under Gaussian created by funcGauss() is not normalised to one. This does not affect static pRF fitting because model selection is based on R2 and is not affected by absolute size of predictors. However, for consistency, this should be changed. (Use solution from py_pRF_motion once it becomes available there.)

ingo-m commented 7 years ago

Commit 84886a4ec2f9cb4f9e2d70933a819196b5f61549 resolved this issue.