redback.get_data.get_tidal_disruption_event_data_from_open_transient_catalog_data

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

Get TDE data from 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. ‘PS18kh’.

  • kwargs (None) – Placeholder to prevent TypeErrors.

Returns:

The processed data.

Return type:

pandas.DataFrame