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_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
- 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'