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 | 510 | 510 |
Downloads | 107 | 107 |
Data volume | 214.8 GB | 214.8 GB |
Unique views | 474 | 474 |
Unique downloads | 82 | 82 |