v_orb¶
- tayph.v_orb(dp)[source] [edit on github]¶
This program calculates the orbital velocity in km/s for the planet in the data sequence provided in dp, the data-path. dp starts in the root folder, i.e. it starts with data/projectname/. This assumes a circular orbit.
The output is a number in km/s.
- Parameters
- dpstr, path like
The path to the dataset containing the config file.
- Returns
- v_orbfloat
The planet’s orbital velocity.
- list_of_sigmas_correctedlist
List of 2D error matrices, telluric corrected.