From 3295c4bfde54efd8708338e70bc782c9851a9226 Mon Sep 17 00:00:00 2001 From: Wouter Klijn <klijn@astron.nl> Date: Fri, 14 Jun 2013 08:22:50 +0000 Subject: [PATCH] Task #4518: bytes --- CEP/Pipeline/recipes/sip/nodes/imager_prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py b/CEP/Pipeline/recipes/sip/nodes/imager_prepare.py index cf92cfec036..a33129845e4 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(self, 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) -- GitLab