VU-Cog-Sci / prfpy

prf fitting routines at Spinoza Centre for Neuroimaging
GNU General Public License v3.0
7 stars 4 forks source link

shape of design matrix needs to not be square necessarily #1

Open tknapen opened 5 years ago

tknapen commented 5 years ago

Spatial dimensions of the design matrix should possibly be rectangular. this would

  1. possibly be faster bc smaller design matrices
  2. make it explicit which is the first and which is the second dimension
tknapen commented 2 years ago

This could be done by using pandas DataFrames for the design matrix, where columns and indices can tell us what x and y (for a 2D matrix) represent. Required changing the Stimulus class.