Kick ass affine-invariant ensemble MCMC sampling
Project description
THIS IS RESEARCH SOFTWARE THAT DOESN’T REALLY WORK YET. USE AT YOUR OWN RISK
BART is a set of code for modeling the light curves of exoplanet transits.
The core light curve routines are written in Fortran and wrapped in Python.
Installation
First, clone:
git clone https://github.com/dfm/bart.git cd bart
Next, set up your virtual environment:
virtualenv venv --distribute source venv/bin/activate
Then, install the prerequisites (note: on Mac OS, it’s worth setting the environment variable CC=clang):
pip install 'numpy>=1.6.2' pip install -r requirements.txt
Finally, either build the Fortran and C extensions:
python setup.py interface python setup.py build_ext --inplace
Usage
Take a look at this example.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bart-0.0.1.tar.gz
(15.3 kB
view details)
File details
Details for the file bart-0.0.1.tar.gz
.
File metadata
- Download URL: bart-0.0.1.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83836a9554403e1cc768a762a6585fdd047ba9e2fbce464c028667dbfd8b7386 |
|
MD5 | c6fafc33ff0c490883587a20ee06742c |
|
BLAKE2b-256 | eb2029bd5cc7a57e8c5abca594d53e2355878c393c3a026af8faabcd4f4e5d58 |