遇见数据集

Gaia Data, Pan-Starrs Photometry, And Stream Selection Masks For The Region Around The Gd-1 Stream

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

资源简介:

This file contains: relevant columns from Gaia DR2 Pan-STARRS (PS1) photometry (grizy) de-reddened PS1 photometry (g0, r0, etc.) binary masks to apply to select out stars that pass our proper motion and color-magnitude diagram selection (pm_mask, gi_cmd_mask) a binary mask to apply to select out stars in the stream track defined in Price-Whelan &amp; Bonaca (2018) (stream_track_mask) GD-1 positional coordinates (phi1, phi2) Proper motions in the GD-1 coordinate system (pm_phi1_cosphi2, pm_phi2) Proper motions in the GD-1 coordinate system, corrected for solar reflex motion (pm_phi1_cosphi2_no_reflex, pm_phi2_no_reflex) To select out probable members of the GD-1 stream in, e.g., Python, use: <pre><code class="language-python">from astropy.table import Table tbl = Table.read('gd1-with-masks.fits') tbl = tbl[tbl['pm_mask'] &amp; tbl['gi_cmd_mask']]</code></pre> To select out only stars within the stream track identified in Price-Whelan &amp; Bonaca (2018), do: <pre><code class="language-python">from astropy.table import Table tbl = Table.read('gd1-with-masks.fits') tbl = tbl[tbl['pm_mask'] &amp; tbl['gi_cmd_mask'] &amp; tbl['stream_track_mask']</code></pre> <pre> </pre>

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