Skip to content

Commit 56b27aa

Browse files
committed
fix: pacify BIDSDataGrabber to take DWI
1 parent 6ed5a11 commit 56b27aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

niworkflows/interfaces/bids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ class _BIDSDataGrabberOutputSpec(TraitedSpec):
226226
t2w = OutputMultiObject(desc="output T2w images")
227227
flair = OutputMultiObject(desc="output FLAIR images")
228228
pet = OutputMultiObject(desc="output PET images")
229+
dwi = OutputMultiObject(desc="output DWI images")
229230

230231

231232
class BIDSDataGrabber(SimpleInterface):

0 commit comments

Comments
 (0)