Schemes

NEDAS.schemes.get_scheme module

Factory function to get the correct analysis scheme instance.

param config:

configuration object.

type config:

Config, optional

param config_file:

the top-level configuration file

type config_file:

str, optional

param parse_args:

whether to parse runtime argument from cli, default to false.

type parse_args:

bool, optional

param **kwargs:

other key value pairs to rewrite the configuration

returns:

The analysis scheme class instance.

rtype:

Scheme

NEDAS.schemes.base module