Skip to content

Releases: tessgi/tess-point

Cycle 7 Pointings Updated

04 Mar 15:47
Compare
Choose a tag to compare

This update adds Cycle 7 pointings. v0.8.1 is installable with pip.

Cycle 6 Pointings Updated

27 Jan 22:08
ba7f3a2
Compare
Choose a tag to compare

This release updates the pointings to include Cycle 6. Details on the Cycle 6 pointings can be found here.

Year 5 Pointings Added

27 Jan 15:12
Compare
Choose a tag to compare

Added Year 5 Pointings

Aberration Bug Fix

04 Jan 20:51
Compare
Choose a tag to compare

Fixed bug impacting if aberration flag was being used and not the single sector 's' flag.

Too close to edge warning flag

13 Jan 20:49
Compare
Choose a tag to compare

If target is within 6 pixels of the edge then it is unlikely to be assigned a 2minute or 20second aperture. Output now has an output flag ==1 if it is too close to edge.

Year 4 TESS Pointings Available

20 Nov 16:49
Compare
Choose a tag to compare

The TESS Year 4 pointings are now available.

Better inverse and new aberration correction available

17 Oct 02:15
Compare
Choose a tag to compare
v0.5.1

Added aberration approximation correction

Big speed up

26 May 15:45
Compare
Choose a tag to compare

Skipped the rough position step which attempted to figure out which sectors and cameras had a chance of being on silicon. The rough position step as much much slower than just applying the focal plane model which is just matrix math.

Proxy Support; Citation info

11 Apr 03:44
Compare
Choose a tag to compare

Proxy support added and ascl citation information added to readme

TIC ID Overflow fix!

24 Feb 16:20
Compare
Choose a tag to compare

TIC IDs that overflow a 32bit integer were not being resolved correctly. This version will fix that by upgrading to 64bit integers.