isofit.configs.sections.input_config¶
-
class
InputConfig(sub_configdic=None)[source]¶ Bases:
isofit.configs.base_config.BaseConfigSection-
measured_radiance_file= None¶ 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= None¶ Input reference reflectance file. Can be either a .mat, .txt, or ENVI formatted binary cube. Used for radiometric calibration.
Type: str
-
reflectance_file= None¶ Input reflectance file. Can be either a .mat, .txt, or ENVI formatted binary cube. Used for forward-modeling (reflectance -> radiance).
Type: str
-
obs_file= None¶ 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= None¶ 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= None¶ 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
-
surface_prior_mean_file= None¶ Input surface prior mean file. Can be either a .mat, .txt, or ENVI formatted binary cube.
Type: str
-
surface_prior_variance_file= None¶ Input surface prior variance file. Can be either a .mat, .txt, or ENVI formatted binary cube.
Type: str
-
rt_prior_mean_file= None¶ Input rt prior mean file. Can be either a .mat, .txt, or ENVI formatted binary cube.
Type: str
-
rt_prior_variance_file= None¶ Input rt prior variance file. Can be either a .mat, .txt, or ENVI formatted binary cube.
Type: str
-
instrument_prior_mean_file= None¶ Input instrument prior mean file. Can be either a .mat, .txt, or ENVI formatted binary cube.
Type: str
-