We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we assume that if the companion is in Gaia, then it will have an astrometric fit with the same number of parameters:
orvara/orvara/orbit.pyx
Lines 975 to 979 in 8e51a3f
We then just throw away the higher order parameters of that fit, and only compare and care about the first 5 parameters:
Lines 1012 to 1021 in 8e51a3f
Ideally, we should update this so that if the companion exists in gaia, it will have a Fitter object with the correct number of parameters.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we assume that if the companion is in Gaia, then it will have an astrometric fit with the same number of parameters:
orvara/orvara/orbit.pyx
Lines 975 to 979 in 8e51a3f
We then just throw away the higher order parameters of that fit, and only compare and care about the first 5 parameters:
orvara/orvara/orbit.pyx
Lines 1012 to 1021 in 8e51a3f
Ideally, we should update this so that if the companion exists in gaia, it will have a Fitter object with the correct number of parameters.
The text was updated successfully, but these errors were encountered: