issues
search
lukassnoek
/
pybest
PYthon package for Beta ESTimation (of single-trial fMRI data)
MIT License
7
stars
4
forks
source link
Cifti
#6
Closed
ecasimiro
closed
3 years ago
ecasimiro
commented
3 years ago
Option to read CIFTI files: click.option --iscifti ['y','n'], default 'n' and click.option --mode ['surface', 'subcortex', 'all'], default 'surface'.
Option to skip TRs: click.option --skip-tr , nargs=2 and multiple possible --> --skip-tr 'file' 2 --skip-tr 'other file' 1
Option to filter confounds: click.option --confounds-filter or -cf [str], works with regex and multiple possible --> -cf conf1 -cf conf2
lukassnoek
commented
3 years ago
Great work, thanks!