ewoksid02.utils.blissdata.get_stream#

ewoksid02.utils.blissdata.get_stream(stream_name=None, detector_name=None, scan=None, scan_memory_url=None, beacon_host=None)[source]#

Retrieves the (Lima) stream for a specific detector from the scan memory. It can also be another stream (for scalers process for example)

Inputs:
  • stream_name (str) : Name of stream to slice

  • detector_name (str): The name of the detector.

  • scan (Scan): blissdata.redis_engine.scan.Scan object

  • scan_memory_url (str): The URL of the scan memory.

  • beacon_host (str) : hostname and beacon port

Outputs:
  • LimaStream: The Lima stream object for the specified detector.

Parameters:
  • stream_name (str)

  • detector_name (str)

  • scan (Scan)

  • scan_memory_url (str)

  • beacon_host (str)