isofit.configs.sections.statevector_config

Classes

StateVectorElementConfig

State vector element configuration.

StateVectorConfig

State vector configuration.

Module Contents

class StateVectorElementConfig(sub_configdic: dict = None)[source]

Bases: isofit.configs.base_config.BaseConfigSection

State vector element configuration.

_bounds_type = [][source]
bounds[source]
_scale_type[source]
scale[source]
_prior_mean_type[source]
prior_mean[source]
_prior_sigma_type[source]
prior_sigma[source]
_init_type[source]
init[source]
_check_config_validity() List[str][source]
class StateVectorConfig(sub_configdic: dict = None)[source]

Bases: isofit.configs.base_config.BaseConfigSection

State vector configuration.

_H2OSTR_type[source]
H2OSTR: StateVectorElementConfig = None[source]
_AOT550_type[source]
AOT550: StateVectorElementConfig = None[source]
_AERFRAC_1_type[source]
AERFRAC_1: StateVectorElementConfig = None[source]
_AERFRAC_2_type[source]
AERFRAC_2: StateVectorElementConfig = None[source]
_AERFRAC_3_type[source]
AERFRAC_3: StateVectorElementConfig = None[source]
_GROW_FWHM_type[source]
GROW_FWHM: StateVectorElementConfig = None[source]
_WL_SHIFT_type[source]
WL_SHIFT: StateVectorElementConfig = None[source]
_WL_SPACE_type[source]
WL_SPACE: StateVectorElementConfig = None[source]
_AIRT_DELTA_K_type[source]
AIRT_DELTA_K: StateVectorElementConfig = None[source]
_surface_elevation_km_type[source]
surface_elevation_km: StateVectorElementConfig = None[source]
_check_config_validity()[source]
_set_statevector_config_options(configdic)[source]
get_all_bounds()[source]
get_all_scales()[source]
get_all_inits()[source]
get_all_prior_means()[source]
get_all_prior_sigmas()[source]