Skip to content

Commit f688726

Browse files
committed
FIX: add pet to list of imtypes
1 parent 3bc413f commit f688726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def _run_interface(self, runtime):
277277
)
278278
)
279279

280-
for imtype in ["bold", "t2w", "flair", "fmap", "sbref", "roi"]:
280+
for imtype in ["bold", "t2w", "flair", "fmap", "sbref", "roi", "pet"]:
281281
if not bids_dict[imtype]:
282282
LOGGER.info(
283283
'No "%s" images found for sub-%s', imtype, self.inputs.subject_id

0 commit comments

Comments
 (0)