Metadata-Version: 2.1
Name: balrogo
Version: 0.1.1
Summary: Bayesian Astrometric Likelihood Recover of Galactic Objects
Home-page: https://gitlab.com/eduardo-vitral/balrogo
License: MIT
Author: Eduardo Vitral
Author-email: vitral@iap.fr
Requires-Python: >=3.7,<3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: astropy (>=4.2,<5.0)
Requires-Dist: emcee (>=3.0.2,<4.0.0)
Requires-Dist: matplotlib (>=3.3.3,<4.0.0)
Requires-Dist: numdifftools (>=0.9.39,<0.10.0)
Requires-Dist: numpy (>=1.19.4,<2.0.0)
Requires-Dist: scikit-image (>=0.17.2,<0.18.0)
Requires-Dist: scipy (>=1.5.4,<2.0.0)
Requires-Dist: shapely (>=1.7.1,<2.0.0)
Project-URL: Repository, https://gitlab.com/eduardo-vitral/balrogo
Description-Content-Type: text/markdown

# BALRoGO [![pipeline status](https://gitlab.com/eduardo-vitral/balrogo/badges/master/pipeline.svg)](https://gitlab.com/eduardo-vitral/balrogo/-/commits/master) [![coverage report](https://gitlab.com/eduardo-vitral/balrogo/badges/master/coverage.svg)](https://gitlab.com/eduardo-vitral/balrogo/-/commits/master) [![license](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

<img alt="Logo" align="right" src="https://gitlab.com/eduardo-vitral/balrogo/-/raw/master/logo.png" width="20%" />

BALRoGO: Bayesian Astrometric Likelihood Recover of Galactic Objects. 

- Specially developed to handle data from the Gaia space mission.
- Extracts galactic objects such as globular clusters and dwarf galaxies.
- Uses a combination of Bayesian and non-Bayesian approaches.
- Provides:
  - Fits of proper motion space.
  - Fits of surface density.
  - Fits of object center.
  - Confidence regions for the color-magnitude diagram and parallaxes.

If something does not work, please [file an issue](https://gitlab.com/eduardo-vitral/balrogo/-/issues).<br>

## Attribution

Please cite [us](https://arxiv.org/abs/2010.05532) if you find this code useful in your research and add your paper to the testimonials list. The BibTeX entry for the paper is:

```
@ARTICLE{Vitral&Mamon20b,
       author = {{Vitral}, Eduardo and {Mamon}, Gary A.},
        title = "{Does NGC 6397 contain an intermediate-mass black hole or a more diffuse inner sub-cluster?}",
      journal = {arXiv e-prints},
     keywords = {Astrophysics - Astrophysics of Galaxies},
         year = 2020,
        month = oct,
          eid = {arXiv:2010.05532},
        pages = {arXiv:2010.05532},
archivePrefix = {arXiv},
       eprint = {2010.05532},
 primaryClass = {astro-ph.GA},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2020arXiv201005532V},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```

## Quick overview

To be written.

### Using BALRoGO on [*Gaia*](https://www.cosmos.esa.int/web/gaia/data-access) data

To be written.

## License

Copyright (c) 2020 Eduardo Vitral & Alexandre Macedo.

BALRoGO is free software made available under the [MIT License](https://gitlab.com/eduardo-vitral/balrogo/-/blob/master/LICENSE).

