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.
Release files for bart 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bart-0.0.3.tar.gz | 266.3 kB | Details |
Release files / bart-0.0.3.tar.gz
| Download URL | bart-0.0.3.tar.gz |
|---|---|
| Size | 266.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1745e4eef6c167a132638fb9ee4e769b3071cda0e698c10fa64e080c4ac5fa1a
|
|
BLAKE2b-256 checksum How to use checksums |
8a78bcf8000380c0ccf4c624ebe28a031978b4970298884de74485aae9169de3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |