-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
New tutorial to calculate radial velocity from multiple measurements #550
base: main
Are you sure you want to change the base?
Conversation
This tutorial is designed to assess the multiplicity status of a star and calculate a "final" radial velocity for stars when there are several (> 2) individual measurements. Principally the program: 1) reads in a table of RV measurements for any set of stars 2) makes a decision on whether the star is multiple or likely single 3) calculates a final RV from the individual measurements.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
Thanks for contributing! This looks interesting, but I think you might want to see if the indexing logic can be simplified a bit. At least I don't understand it - but maybe that's just because I don't know that much about the topic. |
on measuring radial velocities. The major modifications are that we now use numpy matrices rather than itertools which is easier to read and runs faster than the previous method.
for more information, see https://pre-commit.ci
This looks really promising! Thanks so much for the contribution and we'll work on giving it a robust review ASAP. I'm also going to start a thread in the #learn channel on slack. |
This tutorial is designed to assess the multiplicity status of a
star and calculate a "final" radial velocity for stars when there
are several (> 2) individual measurements. Whilst intended for
RV measurements, the method can be applied for any
parameter that needs to be weighted from different sources.
Principally the program: