isofit.configs.sections.output_config ===================================== .. py:module:: isofit.configs.sections.output_config Classes ------- .. autoapisummary:: isofit.configs.sections.output_config.OutputConfig Module Contents --------------- .. py:class:: OutputConfig(sub_configdic: dict = None) Bases: :py:obj:`isofit.configs.base_config.BaseConfigSection` Output file(s) configuration. .. py:attribute:: _estimated_state_file_header :value: ('statevector', '{State Parameter, Value}', '{}') .. py:attribute:: _estimated_state_file_type .. py:attribute:: estimated_state_file :value: None .. py:attribute:: _estimated_reflectance_file_header :value: ('wavelength', '{Wavelength (nm), Lambertian Reflectance}', '{0.0,1.0}') .. py:attribute:: _estimated_reflectance_file_type .. py:attribute:: estimated_reflectance_file :value: None .. py:attribute:: _estimated_emission_file_header :value: ('wavelength', '{Wavelength (nm), Emitted Radiance (uW nm-1 cm-2 sr-1)}', '{}') .. py:attribute:: _estimated_emission_file_type .. py:attribute:: estimated_emission_file :value: None .. py:attribute:: _modeled_radiance_file_header :value: ('wavelength', '{Wavelength (nm), Modeled Radiance (uW nm-1 cm-2 sr-1)}', '{}') .. py:attribute:: _modeled_radiance_file_type .. py:attribute:: modeled_radiance_file :value: None .. py:attribute:: _apparent_reflectance_file_header :value: ('wavelength', '{Wavelength (nm), Apparent Surface Reflectance}', '{}') .. py:attribute:: _apparent_reflectance_file_type .. py:attribute:: apparent_reflectance_file :value: None .. py:attribute:: _path_radiance_file_header :value: ('wavelength', '{Wavelength (nm), Path Radiance (uW nm-1 cm-2 sr-1)}', '{}') .. py:attribute:: _path_radiance_file_type .. py:attribute:: path_radiance_file :value: None .. py:attribute:: _simulated_measurement_file_header :value: ('wavelength', '{Wavelength (nm), Simulated Radiance (uW nm-1 cm-2 sr-1)}', '{}') .. py:attribute:: _simulated_measurement_file_type .. py:attribute:: simulated_measurement_file :value: None .. py:attribute:: _algebraic_inverse_file_header :value: ('wavelength', '{Wavelength (nm), Apparent Surface Reflectance}', '{}') .. py:attribute:: _algebraic_inverse_file_type .. py:attribute:: algebraic_inverse_file :value: None .. py:attribute:: _atmospheric_coefficients_file_header :value: ('atm_coeffs', '{Wavelength (nm), Atmospheric Optical Parameters}', '{}') .. py:attribute:: _atmospheric_coefficients_file_type .. py:attribute:: atmospheric_coefficients_file :value: None .. py:attribute:: _radiometry_correction_file_header :value: ('wavelength', '{Wavelength (nm), Radiometric Correction Factors}', '{}') .. py:attribute:: _radiometry_correction_file_type .. py:attribute:: radiometry_correction_file :value: None .. py:attribute:: _spectral_calibration_file_header :value: ('wavelength', '{}', '{}') .. py:attribute:: _spectral_calibration_file_type .. py:attribute:: spectral_calibration_file :value: None .. py:attribute:: _posterior_uncertainty_file_header :value: ('statevector', '{State Parameter, Value}', '{}') .. py:attribute:: _posterior_uncertainty_file_type .. py:attribute:: posterior_uncertainty_file :value: None .. py:attribute:: _plot_surface_components_type .. py:attribute:: plot_surface_components :value: False .. py:attribute:: _mcmc_samples_file_type .. py:attribute:: mcmc_samples_file :value: None .. py:method:: _check_config_validity() -> List[str] .. py:method:: get_all_output_file_names() .. py:method:: get_output_files()