-
### Summary
I try to use nipype.iterfaces.spm.Coregister(), but I got the following error
### Actual behavior
ValueError Traceback (most recent call last)
~\Desk…
-
The actual math goes way over my head, but it doesn't seem like patch-denoising includes a way to use noise scans with the NORDIC denoiser. The documentation mentions "pre processing the image and div…
tsalo updated
2 months ago
-
**What happened?**
I am trying to run the models but it crashes.
**Is there an error message?**
Node: nipype.models_wf.aggregateSeedCorrAcrossRuns_wf.extractfromresultdict
Working directory: /e…
-
I'm sure @yarikoptic has already some thoughts about this. I would like to gauge how many people would be interested in a Nipype interfaces that leverages datalad to get any data. I'm particularly thi…
-
### Summary
Hello!
I'm working on a Nipype script that employs FSL functions for task-based fMRI processing and analysis. I want to make it a gear on Flywheel, so I'm creating a Docker image first…
-
If you don't specify arguments for the interface, you are correctly given the usage and "too few arguments" as excepted. However, if you put `-h` or `--help` after the interface, an error is thrown by…
-
Hi,
it appears some errors as follows when I install pipype using Pypi on my windows10.Can you tell me how to resolve it?
> cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -Id:\python\python36\include…
-
### Summary
We would like to use nipype to run workflows that involve automatic tasks and **manual tasks**. For instance, after launching freesurfer we would like an expert to make corrections in the…
-
### Summary
I am unable to execute bet.run() after the following lines:
```
from nipype.interfaces.ants.segmentation import BrainExtraction
import os
import sys
bet = BrainExtraction()
be…
-
**Describe the bug**
`aCompCor_tr_string2float` & `tCompCor_tr_string2float` both complain
```Python
Node inputs:
function_str = def TR_string_to_float(tr):
if 'ms' in tr:
tr =…