BASTAcode / BASTA

BASTA: The BAyesian STellar Algorithm
https://basta.readthedocs.io/
MIT License
21 stars 3 forks source link

BASTA: The BAyesian STellar Algorithm

Code style: black License: MIT Documentation Status arXiv ADS DOI

Current stable version: v1.5.0

Important note: BASTA is currently developed for Python 3.12, but Python >= 3.10 should suffice.

Before you begin

Please follow the repository on GitHub to get notifications on new releases: Click "Watch" then "Custom" and tick "Releases.

Please have a look at our documentation.

There we have written a guide guide to installing BASTA.

On there, you will also find an introduction to running BASTA.

If you are curious on what BASTA can do, we have created several fitting examples and the exact code to run them available.

If you have any questions, or encounter any issues, feel free to write to us through the discussions page.

Quick start guide

BASTA can be obtained from GitHub or from the Python Package Index (PyPI); the full details are given in the documentation.

We strongly recommend to create a fresh virtual environment to install BASTA in!

With the virtual environment activated:

pip install basta

To make the code ready to run you need to download some additional assets: a grid of stellar models and the dustmaps. To complete the setup of the code and download the grid used in most of our examples run the following (feel free to change the paths as you like):

mkdir -p ~/BASTA/grids
mkdir -p ~/BASTA/dust
BASTAdownload --gridpath ~/BASTA/grids --dustpath ~/BASTA/dust 16CygA

Finally, to obtain the full suite of examples run:

cd ~/BASTA
BASTAexamples full

Congratulations! You now have a fully functional installation of BASTA! We strongly recommend looking at the documentation for information on how to use the code.

References and acknowledgments

There are two papers containing the rationale, main features, and capabilities of the code:

Please cite these references if you use BASTA in your work, and include the link to the code's repository https://github.com/BASTAcode/BASTA.

Due to its versatility, BASTA is used in a large variety of studies requiring robust determination of fundamental stellar properties. We have compiled a (non-exhaustive) list of papers using BASTA results that showcases these applications. If your paper using BASTA results is missing from the list please contact us.

Authors

The current core developing team members are:

The original author of the code is:

Throughout the years, many people have contributed to the addition and development of various parts and modules of BASTA. We welcome further contributions from the community as well as issues reporting. Please look at the contribution section in the documentation for further details.

Listings

In addition to the shields/icons in the top, BASTA can be found in the following software listings/catalogues: