https://github.com/bjoernbiltzinger/threeml-1
The Multi-Mission Maximum Likelihood framework (3ML)
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org, iop.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
The Multi-Mission Maximum Likelihood framework (3ML)
Basic Info
- Host: GitHub
- Owner: BjoernBiltzinger
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Size: 192 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of threeML/threeML
Created about 7 years ago
· Last pushed about 3 years ago
https://github.com/BjoernBiltzinger/threeML-1/blob/master/
   [](https://codecov.io/gh/threeML/threeML) [](http://threeml.readthedocs.io/en/latest/?badge=latest) [](https://opensource.org/licenses/BSD-3-Clause)   ## PyPi [](https://pypi.python.org/pypi/threeML/)   ## Conda  Astrophysical sources are observed by different instruments at different wavelengths with an unprecedented quality. Putting all these data together to form a coherent view, however, is a very difficult task. Indeed, each instrument and data type has its own ad-hoc software and handling procedure, which present steep learning curves and do not talk to each other. The Multi-Mission Maximum Likelihood framework (3ML) provides a common high-level interface and model definition, which allows for an easy, coherent and intuitive modeling of sources using all the available data, no matter their origin. At the same time, thanks to its architecture based on plug-ins, 3ML uses under the hood the official software of each instrument, the only one certified and maintained by the collaboration which built the instrument itself. This guarantees that 3ML is always using the best possible methodology to deal with the data of each instrument.![]()
A framework for multi-wavelength/multi-messenger analysis for astronomy/astrophysics.
The Multi-Mission Maximum Likelihood framework (3ML)
Though **Maximum Likelihood** is in the name for historical reasons, 3ML is an interface to several **Bayesian** inference algorithms such as MCMC and nested sampling as well as likelihood optimization algorithms. Each approach to analysis can be seamlessly switched between allowing users to try different approaches quickly and without having to rewrite their model or data interfaces. Like your [XPSEC](https://heasarc.gsfc.nasa.gov/xanadu/xspec/) models? You can use them in 3ML as well as our growing selection of 1-,2- and 3-D models from our fast and customizable modeling language [astromodels](http://astromodels.readthedocs.org/en/latest/). ## Installation Installing with pip or conda is easy ```bash pip install astromodels threeml ``` ```bash conda install astromodels threeml -c threeml conda-forge ``` Please refer to the [Installation instructions](https://threeml.readthedocs.io/en/stable/notebooks/installation.html) for more details and trouble-shooting. ## Press * [Software in development at Stanford advances the modeling of astronomical observations](https://news.stanford.edu/2017/12/07/software-advances-modeling-astronomical-observations/) ## Who is using 3ML? Here is a highlight list of teams and their publications using 3ML. * [Fermi-LAT](https://fermi.gsfc.nasa.gov) and [Fermi-GBM](https://grb.mpe.mpg.de) * [GeVTeV Counterparts of SS 433/W50 from Fermi-LAT and HAWC Observations](https://iopscience.iop.org/article/10.3847/2041-8213/ab62b8) * [The Bright and the Slow](https://iopscience.iop.org/article/10.3847/1538-4357/aad6ea) * [HAWC](https://www.hawc-observatory.org) * [Extended gamma-ray sources around pulsars constrain the origin of the positron flux at Earth](https://science.sciencemag.org/content/358/6365/911) * [Evidence of 200 TeV photons from HAWC J1825-134](https://arxiv.org/abs/2012.15275) * [POLAR](https://www.astro.unige.ch/polar-2/?fbclid=IwAR0IxMxHtiXZyqc0A_kT1xKe9ASAk_VmfJpCEBr0HOhDG5eOHY7AE5TWHv8) * [The POLAR gamma-ray burst polarization catalog](https://ui.adsabs.harvard.edu/link_gateway/2020A&A...644A.124K/doi:10.1051/0004-6361/202037915) A full list of publications using 3ML is [here](https://ui.adsabs.harvard.edu/abs/2015arXiv150708343V/citations). ## Citing If you find this package useful in you analysis, or the code in your own custom data tools, please cite: [Vianello et al. (2015)](https://arxiv.org/abs/1507.08343) ### Acknowledgements 3ML makes use of the Spanish Virtual Observatory's Filter Profile servce (http://svo2.cab.inta-csic.es/svo/theory/fps3/index.php?mode=browse&gname=NIRT). If you use these profiles in your research, please consider citing them by using the following suggested sentence in your paper: "This research has made use of the SVO Filter Profile Service (http://svo2.cab.inta-csic.es/theory/fps/) supported from the Spanish MINECO through grant AyA2014-55216" and citing the following publications: The SVO Filter Profile Service. Rodrigo, C., Solano, E., Bayo, A. http://ivoa.net/documents/Notes/SVOFPS/index.html The Filter Profile Service Access Protocol. Rodrigo, C., Solano, E. http://ivoa.net/documents/Notes/SVOFPSDAL/index.html
ThreeML is supported by National Science Foundation (NSF)
![]()
Owner
- Name: Björn Biltzinger
- Login: BjoernBiltzinger
- Kind: user
- Location: Munich
- Repositories: 9
- Profile: https://github.com/BjoernBiltzinger
PhD Student at MPE in Garching
Though **Maximum Likelihood** is in the name for historical reasons, 3ML is an interface to several **Bayesian** inference algorithms such as MCMC and nested sampling as well as likelihood optimization algorithms. Each approach to analysis can be seamlessly switched between allowing users to try different approaches quickly and without having to rewrite their model or data interfaces.
Like your [XPSEC](https://heasarc.gsfc.nasa.gov/xanadu/xspec/) models? You can use them in 3ML as well as our growing selection of 1-,2- and 3-D models from our fast and customizable modeling language [astromodels](http://astromodels.readthedocs.org/en/latest/).
## Installation
Installing with pip or conda is easy
```bash
pip install astromodels threeml
```
```bash
conda install astromodels threeml -c threeml conda-forge
```
Please refer to the [Installation instructions](https://threeml.readthedocs.io/en/stable/notebooks/installation.html) for more details and trouble-shooting.
## Press
* [Software in development at Stanford advances the modeling of astronomical observations](https://news.stanford.edu/2017/12/07/software-advances-modeling-astronomical-observations/)
## Who is using 3ML?
Here is a highlight list of teams and their publications using 3ML.
* [Fermi-LAT](https://fermi.gsfc.nasa.gov) and [Fermi-GBM](https://grb.mpe.mpg.de)
* [GeVTeV Counterparts of SS 433/W50 from Fermi-LAT and HAWC Observations](https://iopscience.iop.org/article/10.3847/2041-8213/ab62b8)
* [The Bright and the Slow](https://iopscience.iop.org/article/10.3847/1538-4357/aad6ea)
* [HAWC](https://www.hawc-observatory.org)
* [Extended gamma-ray sources around pulsars constrain the origin of the positron flux at Earth](https://science.sciencemag.org/content/358/6365/911)
* [Evidence of 200 TeV photons from HAWC J1825-134](https://arxiv.org/abs/2012.15275)
* [POLAR](https://www.astro.unige.ch/polar-2/?fbclid=IwAR0IxMxHtiXZyqc0A_kT1xKe9ASAk_VmfJpCEBr0HOhDG5eOHY7AE5TWHv8)
* [The POLAR gamma-ray burst polarization catalog](https://ui.adsabs.harvard.edu/link_gateway/2020A&A...644A.124K/doi:10.1051/0004-6361/202037915)
A full list of publications using 3ML is [here](https://ui.adsabs.harvard.edu/abs/2015arXiv150708343V/citations).
## Citing
If you find this package useful in you analysis, or the code in your own custom data tools, please cite:
[Vianello et al. (2015)](https://arxiv.org/abs/1507.08343)
### Acknowledgements
3ML makes use of the Spanish Virtual Observatory's Filter Profile servce (http://svo2.cab.inta-csic.es/svo/theory/fps3/index.php?mode=browse&gname=NIRT).
If you use these profiles in your research, please consider citing them by using the following suggested sentence in your paper:
"This research has made use of the SVO Filter Profile Service (http://svo2.cab.inta-csic.es/theory/fps/) supported from the Spanish MINECO through grant AyA2014-55216"
and citing the following publications:
The SVO Filter Profile Service. Rodrigo, C., Solano, E., Bayo, A. http://ivoa.net/documents/Notes/SVOFPS/index.html
The Filter Profile Service Access Protocol. Rodrigo, C., Solano, E. http://ivoa.net/documents/Notes/SVOFPSDAL/index.html
ThreeML is supported by National Science Foundation (NSF)