Metadata-Version: 2.1
Name: ravest
Version: 0.1.2
Summary: Radial Velocity fitting, simulation and mass-precision estimation
License: MIT
Author: Ross Dobson
Requires-Python: >=3.9
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Dist: matplotlib (>=3.8.3)
Requires-Dist: numpy (>=1.26.4)
Requires-Dist: scipy (>=1.12.0)
Description-Content-Type: text/markdown

# ravest
> _(archaic) second-person singular simple present indicative of rave_

**Radial Velocity fitting, simulation and mass precision estimation**
- Simulate RV data for given orbital and instrumental parameters
- Fit RV data with MCMC to explore posterior distributions for parameters
- Estimate the precision on mass estimate $M_p\sin{i}$: what precision can you expect from N observations, or how many observations are required to reach a target precision?


## Installation

```bash
$ pip install ravest
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`ravest` was created by Ross Dobson. It is licensed under the terms of the MIT license.

