isofit.configs.sections.output_config

Classes

OutputConfig

Output file(s) configuration.

Module Contents

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

Bases: isofit.configs.base_config.BaseConfigSection

Output file(s) configuration.

_estimated_state_file_header = ('statevector', '{State Parameter, Value}', '{}')[source]
_estimated_state_file_type[source]
estimated_state_file = None[source]
_estimated_reflectance_file_header = ('wavelength', '{Wavelength (nm), Lambertian Reflectance}', '{0.0,1.0}')[source]
_estimated_reflectance_file_type[source]
estimated_reflectance_file = None[source]
_estimated_emission_file_header = ('wavelength', '{Wavelength (nm), Emitted Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
_estimated_emission_file_type[source]
estimated_emission_file = None[source]
_modeled_radiance_file_header = ('wavelength', '{Wavelength (nm), Modeled Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
_modeled_radiance_file_type[source]
modeled_radiance_file = None[source]
_apparent_reflectance_file_header = ('wavelength', '{Wavelength (nm), Apparent Surface Reflectance}', '{}')[source]
_apparent_reflectance_file_type[source]
apparent_reflectance_file = None[source]
_path_radiance_file_header = ('wavelength', '{Wavelength (nm), Path Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
_path_radiance_file_type[source]
path_radiance_file = None[source]
_simulated_measurement_file_header = ('wavelength', '{Wavelength (nm), Simulated Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
_simulated_measurement_file_type[source]
simulated_measurement_file = None[source]
_algebraic_inverse_file_header = ('wavelength', '{Wavelength (nm), Apparent Surface Reflectance}', '{}')[source]
_algebraic_inverse_file_type[source]
algebraic_inverse_file = None[source]
_atmospheric_coefficients_file_header = ('atm_coeffs', '{Wavelength (nm), Atmospheric Optical Parameters}', '{}')[source]
_atmospheric_coefficients_file_type[source]
atmospheric_coefficients_file = None[source]
_radiometry_correction_file_header = ('wavelength', '{Wavelength (nm), Radiometric Correction Factors}', '{}')[source]
_radiometry_correction_file_type[source]
radiometry_correction_file = None[source]
_spectral_calibration_file_header = ('wavelength', '{}', '{}')[source]
_spectral_calibration_file_type[source]
spectral_calibration_file = None[source]
_posterior_uncertainty_file_header = ('statevector', '{State Parameter, Value}', '{}')[source]
_posterior_uncertainty_file_type[source]
posterior_uncertainty_file = None[source]
_plot_surface_components_type[source]
plot_surface_components = False[source]
_mcmc_samples_file_type[source]
mcmc_samples_file = None[source]
_check_config_validity() List[str][source]
get_all_output_file_names()[source]
get_output_files()[source]