Replies: 1 comment
-
To see the changes that would be applied when adopting, call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello developers, I have a question concerning spectroscopic binaries (SB). Starting from RV observations of a SB1 or SB2 system at my disposal, I would like Phoebe to estimate the orbital period using a periodogram. Here is the code I am using:
Here is the response I got: "1.0" which is the default binary bundle value given to the binary period. If instead, I chose a particular value for the period however close to the actual period of the SB using b.set_value(), Phoebe will return the new set_value. It feels like Phoebe always returns the "initial"/ set_value bundle period value without using the RV measurements provided.
My question: am I properly coding the periodogram? Is there a way to estimate the period of a SB based on the RV measurements provided? I have also tried using optimizers, like nedler_mead or differential evolution in hopes of achieving better estimates of the period, but I still have some problems when flipping some constraints; however that is not the main point.
Thank you very much in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions