kepler-exoplanet-search-results 已完整同步
Context
The Kepler Space Observatory is a NASA-build satellite that was launched in 2009. The telescope is dedicated to searching for exoplanets in star systems besides our own, with the ultimate goal of possibly finding other habitable planets besides our own. The original mission ended in 2013 due to mechanical failures, but the telescope has nevertheless been functional since 2014 on a "K2" extended mission.
Kepler had verified 1284 new exoplanets as of May 2016. As of October 2017 there are over 3000 confirmed exoplanets total (using all detection methods, including ground-based ones). The telescope is still active and continues to collect new data on its extended mission.
Content
This dataset is a cumulative record of all observed Kepler "objects of interest" — basically, all of the approximately 10,000 exoplanet candidates Kepler has taken observations on.
This dataset has an extensive data dictionary, which can be accessed here. Highlightable columns of note are:
kepoi_name: A KOI is a target identified by the Kepler Project that displays at least one transit-like sequence within Kepler time-series photometry that appears to be of astrophysical origin and initially consistent with a planetary transit hypothesiskepler_name: [These names] are intended to clearly indicate a class of objects that have been confirmed or validated as planets—a step up from the planet candidate designation.koi_disposition: The disposition in the literature towards this exoplanet candidate. One of CANDIDATE, FALSE POSITIVE, NOT DISPOSITIONED or CONFIRMED.koi_pdisposition: The disposition Kepler data analysis has towards this exoplanet candidate. One of FALSE POSITIVE, NOT DISPOSITIONED, and CANDIDATE.koi_score: A value between 0 and 1 that indicates the confidence in the KOI disposition. For CANDIDATEs, a higher value indicates more confidence in its disposition, while for FALSE POSITIVEs, a higher value indicates less confidence in that disposition.
Acknowledgements
This dataset was published as-is by NASA. You can access the original table here. More data from the Kepler mission is available from the same source here.
Inspiration
- How often are exoplanets confirmed in the existing literature disconfirmed by measurements from Kepler? How about the other way round?
- What general characteristics about exoplanets (that we can find) can you derive from this dataset?
- What exoplanets get assigned names in the literature? What is the distribution of confidence scores?
See also: the Kepler Labeled Time Series and Open Exoplanets Catalogue datasets.
1 个文件
浏览文件数据集版权信息
本数据集的许可证为 CC0 1.0 Universal。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_7a2be4cdd5 --revision 2017-10-10T18:26:59.497Z --output ./ds_ext_7a2be4cdd5
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_7a2be4cdd5 --revision 2017-10-10T18:26:59.497Z --output ./ds_ext_7a2be4cdd5
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_7a2be4cdd5 --revision 2017-10-10T18:26:59.497Z --output ./ds_ext_7a2be4cdd5 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_7a2be4cdd5 --revision 2017-10-10T18:26:59.497Z --output ./ds_ext_7a2be4cdd5 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_7a2be4cdd5 --revision 2017-10-10T18:26:59.497Z --output ./ds_ext_7a2be4cdd5 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_7a2be4cdd5 --revision 2017-10-10T18:26:59.497Z --output ./ds_ext_7a2be4cdd5 --jobs 8
完整帮助:wehub datasets download --help