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

Document input data type #4

Closed ingo-m closed 6 years ago

ingo-m commented 7 years ago

In the config file for pRF mapping, some values need to be float (e.g varTr = 2.940), others need to be integer (e.g. varNumVol = 400). This is not documented yet, and in case of values entered as int when they should be float (e.g. varTr = 3) there will be no error message, but the operation (e.g. smoothing) will not be performed correctly. Either document this or convert data types to proper type (latter option would be better).

ingo-m commented 6 years ago

This issue has been solved with commit 90a943ad67b020854f94a5941233cef6e81b96b0.