orvara:利用视向速度、绝对和/或相对天体测量拟合轨道的高效代码
摘要
我们提出一个开源 Python 包 Orbits from Radial Velocity, Absolute, and/or Relative Astrometry (orvara),用于将开普勒轨道拟合到来自 Hipparcos-Gaia 加速度星表(Hipparcos-Gaia Catalog of Accelerations)的任意组合的视向速度、相对天体测量和绝对天体测量数据。通过结合这三种数据类型,即使观测仅覆盖轨道的一小部分,也能精确测量质量,有时还能得到轨道参数。orvara 的计算性能得益于:偏近点角求解器比常用方法快五到十倍、底层内存管理以避免 python 开销,以及解析地对视差、质心自行和仪器特定的视向速度零点进行边缘化。通过与 Hipparcos 和 Gaia 中间天体测量包 htof 集成,orvara 能够妥善处理 Hipparcos 的历元天体测量数据以及单个 Gaia 历元的测量时刻和扫描角。我们使用针对任何特定恒星或行星系统定制的可修改 .ini 配置文件来配置 orvara。我们以最近发现的白矮星/主序星(WD/MS)系统 HD 159062 为例演示 orvara。通过将绝对天体测量添加到文献中的 RV 和相对天体测量数据,我们全面的 MCMC 分析将 HD 159062B 质量的精度提高了一个数量级以上,达到 。我们还推导出低偏心率和大半长轴,确立 HD 159062AB 为一个未经历洛希瓣溢出的系统。
引用
@article{arxiv.2105.11671,
title = {orvara: An Efficient Code to Fit Orbits using Radial Velocity, Absolute, and/or Relative Astrometry},
author = {Timothy D. Brandt and Trent J. Dupuy and Yiting Li and G. Mirek Brandt and Yunlin Zeng and Daniel Michalik and Daniella C. Bardalez Gagliuffi and Virginia Raposo-Pulido},
journal= {arXiv preprint arXiv:2105.11671},
year = {2021}
}
备注
24 pages, 5 figures, 5 tables. AJ accepted with minor changes. orvara is available at https://github.com/t-brandt/orvara