The Multi-Mission Maximum Likelihood framework
Project & Team
Installation
Intro
Configuration
Logging and Verbosity
Notes for XSPEC Users
Minimization
Bayesian Posterior Sampling
Bayesian Sampler Examples
Plugins
Modeling
Frequently Asked Questions
API
threeML
Release Notes
Features and examples:
Analysis Results
Random Variates
Point source plotting basics
Constructing plugins from TimeSeries
Analyzing GRB 080916C
Fitting XMM-Newton data with the APEC model
Example joint fit between GBM and Swift BAT
Joint fitting XRT and GBM data with XSPEC models
Point Source Fluxes and Multiple Sources
Fermi-LAT via FermiPyLike
Analysis of GRB 190114C with Fermi-LAT
Time-energy fit
Generating Synthetic Data
Goodness of Fit and Model Comparison
The Multi-Mission Maximum Likelihood framework
API
threeML package
threeML.io package
threeML.io.table module
threeML.io.table module
class
threeML.io.table.
NumericMatrix
(
data
=
None
,
masked
=
False
,
names
=
None
,
dtype
=
None
,
meta
=
None
,
copy
=
True
,
rows
=
None
,
copy_indices
=
True
,
units
=
None
,
descriptions
=
None
,
**
kwargs
)
[source]
Bases:
Table
class
threeML.io.table.
Table
(
data
=
None
,
masked
=
False
,
names
=
None
,
dtype
=
None
,
meta
=
None
,
copy
=
True
,
rows
=
None
,
copy_indices
=
True
,
units
=
None
,
descriptions
=
None
,
**
kwargs
)
[source]
Bases:
Table