Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 601 Bytes

plugins.rst

File metadata and controls

17 lines (13 loc) · 601 Bytes

Plugins

3ML is based on a plugin system. This means that For each instrument/datum, there is a plugin that holds the data, reads a model, and returns a likelihood. This is how we achieve the multi-messenger paradigm. A plugin handles its likelihood call internally and the likelhoods are combined within 3ML during a fit.

Contents:

notebooks/custom_plugins.ipynb notebooks/spectrum_tutorial.ipynb notebooks/Building_Plugins_from_TimeSeries.ipynb notebooks/Background_modeling.ipynb notebooks/Photometry_demo.ipynb notebooks/hal_example.ipynb