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

Task #4075: add aditional logging lines

parent 2e4daeec
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,13 @@ class imager_awimager(LOFARnodeTCP): ...@@ -77,6 +77,13 @@ class imager_awimager(LOFARnodeTCP):
self._calc_par_from_measurement( self._calc_par_from_measurement(
concatenated_measurement_set, parset) concatenated_measurement_set, parset)
self.logger.info(
"Calculated parameters: cell_size: {0}, npix: {1}".format(
cell_size, npix))
self.logger.info("w_max: {0}, w_proj_planes: {1} ".format(
w_max, w_proj_planes))
# **************************************************************** # ****************************************************************
# 2. Get the target image location from the mapfile for the parset. # 2. Get the target image location from the mapfile for the parset.
# Create target dir if it not exists # Create target dir if it not exists
......
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