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.0.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

tessproposaltool-0.1.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tessproposaltool-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 8d0fee374f7be5ff6ff3ee1048b5b4959b9825cd8f8eabe0f2354f63f816f306
MD5 8c657c453040c6cb328d621ab9a4007c
BLAKE2b-256 8d114f570dee2eeae657522b5f2f037dae28b8db33a7e92517c2d03510e2f57c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tessproposaltool-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c54db161b4e66d36092570acac513b15e177ca783346a6b143d3c67beba99028
MD5 ec1b8100ce98f467baa3a29cd9938889
BLAKE2b-256 7f387cd0c6e1adaf5ffb350ca72c92143ccbaab3ae66ea6bea3884318c3019ee

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