Skip to main content

No project description provided

Project description

Test status [! PyPI version

TESS Proposal Tool

Under development tool to help create TESS proposals and target lists.

Use Case 1: Filling in missing TICs in a target list

If you have a list of RAs, Decs, and optionally TESS magnitudes and you would like to crossmatch them against TIC, you can do this with the tessproposaltool. You can do this from the command line using:

tpt radec_file.csv -o output.csv

Which will result in a file output.csv that contains the corrected RA, Dec, TESS magnitude and TIC numbers.

Your file should have a structure that contains RAs, Decs, and optionally TESS magnitudes, e.g.:

ra,dec,tmag
40.2986,56.7305,9.39
110.093,-22.2673,13.51
116.243,-30.0918,9.5
152.633,-59.3549,10.05
163.437,-58.4871,9.91
165.091,-60.7688,12.974

To do this inside Python you can use

from tessproposaltool import fill_tics

# read in your radecs, or convert them into a pandas dataframe
RA, Dec, Tmag = ..., ..., ...
df = pd.DataFrame(np.asarray([RA, Dec, Tmag]).T, columns=['ra', 'dec', 'tmag'])
new_df = fill_tics(df)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tessproposaltool-0.1.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

tessproposaltool-0.1.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file tessproposaltool-0.1.1.tar.gz.

File metadata

  • Download URL: tessproposaltool-0.1.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.9.13 Darwin/22.6.0

File hashes

Hashes for tessproposaltool-0.1.1.tar.gz
Algorithm Hash digest
SHA256 eb1f2b73667ec549524ad0386b69945c8818e70a3b7d8146671f3c51640c5743
MD5 9044e758dae1bd9baf6e230971291e31
BLAKE2b-256 e8333e6bf11c4501fb507cc1ae3e676aa0287d38ec41661adbbebc97a0ea9c00

See more details on using hashes here.

File details

Details for the file tessproposaltool-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for tessproposaltool-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e9dd531cb2ff335a97703165eb45a075295034fe11ef9c7ead21b8976f399995
MD5 d3ede4e5818d3d387a67f503c57bd43a
BLAKE2b-256 4d31d03b41ecb730d484cd92e260a1f6fe5fb991daf52a4e9adce432318a8b69

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page