frb.surveys.psrcat

PSRCat survey

class frb.surveys.psrcat.PSRCAT_Survey(coord, radius, **kwargs)[source]

Bases: SurveyCoord

Class to handle queries on the PSRCAT catalog

Args:
  • coord (SkyCoord) – Coordiante for surveying around

  • radius (Angle) – Search radius around the coordinate

__init__(coord, radius, **kwargs)[source]
get_catalog()[source]

Grab the catalog of pulsars around the input coordinate to the search radius

Returns:

Catalog of sources returned

Return type:

astropy.table.Table

Note

Optional dependency: FRB-pulsars is required for pulsar-catalog functionality.