Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 3.19 KB

todo.md

File metadata and controls

42 lines (39 loc) · 3.19 KB

To do

Basic

  • [] Move .pre-commit-config.yaml to .github/workflow/tests.yaml. See example.
  • [] update pyproject.toml. See example.
  • [] query_gaia_dr2_catalog and tic catalog can be combined with galex into query_mast(catalog=["gaia","tic","galex"]) see here using lower level functions here
  • [] make input to cr.Target using get_target_coord unified as in mirai.parse_target_coord
  • make setup.py work in fresh conda environment
  • remove redundant large files in /data; see this repo
  • make sure access to /data after installation works
  • [] add tests following this format
  • [] configure documentation using just-the-docs
  • [] standardize docstrings
  • [] add binder, badges
  • [] implement typing (> Python 3.8)
  • [] include an environment.yml file, like this
  • check if caching works in get_lc(), get_tpf(), etc.
  • migrate constants to constants.py

Functions

Notes