Skip to content
Snippets Groups Projects
Commit 3295c4bf authored by Wouter Klijn's avatar Wouter Klijn
Browse files

Task #4518: bytes

parent 498c8e52
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment