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
FNIRT warped_file and log_file seem to be split off from the other outputs in order to keep a possible ".txt" extension. However, they are also treated differently from all others if the input is set, i.e. setting outputs[key] = inval instead of outputs[key] = os.path.abspath(inval).
As expected FNIRT writes the files to the current working directory with the desired names. So, if warped_file or log_file are set to anything instead of generated, the node crashes because the path does not exist.