isofit.configs.sections.statevector_config ========================================== .. py:module:: isofit.configs.sections.statevector_config Classes ------- .. autoapisummary:: isofit.configs.sections.statevector_config.StateVectorElementConfig isofit.configs.sections.statevector_config.StateVectorConfig Module Contents --------------- .. py:class:: StateVectorElementConfig(sub_configdic: dict = None) Bases: :py:obj:`isofit.configs.base_config.BaseConfigSection` State vector element configuration. .. py:attribute:: _bounds_type :value: [] .. py:attribute:: bounds .. py:attribute:: _scale_type .. py:attribute:: scale .. py:attribute:: _prior_mean_type .. py:attribute:: prior_mean .. py:attribute:: _prior_sigma_type .. py:attribute:: prior_sigma .. py:attribute:: _init_type .. py:attribute:: init .. py:method:: _check_config_validity() -> List[str] .. py:class:: StateVectorConfig(sub_configdic: dict = None) Bases: :py:obj:`isofit.configs.base_config.BaseConfigSection` State vector configuration. .. py:attribute:: _H2OSTR_type .. py:attribute:: H2OSTR :type: StateVectorElementConfig :value: None .. py:attribute:: _AOT550_type .. py:attribute:: AOT550 :type: StateVectorElementConfig :value: None .. py:attribute:: _AERFRAC_1_type .. py:attribute:: AERFRAC_1 :type: StateVectorElementConfig :value: None .. py:attribute:: _AERFRAC_2_type .. py:attribute:: AERFRAC_2 :type: StateVectorElementConfig :value: None .. py:attribute:: _AERFRAC_3_type .. py:attribute:: AERFRAC_3 :type: StateVectorElementConfig :value: None .. py:attribute:: _GROW_FWHM_type .. py:attribute:: GROW_FWHM :type: StateVectorElementConfig :value: None .. py:attribute:: _WL_SHIFT_type .. py:attribute:: WL_SHIFT :type: StateVectorElementConfig :value: None .. py:attribute:: _WL_SPACE_type .. py:attribute:: WL_SPACE :type: StateVectorElementConfig :value: None .. py:attribute:: _AIRT_DELTA_K_type .. py:attribute:: AIRT_DELTA_K :type: StateVectorElementConfig :value: None .. py:attribute:: _surface_elevation_km_type .. py:attribute:: surface_elevation_km :type: StateVectorElementConfig :value: None .. py:method:: _check_config_validity() .. py:method:: _set_statevector_config_options(configdic) .. py:method:: get_all_bounds() .. py:method:: get_all_scales() .. py:method:: get_all_inits() .. py:method:: get_all_prior_means() .. py:method:: get_all_prior_sigmas()