isofit.configs.sections.input_config

class InputConfig(sub_configdic=None)[source]

Bases: BaseConfigSection

measured_radiance_file

Input radiance file. Can be either a .mat, .txt, or ENVI formatted binary cube. Used for inverse-modeling (radiance -> reflectance).

Type:

str

reference_reflectance_file

Input reference reflectance (to be compared against) file. Can be either a .mat, .txt, or ENVI formatted binary cube. Used for radiometric calibration.

Type:

str

reflectance_file

Input reflectance file. Can be either a .mat, .txt, or ENVI formatted binary cube. Used for forward-modeling (reflectance -> radiance).

Type:

str

obs_file

Input ‘obs’, or observation, file. Can be either a .mat, .txt, or ENVI formatted binary cube. Provides information about the conditions during observaiton. Assumed to be in the band-wise format: {path length, to-sensor azimuth, to-sensor zenith, to-sun azimuth, to-sun zenith, phase, slope, aspect, cosine i, UTC time}

Type:

str

glt_file

Input glt file. Can be either a .mat, .txt, or ENVI formatted binary cube. Provides (x,y) offset information for the spatial location of raw-space input files

Type:

str

loc_file

Input ‘loc’, or location, file. Can be either a .mat, .txt, or ENVI formatted binary cube. Provides per-pixel lat, long, and elevation information.

Type:

str

background_reflectance_file

Background reflectance file used for spatial inference. Should be an ENVI formatted binary cube that is the same dimensions as the input data cube.

Type:

str

radiometry_correction_file

Input radiometric correction file. Can be either a .mat, .txt, or ENVI formatted binary cube. Used to make minor channelized corrections to account for slight systematic errors not captured in calibration.

Type:

str