tess-point
tess-point copied to clipboard
Determine pixel coordinates for TESS targets
Hi @christopherburke, this is a first PR to make `tess-point` a faster tool that's easier to use in Python. This is absolutely a work in progress (WIP) and there's lots...
Hi folks! (Perhaps @tylerapritchard ?) Quick clarification on versioning: A quick skim of `tess_stars2px.py` and the `setup.py` and PyPI releases suggests that they might be out of sync, with the...
While making a target list, I noticed that some targets have duplicate sector outputs but differing Camera and CCD outputs. For example, TIC 278779899 (TESS mag 8) has duplicate sector...
np.float / np.int are now deprecated and throw an error np.float64 / int64 are safe