Skip to content
Snippets Groups Projects
Commit 2bef2406 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Explicitly enable beamformer pipeline when running beamformer kernels

parent 69db8b5b
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ Exception::TerminateHandler t(Exception::terminate); ...@@ -51,6 +51,7 @@ Exception::TerminateHandler t(Exception::terminate);
void runTest( Context &ctx, Stream &stream ) void runTest( Context &ctx, Stream &stream )
{ {
Parset ps; Parset ps;
ps.add("Observation.DataProducts.Output_Beamformed.enabled", "true");
ps.updateSettings(); ps.updateSettings();
BeamFormerTransposeKernel::Parameters params(ps); BeamFormerTransposeKernel::Parameters params(ps);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment