sot / proseco

Probabilistic star evaluation and catalog optimization
https://sot.github.io/proseco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Pass catalog date to plotting so planets are drawn #361

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Description

This goes along with https://github.com/sot/chandra_aca/pull/116 to improve plotting of planets for a proseco catalog.

Testing

Functional testing

from proseco import get_aca_catalog
aca = get_aca_catalog(22159)
aca.plot()