The DIRSIG atmospheric database (ADB) file contains the irradiance the sources outside the atmosphere (Sun and Moon) and the transmission, scattered radiance and emitted radiance for paths with in the atmosphere. In addition to including SCENE and PLATFORM sections similar to the CFG file, the ADB file contains three unique sections:
A SOURCE_PATHS section containing the Solar and Lunar irradiance and transmission terms.
A SENSOR_PATHS section contain transmission, scattered and emitted radiances along the paths viewed by the sensor.
A DOWNWELLED_PATHS section containing a hemispherical map of the scattered and emitted radiances in the sky.
DIRSIG_ADBSCENE {
} PLATFORM {
INSTRUMENT {
BAND_LIST {
BAND {
} } FIELD_OF_VIEW {
} } } SOURCE_PATHS {
} SENSOR_PATHS {
} DOWNWELLED_PATHS {
}










The PLATFORM section in the ADB file is similar to the one from the CFG file used to create it. The ADB version, however, contains only the spectral and geometry related items required to verify that the ADB is still valid for a given CFG when DIRSIG is actually run. The BAND_LIST section contains one BAND section for each sensor band in the CFG file. These BAND sections only contain the spectral bandpasses for each sensor band. In addition, the FIELD_OF_VIEW section appears in the ADB file, and it defines the angular field of view of the instrument derive from the various focal plane and optics measurements in the CFG file.
PLATFORM {
INSTRUMENT {
BAND_LIST {
BAND {
MINIMUM_FREQUENCY = 750.0
MAXIMUM_FREQUENCY = 1250.0
DELTA_FREQUENCY = 2.0
}
BAND {
}
}
FIELD_OF_VIEW {
MINIMUM_ZENITH = -12.00
MAXIMUM_ZENITH = 44.00
DELTA_ZENITH = 2.80
}
} (11)
}










The SOURCE_PATHS section contains the exoatmospheric irradiance of the Sun and the Moon for the given time and location. This section also includes the transmission for both of these sources from space to the center of the scene. These values are tabulated spectrally in the SPECTRAL_DATA section in the following format:
| VALUE | Wavelength | Sun Irradiance | Sun Trans | Moon Irradiance | Moon Trans |
| UNITS | µm | W/(cm² µm) | (unitless) | W/(cm² µm) | (unitless) |
| VALUE | Frequency | Sun Irradiance | Sun Trans | Moon Irradiance | Moon Trans |
| UNITS | cm^-1 | W/(cm² µm) | (unitless) | W/(cm² µm) | (unitless) |
The SENSOR_PATHS section contains the transmission, scattered radiance and emitted radiance of the atmosphere along several paths viewed by the sensor. Paths between those listed in the file are interpolated. Each PATH section contains the zenith and azimuth angle of the path, and the distance to the ground for the path. The atmospheric values are tabulated spectrally in the SPECTRAL_DATA section in the following format:
orThe downwelled radiance from the sky down is computed for a discrete set of zenith and azimuth pairs. Rays intersecting the sky utilize the hemispherical sky map to interpolate values between the samples. The zenith dimension is sampled from 7.5 degrees to 92.5 degrees on 7.5 degree intervals. The azimuth dimension is sampled from 0.0 degrees to 330.0 degrees on 30.0 degree intervals. The atmospheric values are tabulated spectrally in the SPECTRAL_DATA section in the following format:
orDOWNWELLED_PATHS {
PATH {
ZENITH = 7.5000
AZIMUTH = 0.0000
SPECTRAL_DATA {
750.0 9.9068e-06 4.4277e-16
752.0 9.6366e-06 5.2540e-16
.
. [lines deleted for documentation purposes]
.
1250.0 2.4194e-06 2.2617-14
}
}
TOTAL {
SPECTRAL_DATA {
750.0 1.1096e-05 3.8147e-16
752.0 1.0898e-05 4.6116e-16
.
. [lines deleted for documentation purposes]
.
1250.0 3.1028e-06 2.5654e-14
}
} (11)
} (12)









