We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8860f commit 8a1a024Copy full SHA for 8a1a024
heuristics/dbic_bids.py
@@ -114,6 +114,10 @@
114
('hardi_64', 'dwi_acq-DTI-hardi64'),
115
('acq-hardi', 'acq-DTI-hardi'),
116
],
117
+ 'ed20c1ad4a0861b2b65768e159258eec':
118
+ [
119
+ ('fmap_acq-discorr-dti-', 'fmap_acq-dwi_dir-'),
120
+ ],
121
}
122
keys2replace = ['protocol_name', 'series_description']
123
@@ -379,7 +383,8 @@ def infotodict(seqinfo):
379
383
if seqtype == 'fmap' and not seqtype_label:
380
384
seqtype_label = {
381
385
'M': 'magnitude', # might want explicit {file_index} ?
382
- 'P': 'phasediff'
386
+ 'P': 'phasediff',
387
+ 'DIFFUSION': 'epi', # according to KODI those DWI are the EPIs we need
388
}[image_data_type]
389
390
# label for dwi as well
0 commit comments