macro_eeg_model.config.configs#
Functions#
First parses command line arguments using |
|
Parses command line arguments using |
Module Contents#
- macro_eeg_model.config.configs.get_simulate_config()[source]#
First parses command line arguments using
get_parsed_args(), then creates an instance of thesrc.config.model_config.ModelConfigclass based on the parsed arguments.- Returns:
A tuple containing:
config (ModelConfig): The configuration object for the simulation.
model_name (str): The name of the model as specified in the command line arguments.
n (int): The number of simulations to run, as specified in the command line arguments.
- Return type:
tuple