frb.surveys.galex

Slurp data from GALEX catalog using the MAST API.

class frb.surveys.galex.GALEX_Survey(coord, radius, **kwargs)[source]

Bases: SurveyCoord

A class to access all the catalogs hosted on the MAST database. Inherits from SurveyCoord. This is a super class not meant for use by itself and instead meant to instantiate specific children classes like GALEX_Survey

__init__(coord, radius, **kwargs)[source]
get_catalog(query_fields=None, print_query=False)[source]

Query a catalog in the MAST GALEX database for photometry.

Args:

query_fields – list, optional A list of query fields to get in addition to the default fields.

Returns:

astropy.table.Table

Contains all query results

Return type:

catalog