Deep learning for NeuroImaging in Python.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
- nidl.experiment.filter_config(config: dict, env: dict, selector: tuple[str]) dict [source]ΒΆ
Filter configuration based on declared environements and user selector.
- Parameters:
config : dict
the current configuration.
env : dict
the declared environements.
selector : tuple of str
if multiple interface of the same type are defined, this parameter allows you to select the appropriate environements.
- Returns:
filter_conf : dict
the filtered configuration.
Follow us