threeML.config.plugin_structure module

class threeML.config.plugin_structure.Fermipy(fit_plot: threeML.config.plotting_structure.FermiSpectrumPlot = <factory>)[source]

Bases: object

fit_plot: FermiSpectrumPlot
class threeML.config.plugin_structure.OGIP(fit_plot: threeML.config.plotting_structure.BinnedSpectrumPlot = <factory>, data_plot: threeML.config.plotting_structure.DataHistPlot = <factory>, response_cmap: threeML.config.plotting_structure.MPLCmap = <MPLCmap.viridis: 'viridis'>, response_zero_color: str = 'k')[source]

Bases: object

data_plot: DataHistPlot
fit_plot: BinnedSpectrumPlot
response_cmap: MPLCmap = 'viridis'
response_zero_color: str = 'k'
class threeML.config.plugin_structure.Photo(fit_plot: threeML.config.plotting_structure.BinnedSpectrumPlot = <factory>)[source]

Bases: object

fit_plot: BinnedSpectrumPlot
class threeML.config.plugin_structure.Plugins(ogip: threeML.config.plugin_structure.OGIP = <factory>, photo: threeML.config.plugin_structure.Photo = <factory>, fermipy: threeML.config.plugin_structure.Fermipy = <factory>)[source]

Bases: object

fermipy: Fermipy
ogip: OGIP
photo: Photo
class threeML.config.plugin_structure.TimeSeries(light_curve_color: str = '#05716c', selection_color: str = '#1fbfb8', background_color: str = '#C0392B', background_selection_color: str = '#E74C3C', fit: threeML.config.plugin_structure.TimeSeriesFit = <factory>)[source]

Bases: object

background_color: str = '#C0392B'
background_selection_color: str = '#E74C3C'
fit: TimeSeriesFit
light_curve_color: str = '#05716c'
selection_color: str = '#1fbfb8'
class threeML.config.plugin_structure.TimeSeriesFit(fit_poly: bool = True, unbinned: bool = False, bayes: bool = False)[source]

Bases: object

bayes: bool = False
fit_poly: bool = True
unbinned: bool = False