Skip to content
Snippets Groups Projects
Commit 98f13b41 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #7778: ApplyBeam now by default inverts the beam (so corrects for it)

parent 901f55ce
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ namespace LOFAR {
:
itsInput(input),
itsName(prefix),
itsInvert(parset.getBool(prefix + "invert", false)),
itsInvert(parset.getBool(prefix + "invert", true)),
itsUseChannelFreq(parset.getBool(prefix + "usechannelfreq", true)),
itsDebugLevel(parset.getInt(prefix + "debuglevel", 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