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

Parallelize T1w conformation step #613

Closed
effigies opened this issue Jul 26, 2017 · 0 comments
Closed

Parallelize T1w conformation step #613

effigies opened this issue Jul 26, 2017 · 0 comments
Labels
Milestone

Comments

@effigies
Copy link
Member

In the event we need to resample more than 1 or 2 T1w images (e.g. ds031), t1_conform can become a bottleneck, only utilizing one core as it runs nilearn.image.resample_img in series.

This process can be broken down into two steps:

  1. Read all images, decide on target zooms/dimensions (requires full list)
  2. Resample images (only one image, and target zooms/dimensions required)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant