bids.layout.add_config_paths

add_config_paths(**kwargs)[source]

Add to the pool of available configuration files for BIDSLayout.

Parameters:

kwargs (dict) – Dictionary specifying where to find additional config files. Keys are names, values are paths to the corresponding .json file.

Examples

> add_config_paths(my_config=’/path/to/config’) > layout = BIDSLayout(‘/path/to/bids’, config=[‘bids’, ‘my_config’])