lima2.client.Detector.get_pipeline(uuid)

Returns a Pipeline proxy given a uuid. Example:

Example

>>> proc = det.get_processing(uuid)
>>> print(f"counters: {proc.progress_counters()}")
Parameters:
uuid

The UUID of the processing

Returns:

A Processing object.