An open API service indexing awesome lists of open source software.

https://github.com/dfm/tess-atlas


https://github.com/dfm/tess-atlas

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TESS-Atlas





TESS Atlas

The python package used to run the analyses in the TESS-Atlas catalog.

## Installation instructions
To install the package:
```bash
python -m pip install tess-atlas
```
or
```bash
git clone git@github.com:tess-atlas/tess-atlas.git
cd tess-atlas
python -m pip install -e .
```

## How to use

### Analyse a TOI
To run the analysis for one TOI, you can run
```bash
run_toi
```
where an example ` = 724`

To only setup the notebook + data needed for the analysis for one TOI, you can run
```bash
run_toi --setup
```

### Downloading results
You can __download completed analyses with
```bash
download_toi 103 --outdir analysed_tois
```

## Publishing `tess_atlas` to pypi
To publish to pypi, you will need admin access to this repo.
Then, publishing just requires you to change the version number `tag` a commit.
The `pypi_release` Github action will (hopefully) take care of the rest.