compute_lightcurve_fpp#

gammapy.estimators.utils.compute_lightcurve_fpp(lightcurve, flux_quantity='flux')[source]#

Compute the point-to-point excess variance of the input lightcurve.

Internally calls the compute_fpp function

Parameters:
lightcurveFluxPoints

The lightcurve object.

flux_quantitystr

Flux quantity to use for calculation. Should be ‘dnde’, ‘flux’, ‘e2dnde’ or ‘eflux’. Default is ‘flux’.

Returns:
tableTable

Table of point-to-point excess variance and associated error for each energy bin of the lightcurve.