Week 11 · Remote Sensing Specialist~7 min · 646 words

EM spectrum, sensor types, and radiometry

Remote sensing is physics first, GIS second. This week: the EM spectrum, sensor categories, and the radiometric quantities (radiance, brightness temperature) that every satellite product is built on.

Look at a coral reef from above and a coral reef under thermal imaging. What information does each show that the other can't?

Different parts of the electromagnetic spectrum let you see different things. Visible light shows surface color. Thermal IR shows temperature. SAR sees through clouds. This week you'll learn what each band tells you — and why it matters for protecting the places you care about.

Learning objectives

Kāneʻohe Bay — one of the most-studied reef ecosystems on Earth. The Hawaiʻi Institute of Marine Biology has been observing it for ~75 years, including with satellite imagery across multiple spectral bands.

Try it: walk the EM spectrum

Move the slider through wavelengths from 0.4 µm (violet) to 14 µm (deep thermal). The output tells you which sensor band you're in and what it sees.

Primer

Remote sensing is the science of measuring something from a distance. In space remote sensing, the "distance" is hundreds to tens of thousands of kilometers, and the "measurement" is almost always electromagnetic radiation that reaches a satellite's sensor. This week is the physics primer: what the EM spectrum is, what each region tells you, and why thermal infrared is the key to launch detection.

The electromagnetic spectrum

The EM spectrum spans an enormous range of wavelengths. Earth observation uses a sliver of it:

  • Visible (0.4–0.7 µm) — what your eyes see. Sentinel-2 bands 2 (blue, 0.49 µm), 3 (green, 0.56 µm), 4 (red, 0.66 µm).
  • Near-infrared (NIR, 0.7–1.4 µm) — invisible to humans but reflected strongly by healthy vegetation. The basis of NDVI.
  • Short-wave infrared (SWIR, 1.4–3 µm) — sensitive to water content, mineral composition, and active fires.
  • Mid-wave infrared (MWIR, 3–8 µm)thermal emissive. Surfaces emit measurable radiation in this band based on their temperature. GOES Band 7 (3.9 µm) is here. This is the band LaunchDetect uses for plume detection.
  • Long-wave infrared (LWIR, 8–14 µm) — also thermal emissive, but for cooler objects. GOES Bands 13–15 (10.3, 11.2, 12.3 µm) and Landsat 9 TIRS bands.
  • Microwave (1 mm–1 m) — penetrates clouds and (somewhat) ground. Used by passive radiometers and active radar (SAR).

Passive vs active sensors

Passive sensors measure radiation that already exists — sunlight reflected (optical, NIR, SWIR) or thermal radiation emitted by Earth's surface (MWIR, LWIR). They don't send anything; they just listen. Most weather satellites are passive.

Active sensors emit radiation and measure what bounces back. SAR (Sentinel-1, RadarSat) emits microwaves; LiDAR emits laser pulses; altimeters emit short radar pulses. Active sensors see in the dark and through clouds; passive optical doesn't.

Radiometric quantities

Three quantities every remote sensing pipeline computes:

  • Radiance (L) — the raw measurement: W/m²/sr/µm. How much electromagnetic energy is hitting the sensor per unit area, per unit solid angle, per unit wavelength.
  • Reflectance (ρ) — for solar bands (visible, NIR, SWIR): the fraction of incoming sunlight reflected by the surface. Dimensionless, 0–1. Computed by dividing radiance by the solar irradiance at that wavelength.
  • Brightness temperature (Tb) — for thermal bands: the temperature of a perfect black body that would emit the same radiance. Computed via the inverse Planck function. Kelvin units.

Why thermal IR sees plumes

A rocket plume is hot — combustion gases at 1,500–3,000 K. Earth's surface at "ambient" is ~290 K. The Planck curve says: the hotter an object, the more radiation it emits, and the peak emission shifts to shorter wavelengths. At 3,000 K, the peak emission is around 1 µm (still in the SWIR). At 290 K, the peak is around 10 µm (LWIR).

So why does GOES Band 7 (3.9 µm) work better than Band 14 (11.2 µm) for plume detection? Because at 3.9 µm, a 1,500 K plume emits roughly 5,000× more radiance than a 290 K background. At 11 µm, the ratio is much smaller. Band 7 has the highest thermal contrast for hot objects, which is why it's the band of choice for fire and plume detection.

The lab

You'll build a Matplotlib plot of the EM spectrum from 0.4 µm to 13 µm, annotated with: the human-visible range, the GOES-R ABI 16-band layout, Landsat 9's 11 bands, Sentinel-2's 13 bands, and the Planck curves for a 290 K (Earth) and 1,500 K (plume) emitter. The resulting plot is a one-image reference you'll refer back to all of Track 3.

Connecting to Hawaiʻi: The EM spectrum and reef health

When the Hawaiian Islands had massive coral bleaching events in 2014–2015 and again in 2019, NOAA scientists tracked them using thermal infrared satellite imagery — the same band region (thermal IR around 11 µm) that's used for sea-surface temperature monitoring. Visible-light satellite imagery couldn't have caught the bleaching directly; reefs look blue-green either way. But thermal IR showed the temperature anomalies that bleach corals weeks before visible damage appeared. Different bands = different questions answered.

NOAA Coral Reef Watch publishes near-real-time bleaching alerts at coralreefwatch.noaa.gov. They are built on the exact thermal IR data products you'll work with in Weeks 13–15.

Hands-on lab: Plot the EM spectrum and band assignments

Build a Python plot of the EM spectrum from 0.4 µm (blue) to 13 µm (long-wave IR), annotated with the GOES-R ABI bands, Landsat 9 bands, and Sentinel-2 bands.

Quiz — click an answer to check it

No grade, no shame. Tap any option; you'll see if it's right plus the answer if not. The point is to notice what you already know and what's still settling.

Q1. Optical sensors operate in what wavelength range?
  1. 0.4–0.7 µm (visible)
  2. 1–10 cm
  3. 10–100 nm
  4. 1 mm–1 m
Q2. GOES-R ABI Band 7 wavelength is:
  1. 0.47 µm
  2. 3.9 µm
  3. 10.3 µm
  4. 13.3 µm
Q3. SAR is:
  1. Synthetic Aperture Radar (active)
  2. Solar Active Reading (passive)
  3. Sun Angle Range (geometry)
  4. Satellite Atomic Resonance
Q4. Brightness temperature is computed from:
  1. Reflectance
  2. Radiance via the inverse Planck function
  3. GPS position
  4. Time of day
Q5. Why doesn't optical always see plumes?
  1. Plumes don't reflect visible light strongly compared to surroundings; thermal IR sees their heat emission
  2. Optical sensors are broken
  3. Plumes are invisible
  4. Plumes are too small

Reflection

Take five minutes with this. Write your answer somewhere. Carry it into next week.

If you had access to satellite imagery of your favorite reef in real time — visible AND thermal AND SAR — what would you do with it? Whose decisions could it inform?
Mark this week complete Visiting alone doesn't count it as 'done'. Click when you've actually worked through the primer + lab + quiz.
Share + discuss on Twitter/X Discuss on GitHub