You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nipype.pipeline.engine.nodes.NodeExecutionError: Exception raised while executing Node fmap_select_std.
Traceback:
Traceback (most recent call last):
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/nipype/interfaces/base/core.py", line 400, in run
outputs = self.aggregate_outputs(runtime)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/nipype/interfaces/base/core.py", line 429, in aggregate_outputs
predicted_outputs = self._list_outputs() # Predictions from _list_outputs
^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/niworkflows/interfaces/utility.py", line 217, in _list_outputs
index = self.inputs.keys.index(self.inputs.key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: 'MNI152NLin2009cAsym' is not in list
The easiest solution is probably supplement this with an MNIInfant -> MNI152 transform (originally discussed in #153), but curious to hear other input (cc @oesteban@effigies)
What happened?
When running the SyN portion of the pipeline:
The offending section:
nibabies/nibabies/workflows/base.py
Lines 597 to 607 in 8e2415f
SDCFlows is hardcoded to using an atlas -> MNI152NLin2009cAsym transform
https://github.com/nipreps/sdcflows/blob/08e198f1f62422d2d6274ed93a3b4ba7a78d661a/sdcflows/workflows/fit/syn.py#L441-L459
The easiest solution is probably supplement this with an MNIInfant -> MNI152 transform (originally discussed in #153), but curious to hear other input (cc @oesteban @effigies)
What command did you use?
What version of NiBabies are you using?
24.0.1
Relevant log output
No response
Add any additional information or context about the problem here.
No response
The text was updated successfully, but these errors were encountered: