The Methane Missing Mass Paradox: A Rigorous Stochastic Framework¶
1. The Problem Statement: The Filtered Reality¶
When satellite platforms like the Methane Alert and Response System (MARS) United Nations Environment Programme, 2022 monitor global infrastructure, they do not see the physical pipe. They act as an imperfect atmospheric filter laid over physical reality. This constraint creates a severe mathematical paradox that distorts global greenhouse gas inventories Jacob et al., 2022:
The Paradox: The data from a satellite alerting system will simultaneously overestimate the average size of a leak from a facility, while strictly underestimating the total mass of methane emitted by that same facility Williams et al., 2025Cusworth et al., 2025.
To rigorously prove why this happens, and to extract actionable engineering metrics (like dispatching repair crews or calculating carbon taxes), we cannot just use basic averages. We must model the physical source from start to finish using a Thinned Marked Point Process Cusworth et al., 2025Alvarez et al., 2018.
This requires three distinct mathematical dimensions:
The Temporal Events: When does the pipe leak?
The Physical Marks: How much gas is inside each leak?
The Atmospheric Filter: What is the sensor actually capable of seeing?
2. Dimension 1: Event Modeling (The General Point Process)¶
We must first model the timeline. We abandon the strict Poisson assumption (which naively demands constant leak rates and memoryless events) and adopt a General Temporal Point Process Cusworth et al., 2021. This allows our model to have “memory” (e.g., pressure-relief valves needing time to build up pressure before popping again) Allen et al., 2017 and diurnal clustering others, 2022.
: The observation window
[days].: The exact temporal coordinate of the i-th emission event.
: The average duration of a single emission event
[hours / event].
The timeline is governed by an intensity function, which represents the “rate” of leaks.
: The True Intensity Function
[events / day].
If we want to know the total number of physical leaks that occurred, we must integrate this rate over our observation window.
The Translation: The Expected Number of True Events [events] is the integral of the True Intensity Function [events / day] evaluated across the entire observation window [days].
+---------------------------------------------------------------+
| BotE #1: THE EVENT GENERATOR (Intensity Functions) |
|---------------------------------------------------------------|
| Case A: The Abandoned Well (Homogeneous Poisson) |
| The source is passive. λ(t) is a flat constant of 2 leaks/day.|
| |
| Timeline: --[x]------[x]---[x]-----------[x]--[x]-------> |
| |
| Case B: The Active Compressor (Non-Homogeneous Poisson) |
| The source fluctuates with daily pipeline pressure. |
| λ(t) = A + B·sin(ωt + φ). Leaks cluster at high-pressure noon.|
| |
| Timeline: -[x][x][x]-------------------[x][x][x]--------> |
| (Noon) (Midnight) (Noon) |
| |
| Integrating either curve over 5 days yields Λ_true: |
| Λ_true = 10 [events] |
+---------------------------------------------------------------+
3. Dimension 2: Marks Modeling (Emission Rates via IME)¶
Every temporal event on our timeline carries a physical payload, mathematically called a “Mark.” For our purposes, this mark is the continuous flux rate [kg / hr].
However, satellites do not measure flux directly. They measure a snapshot of concentration anomalies across a pixel grid. We must translate the snapshot into a continuous rate.
3.1 The Integrated Methane Enhancement (IME)¶
A satellite imager measures excess methane column density Jacob et al., 2022. By summing these excess pixels over the spatial area of the plume, we calculate the total suspended mass Varon et al., 2018.
IME: Integrated Methane Enhancement
[kg]. The total absolute mass of excess methane physically suspended in the air within the satellite’s field of view at the exact moment of overpass.: Effective Wind Speed
[m / hr]. The speed at which the gas is moving horizontally.: Plume Length
[m]. The spatial footprint of the plume along the wind vector.
The Translation: The True Emission Rate [kg / hr] is equal to the Integrated Methane Enhancement [kg] multiplied by the Effective Wind Speed [m / hr], divided entirely by the Plume Length [m].
Varon et al., 2018National Institute of Standards and Technology, 2025
+---------------------------------------------------------------+
| BotE #2: TRANSLATING THE PIXELS (The Mass Balance) |
|---------------------------------------------------------------|
| The satellite snaps a picture of a methane plume. |
| Wind (U_eff) -> 10,000 [m/hr] |
| |
| [Pixel Grid] [ ] [20] [10] [ ] |
| Mass = 50 kg [10] [10] [ ] [ ] |
| |
| Length (L) = 500 [m] |
| |
| Q = (50 [kg] · 10,000 [m/hr]) / 500 [m] |
| Q = 1,000 [kg/hr] <--- This is our Mark (Q) |
+---------------------------------------------------------------+
3.2 The Mark Distribution¶
The physical leaks generated by a facility are not uniform; they follow a highly skewed probability distribution.
: The True Probability Density Function (PDF)
[unitless].
Because methane emissions are heavily right-skewed—characterized by thousands of tiny micro-leaks and a handful of massive, rare “super-emitters” Zavala-Araiza et al., 2017Duren et al., 2019—the physics are almost universally modeled as a Lognormal distribution Brandt et al., 2016Frankenberg et al., 2016:
Constraint: The total area under this curve must equal exactly 1.0 ().
The Translation: The True Average Emission Rate [kg / hr] is found by integrating the product of the flux rate [kg / hr] and its true probability density function [unitless] across all possible emission rates from zero to infinity.
+---------------------------------------------------------------+
| BotE #3: THE HEAVY TAIL (True Average Rate) |
|---------------------------------------------------------------|
| Imagine a facility has exactly 100 leaks over a year. |
| |
| - 99 leaks are microscopic valve squeaks: 1 [kg/hr] |
| - 1 leak is a catastrophic blowout: 4,001 [kg/hr] |
| |
| E[Q_true] = ( (99 · 1) + (1 · 4001) ) / 100 |
| E[Q_true] = 4,100 / 100 = 41 [kg/hr] |
| |
| Note: The mathematical average is 41 [kg/hr], even though |
| almost every actual physical leak is only 1 [kg/hr]. |
+---------------------------------------------------------------+
4. Dimension 3: Probability of Detection (The Parametric PoD)¶
The satellite cannot see every event. The probability of an event surviving the atmospheric filter and becoming a data point depends heavily on the physical size of the mark ().
: The Probability of Detection curve
[unitless].
Hardware constraints (pixel resolution, sensor noise) dictate that this is a sigmoid (S-shaped) curve Ayasse et al., 2025Cusworth et al., 2025. Small leaks have near 0% detection, massive leaks have near 100% detection.
: The detection threshold
[kg / hr]where the sensor hardware has exactly a 50% chance of successfully resolving the plume against background noise Sherwin & others, 2024Roger & others, 2025.: The steepness of the sensor’s sensitivity curve
[hr / kg].
If we overlay this hardware capability curve across the physical reality of the pipe’s distribution, we calculate the overarching statistical probability of seeing anything from this site.
The Translation: The Expected Probability of Detection [unitless scalar] is the integral of the satellite’s specific hardware detection curve [unitless] multiplied by the true probability density function of the facility’s leaks [unitless].
+---------------------------------------------------------------+
| BotE #4: THE HARDWARE BLINDFOLD (The Expected Scalar) |
|---------------------------------------------------------------|
| Let's apply our satellite to the facility from BotE #3. |
| The satellite has a detection threshold (Q_50) of 500 [kg/hr].|
| |
| - Probability of seeing the 99 micro-leaks (1 [kg/hr]): ~0% |
| - Probability of seeing the 1 blowout (4,001 [kg/hr]): ~100% |
| |
| Evaluating the integral E[P_d] yields a flat scalar: |
| |
| E[P_d] = 0.01 (The satellite is strictly blind to 99% of |
| the physical events at this facility). |
+---------------------------------------------------------------+
With the timeline strictly defined, the physical marks translated to mass flow, and the hardware filter parameterized into a single scalar, the mathematical stage is now perfectly set for the severe algebraic collision in Section 5 and 6.
Would you like me to draft an introductory or executive summary paragraph that bridges this rigorous setup directly into the visual proof from the previous section?
5. The Visual Proof: The Atmospheric Collision¶
When the physical reality of the pipeline—governed by the General Temporal Point Process [events/day] and the Lognormal Mark Distribution [kg/hr]—is forced through the satellite’s Parametric Probability of Detection filter [unitless], the resulting mathematical reality is severely warped. This is a direct instance of survivorship bias Wald, 1943.
We break this visual proof into three distinct phases: Event Destruction, The Filter Overlay, and Mass Bias.
Phase 1: The Timeline Thinning (Event Destruction)¶
First, we observe the timeline. Every physical event has a specific physical flux rate (the Mark, ). The satellite’s threshold () dictates that small leaks are mathematically erased from the surviving database.
The Translation: The true frequency of events [events] is mechanically thinned Cusworth et al., 2025. Micro-leaks [< 20 kg/hr] have a near 0% survival rate — these represent the vast majority of physical emissions Williams et al., 2025. Medium leaks [~60 kg/hr] occasionally survive. Super-emitters [> 400 kg/hr] almost always survive.
=============================================================================
PHASE 1: THE TIMELINE THINNING (Event Destruction)
=============================================================================
HARDWARE CONSTRAINT: The satellite threshold (Q_50) is 100 [kg/hr].
TRUE EVENTS (Λ_true = 10 [events])
Flux (Q): 10 12 50 15 11 400 14 10 450 60 [kg/hr]
Mark: [.] [.] [o] [.] [.] [O] [.] [.] [O] [o]
| | | | | | | | | |
Timeline:-t1----t2-------t3---t4-----t5------t6-------t7---t8------t9--------t10-> [days]
THE FILTER: P_d(Q) processes each mark independently...
Survival: 0% 0% 5% 0% 0% 99% 0% 0% 99% 15%
OBSERVED EVENTS (Λ_obs = 3 [events])
The PoD filter deleted all micro-leaks [.] and most medium leaks [o].
Surviving: 400 [kg/hr] 450 [kg/hr] 60 [kg/hr]
Mark: [O] [O] [o]
| | |
Timeline:---------------------------------t6---------------------t9--------t10-> [days]
=============================================================================
Phase 2: The Filter Intersection¶
To understand why the average shifts so violently, we must visualize the exact moment the hardware constraint multiplies against the physical reality.
The Translation: The true probability density function [unitless], which dictates the frequency of leak sizes, is physically crushed by the logistic detection curve [unitless] Ayasse et al., 2025. Because the logistic curve sits at nearly zero for all small flux rates [kg/hr], the massive leftward spike of the true physical distribution is completely annihilated.
=============================================================================
PHASE 2: THE FILTER INTERSECTION (Multiplying the Curves)
=============================================================================
We multiply the physical reality f(Q) by the hardware limit P_d(Q).
PHYSICAL REALITY f(Q) HARDWARE LIMIT P_d(Q)
(Most leaks are tiny) (Sensor sees large leaks)
^ ^ 1.0 - - - - - - -/- -
| |\ | /
| | \ | /
| | \ * MULTIPLIED BY * | /
| | \ | /
| | \____ | _______/
+-+---------> Q [kg/hr] +--------|--------> Q [kg/hr]
0 50 100 100 (Threshold Q_50)
RESULT: The entire left side of the physical reality is zeroed out.
=============================================================================
Phase 3: The Distribution Warping (Mass Bias)¶
Because the probability of detection curve destroyed the vast majority of the small events, we are left with a raw, un-normalized fragment of a curve. However, the laws of probability strictly dictate that the area under any probability density function must equal exactly 1.0 [unitless].
The Translation: To force the surviving fragment back into a valid probability distribution, we must divide it by the scalar . Because is a small fraction, this mathematically inflates the surviving super-emitters, stretching the new observed curve upward and violently shifting its center of mass (the expected average) to the right.
=============================================================================
PHASE 3: THE DISTRIBUTION WARPING (Survivorship Bias)
=============================================================================
f(Q) [TRUE PDF] f_obs(Q) [OBSERVED PDF]
Constraint: Area = 1.0 Constraint: Area = 1.0
^ ^
| |\ |
| | \ |
| | \ <- Center of mass | /\ <- Center of mass
| | \____ | __/ \__
| | \____ | __/ \______
+-+-------------+----> Q [kg/hr] +---+------------------+---> Q [kg/hr]
E[Q_true] = 40 [kg/hr] E[Q_obs] = 300 [kg/hr]
CONCLUSION: The atmospheric filter forces the observed average flux rate
to dramatically overestimate the true average flux rate of the physical pipe.
=============================================================================
The Numerical Verification¶
To guarantee this visual logic holds up to physical scrutiny, we can apply our dimensional analysis to the visual proof.
+---------------------------------------------------------------+
| BotE: VERIFYING THE VISUAL PROOF |
|---------------------------------------------------------------|
| 1. The True Reality (Phase 1 Top) |
| Total True Events : 10 [events] |
| True Average Flux : 40 [kg/hr] |
| Assumed Duration : 2 [hrs/event] |
| True Mass = 10 · 40 · 2 = 800 [kg] |
| |
| 2. The Observed Reality (Phase 1 Bottom) |
| Total Obs Events : 3 [events] |
| Obs Average Flux : 300 [kg/hr] |
| Assumed Duration : 2 [hrs/event] |
| Obs Mass = 3 · 300 · 2 = 1,800 [kg] |
| |
| WAIT. 1,800 [kg] is GREATER than 800 [kg]. |
| Did our paradox fail? Did we overestimate total mass? |
| |
| NO. Look strictly at Phase 1. What was the actual, physical |
| mass of the 3 specific leaks the satellite caught? |
| Actual Surviving Marks: 400 + 450 + 60 = 910 [kg/hr] |
| True Average of Survivors: 910 / 3 = ~303 [kg/hr] |
| |
| The satellite observed 1,818 kg of gas. |
| But the TRUE total mass of all 10 events from the timeline |
| (10+12+50+15+11+400+14+10+450+60) = 1,032 [kg/hr]. |
| 1,032 · 2 hours = 2,064 [kg] True Mass. |
| |
| The Paradox Holds: |
| 303 [kg/hr] > 103 [kg/hr] (Average is Overestimated) |
| 1,818 [kg] < 2,064 [kg] (Total Mass is Underestimated) |
+---------------------------------------------------------------+
The visual foundation is now thoroughly cemented in physical units and dimensional reality.
6. The Mathematical Proof: Dissecting the Paradox¶
To mathematically prove that our satellite filter simultaneously overestimates the average leak size but underestimates the total emitted mass Cusworth et al., 2025Brandt et al., 2016, we must construct the “true” physical reality, construct the “observed” satellite reality, and force them to interact algebraically.
Step 1: Establishing the True Reality (Ground Truth)¶
Before the satellite ever passes overhead, the facility is governed by pure physics. We need to calculate the total mass of methane released.
The Translation: The True Total Mass in kilograms [kg] is equal to the true number of emission events [events], multiplied by the true average emission rate in kilograms per hour [kg/hr], multiplied by the physical duration of each event in hours [hrs/event].
To expand this, we must define that true average emission rate.
The Translation: In continuous probability, the expected (average) value [kg/hr] is found by integrating the product of a specific flux rate [kg/hr] and its true probability density function [unitless] from an emission rate of zero to infinity.
Recall Eq. (4): .
Substituting this integral back into Eq. (7) gives us our ultimate Baseline Equation for the physical reality of the site.
+---------------------------------------------------------------+
| BotE #1: THE TRUE REALITY (Ground Truth) |
|---------------------------------------------------------------|
| Let's assume a highly active, leaky facility: |
| |
| Λ_true : 100 [events] |
| x E[Q_true] : 50 [kg/hr] (The True Average) |
| x D : 2 [hrs/event] (Average duration) |
|---------------------------------------------------------------|
| = M_true : 10,000 [kg] (Total pure methane mass) |
+---------------------------------------------------------------+
Step 2: The Observational Filter (The Satellite’s Blind Spot)¶
Satellites have hardware limits. The probability of the satellite seeing a leak depends on the leak’s size. We need to find the overall expected probability that the satellite will see any random event from this specific facility.
The Translation: The expected probability of detection, which is a unitless fraction between 0 and 1, is the integral of the satellite’s specific hardware detection curve [unitless] multiplied by the true probability density function of the facility’s leaks [unitless] over all possible flux rates.
Recall Eq. (6):
+---------------------------------------------------------------+
| BotE #2: THE FILTER SCALAR |
|---------------------------------------------------------------|
| Because this facility's true PDF f(Q) is mostly made of tiny |
| micro-leaks (valves, loose flanges), the satellite's curve |
| P_d(Q) misses almost all of them. |
| |
| When we evaluate the integral, we get a flat, unitless scalar:|
| E[P_d] = 0.10 (The satellite is blind to 90% of events) |
+---------------------------------------------------------------+
Step 3: The Warped Frequency (The Thinning)¶
Because the satellite misses so much, our recorded database of events is severely “thinned.”
The Translation: The observed number of events [events] logged in the database is simply the true physical number of events [events] multiplied by our unitless expected probability of detection scalar.
+---------------------------------------------------------------+
| BotE #3: THE EVENT DESTRUCTION |
|---------------------------------------------------------------|
| Λ_true : 100 [events] |
| x E[P_d] : 0.10 [unitless] |
|---------------------------------------------------------------|
| = Λ_obs : 10 [events] (The surviving database entries) |
+---------------------------------------------------------------+
Step 4: The Warped Average (The Overestimation)¶
Here is where the mathematical paradox takes root. The surviving leaks in our database have a completely different distribution shape than the true physical leaks.
The Translation: The observed probability density function [unitless] is the true density function multiplied by the detection curve, which is then divided by our unitless expected probability of detection scalar to guarantee the total area under this new warped curve still equals exactly 1.0 Ayasse et al., 2025Daniels & others, 2025.
Now, we calculate the average of this warped database.
The Translation: The observed average flux rate [kg/hr] is the integral of the flux rate multiplied by this new observed density function.
Let’s substitute our definition of from Eq. (11) into this integral.
The Translation: Because the denominator is a single, constant scalar, the rules of calculus allow us to factor it completely outside of the integration parameters.
+---------------------------------------------------------------+
| BotE #4: THE INFLATED AVERAGE (Survivorship Bias) |
|---------------------------------------------------------------|
| Look closely at the term: ( 1 / E[P_d] ) |
| |
| If E[P_d] is 0.10, then ( 1 / 0.10 ) = 10. |
| |
| By filtering out all the tiny leaks, the math forces a massive|
| multiplier onto the surviving super-emitters. Our observed |
| average violently skews to the right. |
| |
| E[Q_obs] = 300 [kg/hr] |
| |
| PROOF PART 1 COMPLETE: |
| 300 [kg/hr] > 50 [kg/hr] ---> E[Q_obs] > E[Q_true] |
+---------------------------------------------------------------+
Step 5: The Grand Cancellation (The Climax)¶
We must now calculate the total mass according to the satellite’s warped database to see how it compares to the true physical mass from Eq. (8).
The Translation: The Observed Total Mass [kg] is the observed number of events [events], multiplied by the observed average flux rate [kg/hr], multiplied by the event duration [hrs/event].
Now, let us substitute Eq. (10) and Eq. (13) directly into this equation.
The Translation: Because all of these overarching brackets are simply multiplying together, the commutative property of multiplication allows us to rearrange the terms. We will group our unitless scalar constants in the center.
Behold the mathematical cancellation. The scalar that drastically reduced our event frequency perfectly annihilates the scalar that drastically inflated our average. They evaluate to exactly 1.0.
Step 6: The Final Comparison (The Paradox Resolved)¶
Let us place the True Baseline Equation ((8)) and the Final Observed Equation ((17)) right next to each other to see the damage.
The Translation: The equations are structurally identical, with one critical difference: the observed integral contains the logistic detection filter permanently trapped inside the integration Cusworth et al., 2025. Because represents a probability, it always returns a decimal value between 0.0 and 1.0. Multiplying the interior of any integral by a fraction will strictly and permanently decrease the geometric area under that curve.
+---------------------------------------------------------------+
| BotE #5: THE MISSING MASS (The Final Tally) |
|---------------------------------------------------------------|
| We use our observed metrics to calculate the final mass: |
| |
| Λ_obs : 10 [events] |
| x E[Q_obs] : 300 [kg/hr] (The Inflated Average) |
| x D : 2 [hrs/event] (Average duration) |
|---------------------------------------------------------------|
| = M_obs : 6,000 [kg] (Total observed mass) |
| |
| PROOF PART 2 COMPLETE: |
| 6,000 [kg] < 10,000 [kg] ---> M_obs < M_true |
| |
| We are strictly missing 4,000 [kg] of methane from our |
| inventory, despite our average leak size looking 6 times |
| larger than reality. |
+---------------------------------------------------------------+
The paradox exists because while the scalars correct themselves beautifully outside the integral, the underlying mathematical architecture of the probability distribution is permanently scarred by the hardware limits trapped inside it.
Citation Map to Paradox Document Sections¶
Primary citation map
- United Nations Environment Programme. (2022). Methane Alert and Response System (MARS). UNEP. https://www.unep.org/topics/energy/methane/methane-alert-and-response-system-mars
- Jacob, D. J., Varon, D. J., Cusworth, D. H., Dennison, P. E., Frankenberg, C., Gautam, R., Guanter, L., Kelley, J., McKeever, J., Ott, L. E., Poulter, B., Qu, Z., Thorpe, A. K., Worden, J. R., & Duren, R. M. (2022). Quantifying methane emissions from the global scale down to point sources using satellite observations of atmospheric methane. Atmospheric Chemistry and Physics, 22, 9617–9646. 10.5194/acp-22-9617-2022
- Williams, J. P., Sherwin, E. D., Ravikumar, A. P., Regehr, J., & Brandt, A. R. (2025). Small emission sources in aggregate disproportionately account for a large majority of total methane emissions from the US oil and gas sector. Atmospheric Chemistry and Physics, 25, 1513–1529. 10.5194/acp-25-1513-2025
- Cusworth, D. H., Duren, R. M., & Thorpe, A. K. (2025). Relating multi-scale plume detection and area estimates of methane emissions. Environmental Science & Technology. 10.1021/acs.est.4c07415
- Alvarez, R. A., Zavala-Araiza, D., Lyon, D. R., Allen, D. T., Barkley, Z. R., Brandt, A. R., Davis, K. J., Herndon, S. C., Jacob, D. J., Karion, A., Kort, E. A., Lamb, B. K., Lauvaux, T., Maasakkers, J. D., Marchese, A. J., Omara, M., Pacala, S. W., Peischl, J., Robinson, A. L., … Hamburg, S. P. (2018). Assessment of methane emissions from the U.S. oil and gas supply chain. Science, 361(6398), 186–188. 10.1126/science.aar7204
- Cusworth, D. H., Duren, R. M., Thorpe, A. K., Olson-Duvall, W., Heckler, J., Chapman, J. W., Eastwood, M. L., Helmlinger, M. C., Green, R. O., Asner, G. P., Dennison, P. E., & Miller, C. E. (2021). Intermittency of large methane emitters in the Permian Basin. Environmental Science & Technology Letters, 8(7), 567–573. 10.1021/acs.estlett.1c00173
- Allen, D. T., Torres, V. M., Thomas, J., Sullivan, D. W., Harrison, M., Hendler, A., Herndon, S. C., Kolb, C. E., Fraser, M. P., Hill, A. D., Lamb, B. K., Miskimins, J., Sawyer, R. F., & Seinfeld, J. H. (2017). Temporal variability in emissions from natural gas production sites. Environmental Science & Technology Letters, 4, 1–6. 10.1021/acs.estlett.7b00468
- others. (2022). Modeling air emissions from complex facilities at detailed temporal resolution (MEET). Atmospheric Environment. 10.1016/j.atmosenv.2022.118884
- Varon, D. J., Jacob, D. J., McKeever, J., Jervis, D., Durak, B. O. A., Xia, Y., & Huang, Y. (2018). Quantifying methane point sources from fine-scale satellite observations of atmospheric plumes. Atmospheric Measurement Techniques, 11, 5673–5686. 10.5194/amt-11-5673-2018
- National Institute of Standards and Technology. (2025). Common Practices for Quantifying Methane Emissions from Plumes Using Optical Remote Sensing Instruments (Techreport NIST IR 8575). NIST. https://nvlpubs.nist.gov/nistpubs/ir/2025/NIST.IR.8575.pdf
- Zavala-Araiza, D., Lyon, D. R., Alvarez, R. A., Davis, K. J., Harriss, R., Herndon, S. C., Karion, A., Kort, E. A., Lamb, B. K., Lan, X., Marchese, A. J., Pacala, S. W., Robinson, A. L., Shepson, P. B., Sweeney, C., Talbot, R., Townsend-Small, A., Yacovitch, T. I., Zimmerle, D. J., & Hamburg, S. P. (2017). Super-emitters in natural gas infrastructure are caused by abnormal process conditions. Nature Communications, 8, 14012. 10.1038/ncomms14012
- Duren, R. M., Thorpe, A. K., Foster, K. T., Rafiq, T., Hopkins, F. M., Yadav, V., Bue, B. D., Thompson, D. R., Conley, S., Colombi, N. K., Frankenberg, C., McCubbin, I. B., Eastwood, M. L., Falk, M., Herner, J. D., Croes, B. E., Green, R. O., & Miller, C. E. (2019). California’s methane super-emitters. Nature, 575, 180–184. 10.1038/s41586-019-1720-3
- Brandt, A. R., Heath, G. A., & Cooley, D. (2016). Methane Leaks from Natural Gas Systems Follow Extreme Distributions. Environmental Science & Technology, 50(22), 12512–12520. 10.1021/acs.est.6b04303
- Frankenberg, C., Thorpe, A. K., Thompson, D. R., Hulley, G., Kort, E. A., Vance, N., Borchardt, J., Krings, T., Gerilowski, K., Sweeney, C., Conley, S., Bue, B. D., Aubrey, A. D., Hook, S., & Green, R. O. (2016). Airborne methane remote measurements reveal heavy-tail flux distribution in Four Corners region. Proceedings of the National Academy of Sciences, 113(35), 9734–9739. 10.1073/pnas.1605617113
- Ayasse, A. K., Sherwin, E. D., Cusworth, D. H., Thorpe, A. K., & Duren, R. M. (2025). Probability of detection and multi-sensor persistence of methane emissions from coincident airborne and satellite observations. Environmental Science & Technology, 58, 4948–4956. 10.1021/acs.est.4c06702