Rami Hamati

Results 7 comments of Rami Hamati

Hi @Remi-Gau , Thanks for quick reply. I agree having them as warnings would be useful. However, I do indeed have events.tsv files for that subject. Please see screenshot of...

[EmoSal_test_errors.txt](https://github.com/nilearn/nilearn/files/14412490/EmoSal_test_errors.txt) I ran this on a subset of the data, but there's definitely some errors there. Thanks, I suspect that these problems are coming up because I used an old...

[rawdata_errors.txt](https://github.com/nilearn/nilearn/files/14426827/rawdata_errors.txt) Here we go @Remi-Gau , and @Remi-Gau @emdupre up to you!

With ```dataset_path = "/Users/ramihamati/Documents/EmoSal_test/rawdata"``` I get: ```ValueError: derivatives folder not found in given dataset: /Users/ramihamati/Documents/EmoSal_test/rawdata/derivatives/iter6s2``` With ```dataset_path = "/Users/ramihamati/Documents/EmoSal_test"``` I get: ``` Found the following 4 preprocessed BOLD files for...

Thanks for the support so far @Remi-Gau @emdupre. I want to do a bit of my own testing today and tomorrow (sorry have been swamped), I will close it out...

Update, I made a venv with the requirements.txt file, and still no luck. Will post to neurostars.

Hi there, I've attempted to wrap mri_cvs_register using FSCommand: ```Python import os from nipype.interfaces.freesurfer.base import ( TraitedSpec, FSCommand, FSTraitedSpec, FSScriptOutputSpec, File ) class mni152InputSpec(FSTraitedSpec): in_file = File( argstr="--mov %s", position=-2,...