Skip to content
Snippets Groups Projects
Commit 5fb2df95 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #3042: Minor fixes.

parent 3f690f3d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ class imager_awimager(LOFARnodeTCP):
mask_patch_size):
"""
:param executable: Path to awimager executable
:param init_script: initscript for catch_segfaults (executable runner)
:param environment: environment for catch_segfaults (executable runner)
:param parset: parameters for the awimager,
:param working_directory: directory the place temporary files
:param output_image: location and filesname to story the output images
......
......@@ -73,8 +73,8 @@ class imager_create_dbs(LOFARnodeTCP):
#*******************************************************************
# 2convert it to a sourcedb (casa table)
if self._create_source_db(source_list, sourcedb_target_path,
init_script, working_directory,
makesourcedb_path, append) == None:
working_directory, makesourcedb_path,
append) == None:
self.logger.error("failed creating sourcedb")
return 1
......
......@@ -46,7 +46,7 @@ class imager_source_finding(LOFARnodeTCP):
substracted
:param sourcedb_target_path: Path to store the sourcedb created from
containing all the found sources
:param init_script: Initscript for runwithlog4cplus
:param environment: environment for runwithlog4cplus
:param working_directory: Working dir
:param create_sourcdb_exec: Path to create sourcedb executable
......
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