isofit.configs.sections.forward_model_config ============================================ .. py:module:: isofit.configs.sections.forward_model_config Classes ------- .. autoapisummary:: isofit.configs.sections.forward_model_config.ForwardModelConfig Module Contents --------------- .. py:class:: ForwardModelConfig(sub_configdic: dict = None) Bases: :py:obj:`isofit.configs.base_config.BaseConfigSection` Forward model configuration. .. py:attribute:: _instrument_type .. py:attribute:: instrument :type: isofit.configs.sections.instrument_config.InstrumentConfig :value: None instrument config section. :type: Instrument .. py:attribute:: _surface_type .. py:attribute:: surface :type: isofit.configs.sections.surface_config.SurfaceConfig :value: None surface config section. :type: Surface .. py:attribute:: _radiative_transfer_type .. py:attribute:: radiative_transfer :type: isofit.configs.sections.radiative_transfer_config.RadiativeTransferConfig :value: None radiative transfer config section. :type: RadiativeTransfer .. py:attribute:: _model_discrepancy_file_type .. py:attribute:: model_discrepancy_file :value: None Points to an numpy-format covariance matrix. .. py:method:: _check_config_validity() -> List[str]