Physical Principles of Remote Sensing
Electromagnetic radiation, radiometric quantities, and the physics of SAR/InSAR
The Electromagnetic Spectrum for EO
Earth observation instruments exploit different parts of the electromagnetic spectrum, each sensitive to different surface and atmospheric properties. The choice of wavelength determines what physical quantity is measured and how the atmosphere affects the signal.
| Band | Wavelength | Source | Applications | Sensors |
|---|---|---|---|---|
| VIS | 0.4 - 0.7 um | Reflected solar | True color, chlorophyll, turbidity | S2, Landsat, MODIS |
| NIR | 0.7 - 1.0 um | Reflected solar | Vegetation (NDVI), water bodies | S2, Landsat, Planet |
| Red Edge | 0.7 - 0.78 um | Reflected solar | Vegetation stress, LAI, chlorophyll | S2 (B5-B7, B8a) |
| SWIR | 1.0 - 2.5 um | Reflected solar | Soil moisture, minerals, fire scars | S2, Landsat, WV-3 |
| MWIR | 3 - 5 um | Mixed (emitted + reflected) | Active fire detection, hotspots | MODIS, VIIRS, SLSTR |
| TIR | 8 - 14 um | Emitted thermal | LST, SST, urban heat islands | Landsat TIRS, MODIS, GOES |
| Microwave | 1 mm - 1 m | Active (SAR) or passive | All-weather imaging, soil moisture, ice | S1, SMAP, AMSR-E |
Atmospheric windows (regions of high transmittance) dictate which wavelengths reach the surface. Water vapor absorbs strongly at 1.4 um and 1.9 um; CO2 absorbs around 4.3 um and 15 um; ozone absorbs UV below 0.3 um.
Radiometric Quantities
Satellite sensors measure spectral radiance at the top of the atmosphere (TOA). To extract meaningful surface properties, we must convert raw digital numbers (DN) to physical quantities.
Planck's Blackbody Radiation Law
Every object at temperature \(T\) emits radiation according to Planck's law:
where \(h = 6.626 \times 10^{-34}\) J s is Planck's constant,\(c = 3 \times 10^8\) m/s is the speed of light, and\(k_B = 1.381 \times 10^{-23}\) J/K is Boltzmann's constant. The peak wavelength follows Wien's displacement law:\(\lambda_{max} = 2898 / T\) um.
TOA Radiance from DN
For Landsat 8/9, the conversion from quantized calibrated pixel values (\(Q_{cal}\)) to TOA spectral radiance uses band-specific gain and offset from the metadata:
where \(M_L\) is the radiance multiplicative scaling factor, \(A_L\) is the additive offset, and \(\theta_{SE}\) is the sun elevation angle. Units: W m-2 sr-1 um-1.
TOA Reflectance
TOA reflectance normalizes for solar irradiance and sun-Earth distance, making it more comparable across dates and locations:
where \(d\) is the Earth-Sun distance in astronomical units, \(ESUN_\lambda\) is the mean exoatmospheric solar irradiance for that band, and \(\theta_z\) is the solar zenith angle. Note: for Landsat 8/9, a direct reflectance rescaling formula is available that bypasses the radiance step.
Stefan-Boltzmann Law & Brightness Temperature
Total emitted power per unit area follows the Stefan-Boltzmann law:
In thermal remote sensing, we invert the Planck function to retrieve brightness temperature from measured radiance:
where \(K_1\) and \(K_2\) are band-specific thermal constants provided in the metadata.
SAR & InSAR Physics
Synthetic Aperture Radar (SAR) is an active microwave sensor that transmits pulses and records the backscattered signal. Unlike optical sensors, SAR provides its own illumination and operates independently of weather and sunlight.
SAR Signal Model
Each SAR pixel stores a complex number encoding both amplitude and phase:
The amplitude \(A\) depends on the backscattering coefficient \(\sigma^0\), which is governed by surface roughness, dielectric constant, and incidence angle. The phase\(\phi\) encodes the two-way travel distance\(r\) plus a scattering phase term.
InSAR Phase Equation
Interferometric SAR (InSAR) exploits the phase difference between two SAR acquisitions from slightly different positions or times:
The total interferometric phase contains contributions from: geometric baseline (\(\Delta r\)), topography (\(\phi_{topo}\)), atmospheric delay (\(\phi_{atm}\)), and decorrelation noise (\(\phi_{noise}\)).
DInSAR: Differential InSAR
By removing the topographic phase contribution (using an external DEM or a reference interferogram), DInSAR isolates the surface displacement signal:
Each fringe cycle (2pi) corresponds to \(\lambda/2\) of line-of-sight displacement. For Sentinel-1 C-band (\(\lambda = 5.55\) cm), one fringe = 2.775 cm of LOS motion.
Coherence
Coherence measures the quality of the interferometric phase estimate. It ranges from 0 (complete decorrelation) to 1 (perfect phase stability):
Low coherence occurs over vegetation (temporal decorrelation), water surfaces, or when the perpendicular baseline is too large (geometric decorrelation). Typical InSAR applications require \(\gamma > 0.3\).
Planck Blackbody Curves & Atmospheric Windows
The following simulation computes Planck blackbody emission curves for the Sun (~5778 K) and the Earth (~288 K), and shows approximate atmospheric transmission windows to illustrate which spectral bands are usable for remote sensing.
Simulation
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
Common Spectral Indices
Spectral indices combine bands to enhance specific surface features. They exploit known spectral response differences between materials:
NDVI (Vegetation)
Range: -1 to +1. Healthy vegetation > 0.3
NDWI (Water)
Water bodies > 0. Vegetation < 0.
MNDWI (Modified Water)
Better urban/water discrimination than NDWI
NBR (Burn Ratio)
Burn scars show strong negative NBR values
The Radar Equation
The power received by a SAR sensor from a distributed target is governed by the radar equation:
where \(P_t\) is the transmitted power,\(G\) is the antenna gain,\(\sigma^0\) is the normalized radar cross-section (backscattering coefficient), \(A\) is the resolution cell area, and \(R\) is the slant range distance.
The backscattering coefficient \(\sigma^0\) is the key geophysical parameter. It depends on surface roughness relative to the radar wavelength, the dielectric constant of the material, and the local incidence angle. Typical values: calm water \(\sigma^0 \approx -20\) dB, forest \(\sigma^0 \approx -8\) dB, urban \(\sigma^0 \approx 0\) dB.