It is the process of removing the influence of the atmosphere from remotely sensed images so that the data accurately represent the true reflectance of Earth's surface.
When a satellite sensor captures an image, the radiation reaching the sensor is affected by gases, water vapor, aerosols, and dust in the atmosphere. These factors scatter and absorb light, changing the brightness and color of the features seen in the image.
Although these atmospheric effects are part of the recorded signal, they can distort surface reflectance values, especially when images are compared across different dates or sensors. Therefore, corrections are necessary to make data consistent and physically meaningful.
🔹 Why Do We Need Atmospheric Correction?
-
To retrieve true surface reflectance – It separates the surface signal from atmospheric influence.
-
To ensure comparability – Enables comparing images from different times, seasons, or sensors.
-
To improve visual quality – Removes haze and increases image contrast.
-
For accurate quantitative analysis – Essential for calculating vegetation, water, or urban indices (e.g., NDVI, NDWI).
-
For change detection and mosaicking – Ensures that images have uniform brightness and color.
-
For ground validation – Required when comparing satellite data with field reflectance measurements.
🔹 Atmospheric Effects on Satellite Images
-
Scattering – Occurs when particles or gas molecules redirect light.
-
Rayleigh scattering: caused by very small particles (affects blue wavelengths most).
-
Mie scattering: caused by dust or smoke (affects longer wavelengths).
-
Non-selective scattering: caused by large water droplets (affects all wavelengths equally).
-
-
Absorption – Certain gases (like ozone, carbon dioxide, and water vapor) absorb specific wavelengths, reducing the energy reaching the sensor.
-
Path Radiance / Haze – Scattered light that reaches the sensor without reflecting from the ground. It adds a bright veil over the image, especially in blue bands, and reduces contrast.
-
Transmittance – The fraction of light that successfully travels through the atmosphere from the Sun to the surface and back to the sensor.
🔹 Key Concepts and Terminologies
| Term | Meaning |
|---|---|
| Radiance | The total light energy received by the sensor. |
| Reflectance | The fraction of incident light reflected by a surface (what we want to retrieve). |
| Path Radiance | Unwanted light scattered into the sensor's line of sight, causing haze. |
| Transmittance | Efficiency of the atmosphere in letting light pass through. |
| Aerosols | Tiny particles that scatter and absorb radiation, major source of atmospheric distortion. |
| Haze | Visual result of atmospheric scattering; reduces image clarity. |
| Calibration | Conversion of raw digital numbers (DNs) to physical units like radiance or reflectance. |
🔹 Common Atmospheric Correction Methods
Atmospheric correction can be performed using image-based or model-based methods.
1. Image-Based Methods
These rely only on the image itself and do not require external atmospheric data.
a) Histogram Minimum / Dark Pixel Subtraction
-
Assumes that some pixels (deep water, shadows, dark rocks) should have nearly zero reflectance.
-
The minimum DN value in each band is treated as atmospheric haze.
-
That value is subtracted from all pixels in the band.
-
Simple and fast, but can be inaccurate if no truly dark object exists.
b) Regression Method
-
Plots pixel values from a short wavelength band (affected by scattering) against a long wavelength band (less affected).
-
The intercept of the line indicates atmospheric path radiance.
-
That offset is subtracted from the image.
-
Works well for homogeneous areas but depends on proper band selection.
c) Empirical Line Method (ELC)
-
Uses ground reference reflectance measurements (from field spectrometer or known targets).
-
Establishes a direct relationship between sensor radiance and true surface reflectance.
-
Most accurate among empirical methods if ground data are available.
-
Commonly used for airborne or hyperspectral imagery.
2. Model-Based (Radiative Transfer) Methods
These methods use physical models of atmospheric behavior and require information about the atmospheric conditions during image capture.
Key Models:
-
LOWTRAN 7 – Early model for visible to thermal IR regions.
-
MODTRAN 4 – Advanced model for a wide spectral range.
-
6S (Second Simulation of the Satellite Signal in the Solar Spectrum) – Widely used open-source model.
-
ATCOR (Atmospheric and Topographic Correction) – Commercial software used in ERDAS Imagine.
-
FLAASH (Fast Line-of-sight Atmospheric Analysis of Spectral Hypercubes) – For hyperspectral and multispectral data.
-
ATREM (Atmospheric REMoval) – For hyperspectral imagery.
Inputs Required:
-
Scene location (latitude and longitude)
-
Date and time of image capture
-
Sensor altitude and scene elevation
-
Atmospheric model (e.g., tropical, mid-latitude summer)
-
Visibility or aerosol optical depth
-
Water vapor and ozone concentration
These models simulate how light interacts with the atmosphere and remove its effect to retrieve surface reflectance.
🔹 Additional Step: Cloud Masking
Before atmospheric correction, clouds and their shadows must be identified and masked out, since they distort spectral values.
This step uses cloud detection algorithms (e.g., Fmask, QA bands) to remove cloudy pixels from analysis.
🔹 When Is Atmospheric Correction Necessary?
✅ Required When:
-
Comparing multiple scenes (multi-temporal analysis)
-
Performing change detection studies
-
Creating mosaics of multiple images
-
Calculating accurate surface reflectance or biophysical parameters
❌ Not Always Necessary When:
-
Working with a single scene for visual interpretation
-
Using ratio-based indices (e.g., NDVI), which minimize atmospheric effects
| Method | Type | Requires Atmospheric Data? | Accuracy | Typical Use |
|---|---|---|---|---|
| Dark Pixel Subtraction | Image-based | No | Low–Medium | Quick correction, simple projects |
| Histogram Minimum | Image-based | No | Low–Medium | Basic haze removal |
| Regression Method | Image-based | No | Medium | Scenes with dark objects |
| Empirical Line Method | Image-based | Yes (ground reflectance) | High | Airborne or field-calibrated data |
| Radiative Transfer Models (e.g., ATCOR, MODTRAN, 6S) | Model-based | Yes | Very High | Professional quantitative studies |
Atmospheric correction is a critical preprocessing step in remote sensing.
It ensures that image brightness truly represents the Earth's surface rather than the atmosphere above it.
Choosing the right method depends on your data availability, required accuracy, and application type — from simple visual enhancement to advanced quantitative analysis.
Comments
Post a Comment