Skip to content

dcmstack output file path #1087

Closed
Closed
@TheChymera

Description

@TheChymera

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions