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

Stimulus creation configurable rest conditions. #12

Closed ofgulban closed 7 years ago

ofgulban commented 7 years ago
ingo-m commented 7 years ago

I tested the stimulus script. It does work with the current configuration (8 rest frames in the beginning; 8 rest frames at the end; rest blocks in between last 3 frames; 550 volumes in total). The analysis should work fine with the current configuration.

MSchnei commented 7 years ago

Nice work. I indented a few extra lines in the code so it would run also for zero null trials. If @ingo-m approves, this should be merged to master.

ingo-m commented 7 years ago

OK I'm fine with merging

ingo-m commented 7 years ago

I will have to test it once more to make sure everything runs smooth for the next experiment.

ingo-m commented 7 years ago

Testing has been done with current configuration (8 rest frames in the beginning; 8 rest frames at the end; rest blocks in between last 3 frames; 550 volumes in total). Should also work for other configurations (but I didn't test that).

ofgulban commented 7 years ago

Looks good!