Skip to content
Snippets Groups Projects
Commit 1e717514 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Task #6777: Adapted comments in Calserver.conf following request by Menno

parent 7e008718
No related branches found
No related tags found
No related merge requests found
...@@ -32,12 +32,16 @@ CalServer.ACCTestFile=ACC.txt ...@@ -32,12 +32,16 @@ CalServer.ACCTestFile=ACC.txt
# possible to not run the calibration algorithm but pretend it has run. # possible to not run the calibration algorithm but pretend it has run.
# This will result in zero weights being sent to clients. # This will result in zero weights being sent to clients.
# ACMProxy is a subtask that asks the RSPDriver to autocorrelate each second # ACMProxy is a subtask that asks the RSPDriver to autocorrelate each second
# another subband. The task is not used in normal operation; only use # another subband. The task is not used in normal operation.
# this when really needed! #
# The operational values are DisableCalibration=1 and DisableACMProxy=1 # The default operational values are: DisableCalibration=1,
# DisableACMProxy=1, WriteACCToFile=0 (see below).
#
# To record station correlation data in files: DisableCalibration=1,
# DisableACMProxy=0, WriteACCToFile=1 (see below).
#
CalServer.DisableCalibration=1 CalServer.DisableCalibration=1
CalServer.DisableACMProxy=1 CalServer.DisableACMProxy=1
CalServer.DataDirectory=/localhome/data
# ----- Flags to produce interim data files for debugging ----- # ----- Flags to produce interim data files for debugging -----
# In normal operation these values should be set to 0 # In normal operation these values should be set to 0
...@@ -45,6 +49,7 @@ CalServer.DataDirectory=/localhome/data ...@@ -45,6 +49,7 @@ CalServer.DataDirectory=/localhome/data
# Write ACC's to file for debugging. # Write ACC's to file for debugging.
# Note: DisableCalibration should be 0 to produce this file. # Note: DisableCalibration should be 0 to produce this file.
CalServer.WriteACCToFile=0 CalServer.WriteACCToFile=0
CalServer.DataDirectory=/localhome/data
# Write Gains to file for debugging? # Write Gains to file for debugging?
CalServer.WriteGainsToFile=0 CalServer.WriteGainsToFile=0
......
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