diff --git a/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py b/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py index 16688688c482d91b3f556ec69d2897127aff7a92..cf92cfec036ae5d59c63fac6be9ce94e44ad0ba6 100644 --- a/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py +++ b/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py @@ -124,7 +124,7 @@ class imager_prepare(LOFARnodeTCP): return 0 - def add_beam_tables(time_slices_path_list) + def add_beam_tables(time_slices_path_list): beamtable_proc_group = SubProcessGroup(self.logger) for ms_path in time_slices_path_list: cmd_string = "makebeamtables ms={0} overwrite=true".format(ms_path)