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

Number of transforms (1035) found in the ITK file does not match the number of input image files (1863) #7

Open
JasperVanDenBosch opened this issue Jul 19, 2019 · 7 comments

Comments

@JasperVanDenBosch
Copy link
Member

crash-20190719-183626-vandejjf-bold_transform-cde10b08-0929-4ba2-876c-386cf4bbaa0e.txt

@JasperVanDenBosch
Copy link
Member Author

@JasperVanDenBosch
Copy link
Member Author

here is the high-level problem:

https://github.com/poldracklab/fmriprep/blob/master/fmriprep/workflows/bold/base.py#L601


    workflow.connect([
        # Generate early reference
        (inputnode, bold_reference_wf, [('bold_file', 'inputnode.bold_file')]),
        # BOLD buffer has slice-time corrected if it was run, original otherwise
        (boldbuffer, bold_split, [('bold_file', 'in_file')]),
        # HMC
        (bold_reference_wf, bold_hmc_wf, [
            ('outputnode.raw_ref_image', 'inputnode.raw_ref_image'),
            ('outputnode.bold_file', 'inputnode.bold_file')]),

@JasperVanDenBosch
Copy link
Member Author

basically the Head Motion Correction step (bold_hmc_wf) runs off bold_reference_wf, which is generated pre-stc

@iancharest
Copy link
Contributor

iancharest commented Jul 22, 2019 via email

@JasperVanDenBosch
Copy link
Member Author

I'm thinking we could perhaps connect boldbuffer to bold_hmc_wf..

@iancharest
Copy link
Contributor

has this issue been resolved?

@JasperVanDenBosch
Copy link
Member Author

Not as far as I know. We have to somehow adapt the metadata afterwards but I'm not sure where.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants