WIP: Target List Creation for the TESS GI Proposal Call#2
WIP: Target List Creation for the TESS GI Proposal Call#2tylerapritchard merged 12 commits intomainfrom
Conversation
…ics, refactors code for target list creation
…t. updates test. more docstrings
|
From our discussions about edge case testing:
other things:
|
This is a WIP for adding a target list creation function to the tessproposaltool built off the fill_tics functionaliy by @christinahedges . It allows you to give a mixed csv (see tests/data/test5.csv) or dataframe of ra,dec,(tmag) or TIC and returns an ARK-compatible target list csv file (or dataframe). It currently allows you to provide optional colums and will choose sane defaults for optional columns if they are not provided.
TODO: