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 c16d33e commit 7219728Copy full SHA for 7219728
src/defaults/Mapping.m
@@ -27,6 +27,9 @@
27
% - smooth = ''
28
%
29
% (C) Copyright 2021 spm_2_bids developers
30
+
31
+ %TODO add a print_mapping method to allow easy visualization
32
+ % of the input --> output relationship
33
34
properties
35
src/spm_2_bids.m
@@ -46,6 +46,9 @@
46
47
spec = [];
48
49
+ % TODO se if some of the bids-query machinery cannot be kept for identifying
50
+ % the right mapping
51
52
% look for the right prefix in the mapping
53
prefix_match = map.find_mapping('prefix', p.prefix);
54
0 commit comments