diff --git a/slic/core/acquisition/broker/post_retrieve.py b/slic/core/acquisition/broker/post_retrieve.py index 192a5a11..2b03148f 100644 --- a/slic/core/acquisition/broker/post_retrieve.py +++ b/slic/core/acquisition/broker/post_retrieve.py @@ -18,6 +18,7 @@ def post_retrieve(restapi, endstation, pgroup, run, acqs=None, continue_run=Fals post retrieve data from sf-daq acqs: sequence of integer acquisition numbers or None (default: all acquisition numbers of the selected run) continue_run: append to existing run (default: create new run) + transform: function that accepts one request and returns the adjusted request """ dir_run_meta = mk_dir_run_meta(endstation, pgroup, run)