nipype
nipype copied to clipboard
Workflows and interfaces for neuroimaging packages
### Summary The `ants.ConvertScalarImageToRGB` wraps the cmdline tool `ConvertScalarImageToRGB`, which takes mainly positional arguments. Some of the positional arguments are optional, such as the `mask file,` so to omit the...
I have implemented a BET node in my workflow as I wish to use the binary brain mask for intensity normalization. ``` _bet = fsl.BET() _bet.inputs.mask = True _bet.inputs.out_file =...
### Summary Anytime I do anything related to SPM I have this error showing along with the typical Matlab beep sound error: `stty: 'standard input': Inappropriate ioctl for device` ###...
### Summary The `iflogger` in `nipype.interfaces.c3` is None, resulting in errors like this: ``` File "/home/user/.local/lib/python3.6/site-packages/nipype/interfaces/c3.py", line 229, in _gen_outfile iflogger.info("Generating `out_file`.") AttributeError: 'NoneType' object has no attribute 'info' ```...
### Summary Are there plans to implement antsMotionCorr [1] in niypyes ants package? [2]. I would be happy to help with this using one of the other ants commands as...
I am trying to use python to read .nii files. But I want to store the output in a .csv file where all the details are stored. Can someone let...
### Summary New to nipype and running the following script ### Actual behavior This is the error I get when I run ``` /home/shree/.local/lib/python3.6/site-packages/niflow/nipype1/workflows/dmri/mrtrix/group_connectivity.py:16: UserWarning: cmp not installed warnings.warn('cmp not...
Hi, I'm very new to Nipype, and I require to use the AFNI interface in my script from my Mac OS laptop. I have installed AFNI folder in my laptop...
I added the following interfaces for workbench - [x] wb_command -cifti-correlation - [x] wb_command -cifti-parcellate - [x] wb_command -cifti-separate
Having an issue loading the vdm file into spm. The single vdm file is not getting auto-populated { } for spm batch to read the vdm in the jobfile. Therefore,...