tessgi/tvguide

Name: tvguide

Owner: TESS Guest Investigator Program

Description: A tool for determining whether stars and galaxies are observable by TESS.

Created: 2017-06-12 20:17:59.0

Updated: 2017-07-06 16:32:43.0

Pushed: 2017-09-10 09:16:28.0

Homepage:

Size: 229

Language: Fortran

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

tvguide

A tool for determining whether stars and galaxies are observable by TESS.

Travis status PyPI DOI

Installation

You can install using pip

p install tvguide --upgrade

or via the github repository

t clone https://github.com/tessgi/tvguide.git
 tvguide
thon setup.py install

The code has been tested in Python 2.7, 3.5, and 3.6.

Usage

Pick your favorite star and have a whirl. I'm a big fan of Alpha Centauri

guide 219.9009 -60.8356

ess! The target may be observable by TESS during Cycle 1.
an observe this source for:
maximum: 2 sectors
minimum: 0 sectors
median:  1 sectors
average: 1.16 sectors

You can also run on a file with targets currently implemented is using RA and Dec.

ad inputfilename.csv

, -60.
 -75.
 0.
 +65

guide-csv inputfilename.csv

ing example-file.csv-tvguide.csv.

ad example-file.csv-tvguide.csv

0000000000, -60.0000000000, 0, 2
000000000, -75.0000000000, 1, 3
000000000, 0.0000000000, 0, 1
000000000, 65.0000000000, 0, 0

This new file appends two additional columns. The number in the first column is the minimum number of sectors the target is observable for and the second is the maximum.

You can also run from within a Python script:

rt tvguide

ide.check_observable(150.00, -60.00)

ide.check_many(ra_array, dec_array)
Citation

If you find this code useful and want to cite it in your research then we have made that possible for you

i, K. & Barclay, T. 2017, tvguide: A tool for determining whether stars and galaxies are observable by TESS., v1.0.0, Zenodo, doi:10.5281/zenodo.823357

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.