wbalmer / backtracks

Python package to fit relative astrometry with background star motion tracks.
https://backtracks.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

add either convenience function or object within System class that returns ra,dec dist for stationary, median tracks #49

Closed wbalmer closed 8 months ago

wbalmer commented 8 months ago

seems like this would be useful for users who want the curve, but (for whatever reason) don't like our plots ;)

wbalmer commented 8 months ago

not necessary - I just added a section to the tutorial that explains how to access System.radecdists and generate your own tracks for arbitrary data.

this does however make me wonder whether radecdists should be moved outside of the System class, since it technically doesn't require any of the System attributes to be run.

wbalmer commented 8 months ago

the above idea is now addressed in #52 :)