遇见数据集

Color Classification of Extrasolar Giant Planets: Prospects and Cautions

收藏
Zenodo2020-09-20 更新2026-05-25 收录
数据链接:
官方服务:

资源简介:

This dataset contains the reflected light models used in the analysis of Batalha et al. 2018 (Color Classification of Extrasolar Giant Planets: Prospects and Cautions) . The paper explains the full calculation of the models and the parameter space. The public repository colorcolor contains notebooks that explain how extract spectra from the database. To show it's simplicity, we post a small code snippet below. <pre><code class="language-python">import colorcolor as c planet_dict = {'cloud': 0.03, 'distance': 0.85, 'gravity': 25, 'metallicity': 0.0, 'phase': 100.0, 'temp': 150} planet = c.select_model(planet_dict) wave, albedo = planet['WAVELN'], planet['GEOMALB']</code></pre> Further explanation can be found at the GitHub repository and within the paper.

本数据集包含Batalha等人2018年发表的论文《系外气态巨行星的颜色分类:前景与注意事项》(Color Classification of Extrasolar Giant Planets: Prospects and Cautions)的分析工作中所使用的反射光模型。该论文详细阐释了这些模型的完整计算流程与参数空间。 公开代码仓库colorcolor中收录了用于讲解如何从本数据库提取光谱的Jupyter笔记本。为展示其操作简便性,我们在下方提供了一段简短的Python代码示例: <pre><code class="language-python">import colorcolor as c planet_dict = {'cloud': 0.03, 'distance': 0.85, 'gravity': 25, 'metallicity': 0.0, 'phase': 100.0, 'temp': 150} planet = c.select_model(planet_dict) wave, albedo = planet['WAVELN'], planet['GEOMALB']</code></pre> 更多详细说明可在该GitHub仓库与原论文中查阅。

提供机构:
Zenodo
创建时间:
2018-12-06
二维码
社区交流群
二维码
科研交流群
商业服务