NISOx-BDI / SC2

2 stars 1 forks source link

Code review - README & preprocessing #1

Open cmaumet opened 3 years ago

cmaumet commented 3 years ago

Hi @AlexBowring! As agreed I have had a look at your code. So far I have only looked at the preprocessing as that is what is currently described in the README. I have a few suggestions about the config files.

I'll let you update the README with the info on how to run the analyses and then I'll have another look.

Code review By Camille. Date: Sept 28, 2020. Latest commit: 4612917

General notes

README

Minor comments

Links when reading through the code

Preprocessing. Entry point: process_fmriprep.py

AlexBowring commented 3 years ago

Hi @cmaumet ,

Thank you for the comments so far! I have just updated the README with descriptions of how the analyses were carried out, see the latest commit: d1920bd

I'll work through your feedback about the README soon, but hopefully this update means you are not held up in continuing the review. Let me know if there are any problems or bits that don't make sense!

AlexBowring commented 3 years ago

Hi @cmaumet,

In the latest commit 89b7be4 I have addressed some of your suggestions about the README and config files, including:

While I agree that for Matlab/Octave, a config .m file would be clearer than a binary .mat, I am not 100% sure on whether workspace variables can be loaded from a .m file in the same way they can be from a .mat file as described here.