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

JSON instead of pickle #14

Closed ingo-m closed 6 years ago

ingo-m commented 7 years ago

In stimulus_presentation, the information on stimulus shape & timing is saved in pickles. Should be JSON instead.

ingo-m commented 6 years ago

No more pickles are used, design matrix is in npz format. Resolved with 30eb250bb90a3e7bd18e1a91a6937a5f99331d84.