POD fitting on real satellite data — placeholder
POD fitting on real satellite data¶
This slot is reserved for the real-data companion to 06james_jax.py script reads the IMEO validated-plumes CSV + the Tanager plumes CSV, computes the proxy per satellite, and runs a per-satellite NUTS fit using the same pod_powerlaw_model that we fit on synthetic data in notebook 06.
The library code for this is already in place: see methane_pod.fitting.run_mcmc, pod_powerlaw_model, lognorm_cdf, power_law. What is missing is the CSV ingestion layer (satellite-specific filters, Q/U computation, outlier handling) and the source data itself.
When the datasets land, the notebook will:
- Load IMEO + Tanager plume tables.
- Filter to Oil & Gas, apply per-satellite outlier thresholds.
- Fit the POD-modified power law independently per satellite.
- Overlay recovered POD curves with ±1σ bands on a single axis for a head-to-head platform comparison.
- Compare the fitted and σ to published values (Varon 2018, Cusworth 2021, Kamdar IMEO).