-
Notifications
You must be signed in to change notification settings - Fork 53
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
API for derived planetary parameters #301
Comments
Likewise the 'report' command for CLI |
I do not have tutorials for this sort of thing. It would be great if you wanted to implement and add to the existing tutorial(s) or make new ones! |
Is the standard just to use the CLI for this?
*Shubham Kanodia*
…On Sun, 29 Mar 2020 at 12:51, BJ Fulton ***@***.***> wrote:
I do not have tutorials for this sort of thing. It would be great if you
wanted to implement and add to the existing tutorial(s) or make new ones!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#301 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCCCYU673TAVXUMCM6VBSDRJ537JANCNFSM4LVVRRQQ>
.
|
Yeah, I personally use the CLI almost exclusively. |
Not sure if this helps, but if you'd like to run the same commands in a python script instead of in the comand line (for reasons such as to incorporate the radvel commands and results in a bigger script that does other things), you could use a python subprocess with the same CLI command without using the API. For example, the |
Hi @zhexingli, |
Hi,
I'm curious whether there currently exists an API hook for derived planetary parameters. I see the CLI commands to get this in the
Optional Features
section of the tutorial, however I would like to use the same functionality in the script, i.e.radvel derive
,radvel plot -t derived
, and then the model comparison..Looking at
radvel.driver
, I see how to implement this, but before I did that I wanted to check if you have an example script / notebook for this. As far as I could tell the Jupyter notebook tutorials do not deal with derived planetary parameters (let me know if I missed something).https://radvel.readthedocs.io/en/latest/quickstartcli.html#optional-features
The text was updated successfully, but these errors were encountered: