Skip to main content

Where are Solar System objects located in TESS FFI data?

Project description

Where are Solar System objects located in TESS FFI data?

pypi pytest black flake8 mypy

tess-ephem is a user-friendly package which enables users to compute the positions of Solar System objects – asteroids, comets, and planets – in the data archive of NASA’s TESS Space Telescope.

Installation

python -m pip install tess-ephem

Example use

tess-ephem allows you to search the entire archive of TESS FFI’s for the presence of a known minor planet, and obtain the result as a Pandas DataFrame. For example:

>>> from tess_ephem import ephem
>>> ephem("Sedna")
                         sector  camera  ccd       column          row
time
2018-11-16 00:00:00.000       5       1    4  1543.312296  1102.821559
2018-11-17 00:00:00.000       5       1    4  1545.160910  1102.880825
2018-11-18 00:00:00.000       5       1    4  1547.011351  1102.934375
...
2018-12-09 00:00:00.000       5       1    4  1584.585407  1102.239292
2018-12-10 00:00:00.000       5       1    4  1586.245261  1102.132304
2018-12-11 00:00:00.000       5       1    4  1587.906380  1102.012091

You can also obtain the ephemeris for one or more specific times by passing the time parameter:

>>> ephem("Sedna", time="2018-11-21 17:35:00")
                         sector  camera  ccd       column          row
time
2018-11-21 17:35:00.000       5       1    4  1553.887838  1103.048431

Additional physical parameters can be obtained by passing the verbose=True parameter:

>>> ephem("Sedna", time="2018-11-21 17:35:00", verbose=True)
                         sector  camera  ccd       column          row  pixels_per_hour        ra      dec    vmag  sun_distance  obs_distance  phase_angle
time
2018-11-21 17:35:00.000       5       1    4  1553.887838  1103.048431         0.074054  57.05786  7.63721  20.612     84.942885     83.975689       0.1419

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

tess-ephem-0.3.0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

tess_ephem-0.3.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file tess-ephem-0.3.0.tar.gz.

File metadata

  • Download URL: tess-ephem-0.3.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/20.3.0

File hashes

Hashes for tess-ephem-0.3.0.tar.gz
Algorithm Hash digest
SHA256 faa48cb232a36ef8feaf24f1fc096ea78ccf01f886fe50ff5334da7ed242401a
MD5 fdc7948d5a7e16249280a839cc00fd4c
BLAKE2b-256 3f8712e4bdb2ff2cd08a1f214517b658942fcff262cff424610c69d0584aad43

See more details on using hashes here.

File details

Details for the file tess_ephem-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: tess_ephem-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/20.3.0

File hashes

Hashes for tess_ephem-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a076b39067be391f799342994a360bc1f271555b0a873b3afe5dc7185c740944
MD5 efff7ed8aff214a6b3f4f7e05d0c00cc
BLAKE2b-256 0732650cd6e8729e9aefff7f5620d720827b2f50b99d8270e91b69881467656d

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