Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract and save niworkflows-boldref brain-extract outputs #579

Open
mgxd opened this issue Nov 6, 2020 · 3 comments
Open

Extract and save niworkflows-boldref brain-extract outputs #579

mgxd opened this issue Nov 6, 2020 · 3 comments
Labels
effort:low Estimated low effort task impact:low Estimated low impact task

Comments

@mgxd
Copy link
Contributor

mgxd commented Nov 6, 2020

def main(args=None):

specifically the generated mask:

  • <hash>/enhance_and_skullstrip_bold_wf/combine_masks/ref_bold_corrected_brain_mask_maths.nii.gz

and likely the report:

  • <hash>/mask_reportlet/report.svg
@mgxd mgxd added effort:low Estimated low effort task impact:low Estimated low impact task labels Nov 6, 2020
@effigies
Copy link
Member

effigies commented Nov 6, 2020

To duplicate my comment on fMRIPrep, I think right now the outputs are going to be removed by default because of the nipype configuration flag remove_unnecessary_outputs. I haven't tested this, though.

In any event, a datasink is a good idea for having sensible output names.

@mgxd
Copy link
Contributor Author

mgxd commented Nov 6, 2020

I had just tested this within a docker container and the two files listed above were present. Probably because we are connecting them to outputnodes somewhere..

@effigies
Copy link
Member

effigies commented Nov 6, 2020

Oh, okay. Then this is extremely low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:low Estimated low effort task impact:low Estimated low impact task
Projects
None yet
Development

No branches or pull requests

2 participants