Skip to content

Commit

Permalink
Merge pull request #407 from nipreps/fix/wrangler-ignore-phase-epi-files
Browse files Browse the repository at this point in the history
FIX: Wrangler now ignores ``part-phase`` EPI files
  • Loading branch information
oesteban authored Nov 28, 2023
2 parents 83593c0 + 21b675e commit aa86b0b
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 aa86b0b

Please sign in to comment.