Metadata-Version: 2.4
Name: SBART
Version: 1.1.1
Summary: sBART model for RV extraction
Requires-Python: <=3.13.13,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astra-spectra
Requires-Dist: astropy>=7.0.1
Requires-Dist: astroquery>=0.4.10
Requires-Dist: cibuildwheel>=3.3.0
Requires-Dist: corner>=2.2.3
Requires-Dist: emcee>=3.1.6
Requires-Dist: loguru>=0.7.3
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: numpy<2.0.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: scipy>=1.15.2
Requires-Dist: tabletexifier>=0.3.4
Requires-Dist: ujson>=5.10.0
Dynamic: license-file

# sBART
[![Documentation Status](https://readthedocs.org/projects/sbart/badge/?version=latest)](https://sbart.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/sbart.svg)](https://badge.fury.io/py/sbart)


s-BART: A semi-Bayesian implementation of template matching for precise Radial Velocities

If you use the pipeline, cite the papers:

```
@article{ Silva_2022,
    author = {{Silva, A. M.} and {Faria, J. P.} and {Santos, N. C.} and {Sousa, S. G.} and {Viana, P. T. P.} and {Martins, J. H. C.} and {Figueira, P.} and {Lovis, C.} and {Pepe, F.} and {Cristiani, S.} and {Rebolo, R.} and {Allart, R.} and {Cabral, A.} and {Mehner, A.} and {Sozzetti, A.} and {Mascare\~no, A. Su\'arez} and {Martins, C. J. A. P.} and {Ehrenreich, D.} and {M\'egevand, D.} and {Palle, E.} and {Curto, G. Lo} and {Tabernero, H. M.} and {Lillo-Box, J.} and {Hern\'andez, J. I. Gonz\'alez} and {Osorio, M. R. Zapatero} and {Hara, N. C.} and {Nunes, N. J.} and {Di Marcantonio, P.} and {Udry, S.} and {Adibekyan, V.} and {Dumusque, X.}},
    title = {A novel framework for semi-Bayesian radial velocities through template matching},
    DOI= "10.1051/0004-6361/202142262",
    url= "https://doi.org/10.1051/0004-6361/202142262",
    journal = {A\&A},
    year = 2022,
    volume = 663,
    pages = "A143",
}

@ARTICLE{2026JOSS...11.9413S,
       author = {{Silva}, Andr{\'e} and {Faria}, J. and {Santos}, Nuno and {Sousa}, S{\'e}rgio and {Viana}, Pedro and {Martins}, J.},
        title = "{ASTRA: A Python Package for Cross-Instrument Stellar and Telluric Template Construction}",
      journal = {The Journal of Open Source Software},
     keywords = {astronomy, Python, Cython, Instrumentation and Methods for Astrophysics, Earth and Planetary Astrophysics, Solar and Stellar Astrophysics},
         year = 2026,
        month = jan,
       volume = {11},
       number = {117},
          eid = {9413},
        pages = {9413},
          doi = {10.21105/joss.09413},
archivePrefix = {arXiv},
       eprint = {2601.10439},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2026JOSS...11.9413S},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

```

For more information, check the docs: https://sbart.readthedocs.io/en/latest/
