Metadata-Version: 2.4
Name: stelpar
Version: 1.0.0
Summary: Stellar parameter estimation and analysis tool
Author-email: Matt Fields <fieldsmatthewj@gmail.com>
License-Expression: MIT
Keywords: astronomy,astrophysics,stars,stellar parameters
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: pandas
Requires-Dist: emcee>=3.0.0
Requires-Dist: astroquery
Requires-Dist: synphot
Requires-Dist: dust_extinction
Requires-Dist: isochrones
Requires-Dist: tqdm
Requires-Dist: matplotlib
Requires-Dist: corner
Requires-Dist: seaborn
Provides-Extra: exe
Requires-Dist: setuptools; extra == "exe"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: notebook
Requires-Dist: jupyter; extra == "notebook"
Requires-Dist: h5py; extra == "notebook"
Dynamic: license-file

# stelpar

[![github](https://img.shields.io/badge/GitHub-mjfields%2Fstelpar-purple)](https://github.com/mjfields/stelpar)
[![Documentation Status](https://readthedocs.org/projects/stelpar/badge/?version=latest)](https://stelpar.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://img.shields.io/badge/DOI-10.1093%2Frasti%2Frzaf009-blue
)](https://doi.org/10.1093/rasti/rzaf009)
[![arxiv](https://img.shields.io/badge/arXiv-10.48550%2FarXiv.2504.02990-red
)](http://arxiv.org/abs/2504.02990)

A Python-based pipeline and analysis tool for estimating stellar parameters (particularly for young stars) including age, mass, radius, effective temperature, density, and others. The code works by downloading observed photometry and comparing to a stellar evolutionary model in an MCMC framework. 

## Documentation

Read the documentation at [stelpar.readthedocs.io](https://stelpar.readthedocs.io/en/latest/)

## Installation

The current preferred method to install stelpar is

`pip install stelpar`

If that does not work, try

`pip install git+https://github.com/mjfields/stelpar.git`

## Citation

If you use stelpar in your work, please cite [Fields et al. (2025)](https://doi.org/10.1093/rasti/rzaf009). DOI: 10.1093/rasti/rzaf009.
