get_table_ms¶
-
mrspoc.get_table_ms(plot=True, ax=None)[source] [edit on github]¶ Open the TGAS catalog for all stars brighter than G < 12, make CMD cuts to flag just the main sequence stars.
Parameters: plot : bool (optional)
Make a plot of the CMD and color/mag cuts.
ax :
Axes(optional)If
axis notNone, make the plot onax.Returns: table :
TableTable of TGAS sources, magnitudes, parallaxes, distances, and anticipated astrometric uncertainties.
ms :
ndarrayBoolean array,
Truefor rows oftablewhere the star is a main sequence star within the color/mag cuts.