Skip to content
Snippets Groups Projects
Commit eab90623 authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

Merge branch 'master' into TMSS-960

parents 30cabf5e e89fdb86
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!553Resolve TMSS-960
......@@ -69,7 +69,7 @@ def calculateCobaltSettings(spec):
incoherent = None
clock = parset["Observation.sampleClock"]
constraints = BlockConstraints(corr, [coherent], [incoherent], clock)
constraints = BlockConstraints(corr, [coherent] if coherent else [], [incoherent] if incoherent else [], clock)
calculator = BlockSize(constraints)
return {'nrSubblocks': calculator.nrSubblocks, 'blockSize': calculator.blockSize,
......
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