Closed
Description
Hello, I am trying to specify an ouput file path for the nipype.interfaces.dcmstack.DcmStack
interface, which should be in my data hierarchy and not in my script hierarchy.
I am doing this ~via:
from nipype.interfaces.dcmstack import DcmStack
stacker = DcmStack()
stacker.inputs.out_format = "/path/to/my/data"
stubbornly, dcmstack will export the resulting file to /path/to/my/script/_path_to_my_data
Can we fix this somehow? Right now I hav to export to my script directory and then move the file -.- which is a dodgy and slow way to fix this (different hard drives etc).
Metadata
Metadata
Assignees
Labels
No labels