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

Wrong value for beta used? #14

Closed tomasstolker closed 9 months ago

tomasstolker commented 9 months ago

Should this presumably be beta = self.beta instead of beta = self.alpha?

https://github.com/wbalmer/backtrack/blob/930c57124dea87df3f73430150265ce07949746a/backtrack/backtrack.py#L314

gotten commented 9 months ago

Does look like it should indeed be beta= self.beta. The values in the comments still refer to the Gaia DR2 priors, so I should clean that up. The method implemented here is the generalized gamma distribution from Gaia DR3.

wbalmer commented 9 months ago

Corrected in PR #13