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
I'm just learning to use Pydra and trying to do a similar wrapper for calling elastix executables for image registration.
While checking your code, I noticed that this line should be line = line, otherwise Pydra can only have one single "BET" node in the workflow as it does not allow more than one node with the same name :
Hi,
I'm just learning to use Pydra and trying to do a similar wrapper for calling elastix executables for image registration.
While checking your code, I noticed that this line should be line = line, otherwise Pydra can only have one single "BET" node in the workflow as it does not allow more than one node with the same name :
pydra-fsl/preprocess/bet.py
Line 328 in 8168479
Cheers,
RaC
The text was updated successfully, but these errors were encountered: