isofit.configs.sections.implementation_config

class ImplementationConfig(sub_configdic=None)[source]

Bases: isofit.configs.base_config.BaseConfigSection

mode = None

inversion, inversion_mcmc, and ‘simulation’.

Type:str
Type:Defines the operating mode for isofit. Current options are
inversion = None

optional config for running in inversion mode.

Type:InversionConfig
n_cores = None

number of cores to use.

Type:int
ip_head = None

Ray - parameter. IP-head (for multi-node runs).

Type:str
redis_password = None

Ray - parameter. Redis-password (for multi-node runs).

Type:str
rte_configure_and_exit = None

Indicates that code should terminate as soon as all radiative transfer engine configuration files are written (without running them)

Type:bool
rte_auto_rebuild = None

Flag indicating whether radiative transfer engines should automatically rebuild.

Type:bool