isofit.radiative_transfer.look_up_tables¶
-
class
TabularRT(engine_config, full_config)[source]¶ Bases:
objectA model of photon transport including the atmosphere.
-
build_lut(rebuild=False)[source]¶ Each LUT is associated with a source directory. We build a lookup table by:
- defining the LUT dimensions, state vector names, and the
- grid of values;
- running the radiative transfer solver if needed, with each
- run defining a different point in the LUT; and
- loading the LUTs, one per key atmospheric coefficient vector, into memory as VectorInterpolator objects.
-