tiltr
TEPCat Obliquity Plotter
Installation
pip install tiltr
Usage
Plots the sky-projected spin-orbit angle and the true spin-orbit angle of an exoplanet. Data taken from TEPCat. Currently, the package supports plotting with respect to the effective temperature (K), the semi-major axis (AU), and the period of the planet (days). The plot for the effective temperature takes an additional, optional argument kraft to plot the Kraft Break.
from tiltr import TEPCatPlotter
tp = TEPCatPlotter()
# projected spin-orbit angle
tp.plot_lambda_vs_teff(highlight="TOI-1842", save_path='lambda_vs_teff.pdf', show=True, kraft=6050)
tp.plot_lambda_vs_a(log_scale=True, highlight="TOI-1842", save_path='lambda_vs_a.png', show=True)
tp.plot_lambda_vs_period(highlight="TOI-1842", save_path='lambda_vs_period.svg', show=True)
# true spin-orbit angle
tp.plot_psi_vs_teff(highlight="TOI-1842", save_path='psi_vs_teff.pdf', kraft=6050, show=True)
tp.plot_psi_vs_a(log_scale=True, highlight="TOI-1842", save_path='psi_vs_a.png', show=True)
tp.plot_psi_vs_period(highlight="TOI-1842", save_path='psi_vs_period.jpg', show=True)
# all combined
tp.plot_grid(log_scale_a=True, highlight="TOI-1842", save_path="obliquity_grid.pdf")
Reference
- Southworth, J. (2011). Homogeneous studies of transiting extrasolar planets–IV. Thirty systems with space-based light curves. Monthly Notices of the Royal Astronomical Society, 417(3), 2166-2196.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tiltr-0.2.0.tar.gz.
File metadata
- Download URL: tiltr-0.2.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
801b2092575aaf71dd661224bbca2ebba95f0d55b961e0daf62b4958bab251a9
|
|
| MD5 |
3bd49d99081dc62eade48740241f059c
|
|
| BLAKE2b-256 |
391aebdf049914992a42e2da84caddcc44a4d04b78b816f6bc499d612070f336
|
File details
Details for the file tiltr-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tiltr-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dade5f6f85cab7f1887c8902938c9991428dc8a3e2bfd9017d1441eac6e977cb
|
|
| MD5 |
fcfa7fe55e5345bb2f074666bb810734
|
|
| BLAKE2b-256 |
4525d2098c39650d0ff27dc0cdc30a0bbd2dc291173ff055183cfd1bc3da4b97
|