exosim.utils.prepare_recipes#

Attributes#

Functions#

load_options(options_file)

It loads the configuration files into dictionaries.

copy_input_files(output_dir)

It copied the input configuration xml file to the output folder, if they are not there already.

clean_config_files()

It clean the list of configuration files

Module Contents#

load_options(options_file)[source]#

It loads the configuration files into dictionaries.

Parameters:

options_file (str or dict) – configuration data to load

Returns:

  • dict – main configuration dictionary

  • dict – payload configuration dictionary

copy_input_files(output_dir)[source]#

It copied the input configuration xml file to the output folder, if they are not there already.

Parameters:

output_dir (str) – output folder

clean_config_files()[source]#

It clean the list of configuration files

logger[source]#