This project implements an end-to-end Remote Sensing Retrieval Pipeline for GPS Radio Occultation (GPS-RO) data. It simulates the physics of the COSMIC-2 satellite mission to retrieve atmospheric temperature profiles from space.
The pipeline performs two key functions:
- Forward Modeling: Simulates satellite "Bending Angle" telemetry based on a Standard Atmosphere model (including realistic sensor noise).
- Inverse Retrieval: Solves the Inverse Abel Transform and integrates the Hydrostatic Equation to recover the temperature profile from the noisy telemetry.
The algorithm successfully retrieves the temperature profile (Blue), matching the "True" input atmosphere (Red) within <1% error in the core region (10km–40km). It correctly identifies the Tropopause at ~11km.
(Note: This plot is generated automatically by running the pipeline)
This project solves the classic Inverse Problem of Radio Occultation.
The core challenge is converting the satellite's raw measurement (Bending Angle,
-
Implementation: Discretized using the Trapezoidal rule with singularity handling at the lower bound (
$x=a$ ).
Once Refractivity (
Temperature (
