BFAIR.mfa.utils.get_observable_fluxes¶
-
BFAIR.mfa.utils.get_observable_fluxes(fittedFluxes)[source]¶ Checks which calculated fluxes qualify as being ‘observable’ (flux value at least 4 times the confidence interval and 0 not included in the confidence interval).
- Parameters
- fittedFluxespandas.DataFrame
Dataframe (reimported output of an INCA simulation) that contains the confidence intervals predicted for the model.
- Returns
- observable_fluxespandas.DataFrame
Input dataframe reduced to the fluxes that qualify as observable fluxes.