- Added the `create_target_list` function that 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 columns and will choose sane defaults for optional columns if they are not provided. See the `create_target_list` for more details.