Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.26 KB

File metadata and controls

26 lines (17 loc) · 1.26 KB

Gammapy Dev Telcon

  • Friday, November 9, 2018 at 10 am
  • CTA eZuce, no password. The connection details are here

Agenda

  • Gammapy pulse from last week

  • Open pull requests for Gammapy 0.9

  • Open issues for Gammapy 0.9

  • Add Scipy fitting backend #1907 (Christoph)

  • How to implement fitting the background normalization #1804(Axel)

    Add a HadronicBackground model class and treat it as a regular model component, but not applying IRFs to it. This could be handled in three ways:

    • Implement the HadronicBackground as special case in ModelEvaluator and do not apply IRFs
    • Define flags on models whether to apply IRFs or not
    • Make IRFs part of the model specification (like "edisp(psf(exposure * sources)) + background". The latter is what sherpa does, but it is significantly more work.

    Any other suggestions?

  • Observation time from GTI table #1908 (David)