All the TESS exoplanets!
Project description
TESS Atlas
Installation instructions
To install the necessary packages, run
python -m pip install -e .
Instructions to update TESS Atlas
- Create and analyse some TOIs with the following:
make run
- Commit the completed TOIs to a branch and make a PR to main
- Once PR to main completed, run
make website
to convert the notebooks to HTML and upload to the gh-pages branch and deploy to github-pages
How to use
To run the analysis for one TOI, you can run
run_toi <toi id number>
where an example <toi id number> = 724
To only setup the notebook + data needed for the analysis for one TOI, you can run
run_toi <toi id number> --setup
where an example <toi id number> = 724
To run all the notebooks (in batches of 8), you can run
run_tois
To make the slurm files needed to analyse a CSV of TOIs you can run:
make_slurm_job --toi_csv toi_ids.csv --module_loads "git/2.18.0 gcc/9.2.0 openmpi/4.0.2 python/3.8.5"
Run tests on template.ipynb
python -m pip install -e ".[test]"
pytest tests/
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
tess_atlas-0.0.3a0.tar.gz
(1.7 MB
view hashes)
Built Distribution
Close
Hashes for tess_atlas-0.0.3a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba6fbd75a050941743ea0e9af3a05b4ea251433adc2aac4c44ae8207e66e157e |
|
MD5 | 4b000acb6fc3ffa0bfdbeb6eb1922fcd |
|
BLAKE2b-256 | 443cf6d0bc96df0e871994eb2ec814576f385ee7b93eb8968846aa8117436d60 |