lukassnoek / pybest

PYthon package for Beta ESTimation (of single-trial fMRI data)
MIT License
7 stars 5 forks source link

adapt code for -save-all option with mutliple runs #8

Closed mszinte closed 3 years ago

mszinte commented 3 years ago

@ecasimiro maybe you can have a look at that, it seems to work on the exception of the saving of the single run components of the denoising (see line 102 in noise_model.py)... I also deleted the division by 1000 of the tr and fix one or two error there and there on which the code was blocking.

ecasimiro commented 3 years ago

@lukassnoek I think this is ready to be merged :)

lukassnoek commented 3 years ago

Cool! I added the /= 1000 because I think the TR was defined in msec in gifti files (which I rarely use anyway). Thanks for working on this @ecasimiro and @mszinte !