redback.get_data.get_data

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

Catch all data getter.

Parameters:
  • transient (str) – The name of the transient.

  • instrument (str) – The name of the instrument.

  • kwargs (None) – Any other keyword arguments to be passed through.

Returns:

The processed data.

Return type:

pandas.DataFrame