You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bidscoin/heuristics/bidsmap_bids2bids.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Options:
27
27
unknowntypes: [extra_data] # A list of datatypes that are converted to BIDS-like datatype folders
28
28
ignoretypes: [exclude] # A list of datatypes that are excluded / not converted to BIDS
29
29
anon: y # Set this anonymization flag to 'y' to round off age and discard acquisition date from the metadata
30
+
stripsuffix: y # Strips off the suffix from bids-values (to reduce redundancy within filenames)
30
31
unzip: # Wildcard pattern to select tarball/zip-files in the source folders that need to be unzipped (in a tempdir) to expose the data, e.g. '*.tar.gz'
31
32
plugins: # List of plugins with plugin-specific key-value pairs (that can be used by the plugin)
Copy file name to clipboardExpand all lines: bidscoin/heuristics/bidsmap_dccn.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Options:
28
28
unknowntypes: [extra_data] # A list of datatypes that are converted to BIDS-like datatype folders
29
29
ignoretypes: [exclude] # A list of datatypes that are excluded / not converted to BIDS
30
30
anon: y # Set this anonymization flag to 'y' to round off age and discard acquisition date from the metadata
31
+
stripsuffix: y # Strips off the suffix from bids-values (to reduce redundancy within filenames)
31
32
unzip: # Wildcard pattern to select tarball/zip-files in the source folders that need to be unzipped (in a tempdir) to expose the data, e.g. '*.tar.gz'
32
33
plugins: # List of plugins with plugin-specific key-value pairs (that can be used by the plugin)
33
34
dcm2niix2bids: # See dcm2niix -h and https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage#General_Usage for more info
Copy file name to clipboardExpand all lines: bidscoin/heuristics/bidsmap_sst.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Options:
27
27
unknowntypes: [extra_data] # A list of datatypes that are converted to BIDS-like datatype folders
28
28
ignoretypes: [exclude] # A list of datatypes that are excluded / not converted to BIDS
29
29
anon: y # Set this anonymization flag to 'y' to round off age and discard acquisition date from the metadata
30
+
stripsuffix: y # Strips off the suffix from bids-values (to reduce redundancy within filenames)
30
31
unzip: # Wildcard pattern to select tarball/zip-files in the source folders that need to be unzipped (in a tempdir) to expose the data, e.g. '*.tar.gz'
31
32
plugins: # List of plugins with plugin-specific key-value pairs (that can be used by the plugin)
32
33
dcm2niix2bids: # See dcm2niix -h and https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage#General_Usage for more info
0 commit comments