isofit.configs.sections.inversion_config

class InversionConfig(sub_configdic=None)[source]

Bases: isofit.configs.base_config.BaseConfigSection

Inversion configuration.

windows = None

inversion retrieval windows to operate over.

Type:List[List[float]]
cressie_map_confidence = None

N. Cressie [ASA 2018] suggests an alternate definition of S_hat for more statistically-consistent posterior confidence estimation, this flag runs in this mode

Type:bool
mcmc = None

MCMC parameters, only used if mode = mcmc.

integration_grid = None

Grid of inversion points to execute if mode=’grid’. Either fixed, or starting points, depending on self.fixed_inversion_grid

inversion_grid_as_preseed = None

(True) - a series of seeds for the optimization (variable by the optimization algorithm). (False) - a set of fixed points (not variable by the optimization algorithm)

Type:Parameter indicating whether to treat the inversion grid as
class McmcConfig(sub_configdic=None)[source]

Bases: isofit.configs.base_config.BaseConfigSection

MCMC inversion configuration.

iterations = None

Number of MCMC iterations to run.

Type:int