Integral flux is calculated in write_validation_info in rbm.py by integrating the SpectralModel from either a RE or FoV background analysis. gammapy's SpectralModel.integral_error returns the integral flux from the model but has no UL handling. Since the lightcurve tools behave badly for calculating integral flux, I believe this needs to be manually implemented (unless anyone knows of a better way to do this!).
Integral flux is calculated in
write_validation_infoinrbm.pyby integrating theSpectralModelfrom either a RE or FoV background analysis. gammapy'sSpectralModel.integral_errorreturns the integral flux from the model but has no UL handling. Since the lightcurve tools behave badly for calculating integral flux, I believe this needs to be manually implemented (unless anyone knows of a better way to do this!).