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

Separate RV prior from other host star priors #42

Closed gotten closed 8 months ago

gotten commented 8 months ago

Split the 6D host star prior into 5D + 1x RV prior so we can give the users the option to override it.

See some discussion in #37.

wbalmer commented 8 months ago

Perhaps a kwarg override (if the user has, e.g. ground based high resolution spectroscopy they'd like to implement) for a normally distributed prior, and then a try, except KeyError -> uniform prior, to catch cases where there is no Gaia measurement? I think those would be the two cases where a user would want to override the Gaia measurement somehow.