Skip to content

Commit

Permalink
fix: wrangler now ignores part-phase EPI files
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 28, 2023
1 parent 83593c0 commit 21b675e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ def find_estimators(
base_entities = {
"subject": subject,
"extension": [".nii", ".nii.gz"],
"part": ["mag", None],
"scope": "raw", # Ensure derivatives are not captured
}

Expand Down

0 comments on commit 21b675e

Please sign in to comment.