Fast offline queries of TESS FFI positions and filenames.
Project description
Where is my favorite star or galaxy in NASA’s TESS Full Frame Image data set?
tess-locator is a user-friendly wrapper around the tess-point package which allows the positions of astronomical objects in the TESS data set to be queried in a fast and friendly way.
Installation
python -m pip install tess-locator
Example use
Converting celestial to pixel coordinates:
>>> from tess_locator import locate
>>> locate("Alpha Cen")
List of 3 coordinates
↳[TessCoord(sector=11, camera=2, ccd=2, column=1699.1, row=1860.3, time=None)
TessCoord(sector=12, camera=2, ccd=1, column=359.9, row=1838.7, time=None)
TessCoord(sector=38, camera=2, ccd=2, column=941.1, row=1953.7, time=None)]
Obtaining pixel coordinates for a specific time:
>>> locate("Alpha Cen", time="2019-04-28")
List of 1 coordinates
↳[TessCoord(sector=11, camera=2, ccd=2, column=1699.1, row=1860.3, time=2019-04-28 00:00:00)]
Documentation
Please visit the tutorial.
Similar packages
tess-point is the package being called behind the scenes. Compared to tess-point, we add a user-friendly API and the ability to specify the time, which is important for moving objects.
astroquery.mast includes the excellent TesscutClass.get_sectors() method which queries a web API. This package provides an offline version of that service, and adds the ability to query by time.
tess-waldo lets you visualize how a target moves over the detector across sectors. It queries the TessCut service to obtain this information. This package adds the ability to create such plots offline.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tess-locator-0.4.0.tar.gz
.
File metadata
- Download URL: tess-locator-0.4.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bca119aaa138f06b2a61663067a669c9ca2cf553aa5998fe2c39a3e44698c38 |
|
MD5 | a265c505b0637196b853534c494a8ec7 |
|
BLAKE2b-256 | 48d6019ab3e3ef37c585525327dd676c9058f9f1407078edcfa4b5e9b75d7bd7 |
File details
Details for the file tess_locator-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: tess_locator-0.4.0-py3-none-any.whl
- Upload date:
- Size: 7.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61681cd5fb943e65ab0f44506351d5a7ef9d9451a5821f0611bad9c35b92f87c |
|
MD5 | 38adb196ab62c5b2962e7e51dce83b00 |
|
BLAKE2b-256 | b6d4cec1af06c022907b3a034ab9aa8de1ea75d9a48c68916ae9f52fbad60455 |