isofit.configs.sections.output_config
Classes
Output file(s) configuration. |
Module Contents
- class OutputConfig(sub_configdic: dict = None)[source]
Bases:
isofit.configs.base_config.BaseConfigSectionOutput file(s) configuration.
- _estimated_reflectance_file_header = ('wavelength', '{Wavelength (nm), Lambertian Reflectance}', '{0.0,1.0}')[source]
- _estimated_emission_file_header = ('wavelength', '{Wavelength (nm), Emitted Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
- _modeled_radiance_file_header = ('wavelength', '{Wavelength (nm), Modeled Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
- _apparent_reflectance_file_header = ('wavelength', '{Wavelength (nm), Apparent Surface Reflectance}', '{}')[source]
- _path_radiance_file_header = ('wavelength', '{Wavelength (nm), Path Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
- _simulated_measurement_file_header = ('wavelength', '{Wavelength (nm), Simulated Radiance (uW nm-1 cm-2 sr-1)}', '{}')[source]
- _algebraic_inverse_file_header = ('wavelength', '{Wavelength (nm), Apparent Surface Reflectance}', '{}')[source]
- _atmospheric_coefficients_file_header = ('atm_coeffs', '{Wavelength (nm), Atmospheric Optical Parameters}', '{}')[source]