Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bids/layout/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class BIDSLayout(object):
file in order to be indexed.
config : str or list or None, optional
Optional name(s) of configuration file(s) to use.
By default (None), uses 'bids'.
By default (None), uses 'bids'. For derivatives use
`['bids', `derivatives`]
sources : :obj:`bids.layout.BIDSLayout` or list or None, optional
Optional BIDSLayout(s) from which the current BIDSLayout is derived.
config_filename : str
Expand Down
Loading