redback.get_data.get_open_transient_catalog_data

redback.get_data.get_open_transient_catalog_data(transient: str, transient_type: str, **kwargs: None) DataFrame[source]

Catch all data getting function for the Open Access Catalog. Creates a directory structure and saves the data. Returns the data, though no further action needs to be taken by the user.

Parameters:
  • transient (str) – The name of the transient, e.g. ‘at2017gfo’.

  • transient_type (str) – Type of the transient. Must be from redback.get_data.open_data.OpenDataGetter.VALID_TRANSIENT_TYPES.

  • kwargs (None) – Placeholder to prevent TypeErrors.

Returns:

The processed data.

Return type:

pandas.DataFrame