Dataset Open Access
Price-Whelan, Adrian M.;
Bonaca, Ana
This file contains:
To select out probable members of the GD-1 stream in, e.g., Python, use:
from astropy.table import Table
tbl = Table.read('gd1-with-masks.fits')
tbl = tbl[tbl['pm_mask'] & tbl['gi_cmd_mask']]
To select out only stars within the stream track identified in Price-Whelan & Bonaca (2018), do:
from astropy.table import Table
tbl = Table.read('gd1-with-masks.fits')
tbl = tbl[tbl['pm_mask'] & tbl['gi_cmd_mask'] & tbl['stream_track_mask']
Name | Size | |
---|---|---|
gd1-with-masks.fits
md5:996b1c2d187effac25c685cb153e5700 |
2.0 GB | Download |
All versions | This version | |
---|---|---|
Views | 343 | 343 |
Downloads | 62 | 62 |
Data volume | 124.5 GB | 124.5 GB |
Unique views | 332 | 332 |
Unique downloads | 48 | 48 |