Skip to content

Commit

Permalink
FIX: add pet to list of imtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoergaard committed Aug 28, 2023
1 parent 3bc413f commit f688726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/interfaces/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _run_interface(self, runtime):
)
)

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

0 comments on commit f688726

Please sign in to comment.