isofit.configs.sections.instrument_config¶
-
class
InstrumentUnknowns(sub_configdic=None)[source]¶ Bases:
isofit.configs.base_config.BaseConfigSectionInstrument Unknowns configuration.
-
class
InstrumentConfig(sub_configdic=None)[source]¶ Bases:
isofit.configs.base_config.BaseConfigSectionInstrument configuration.
-
integrations= None¶ Number of integrations comprising the measurement. Noise diminishes with the square root of this number. Applicable in concert with parametric_noise_file or pushbroom_noise_file
-
fast_resample= None¶ Approximates a complete resampling by a convolution with a uniform FWHM.
Type: bool
-
SNR= None¶ We have several ways to define the instrument noise. The simplest model is based on a single uniform SNR number that is signal-independnet and applied uniformly to all wavelengths
Type: float
-
parametric_noise_file= None¶ We have several ways to define the instrument noise. The second option is a parametric, signal- and wavelength- dependent noise function. This is given by a four-column ASCII Text file. Rows represent, respectively, the reference wavelength, and coefficients A, B, and C that define the noise-equivalent radiance via NeDL = A * sqrt(B+L) + C For the actual radiance L.
Type: str
-