GIANTCatalogue.get_from_ids

giant.catalogues.giant_catalogue:

GIANTCatalogue.get_from_ids(ids)[source]

This method queries star records from the database based off of ID (rnm in the database).

This can be used if you are interested in a particular set of stars. The stars are returned in the GIANT DataFrame format according the GIANT_COLUMNS.

Note that this does not apply proper motion. If you need to apply proper motion see query_catalogue()

Parameters:

ids (Sequence | ndarray) – The ids of the stars to retrieve as an iterable

Returns:

The dataframe of stars according to GIANT_COLUMNS

Return type:

DataFrame