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

Merge branch 'use-default-subband-300' into 'master'

Use subband 300 as the default to produce XSTs for

See merge request !883
parents bf72fbbe ce5b4346
No related branches found
No related tags found
1 merge request!883Use subband 300 as the default to produce XSTs for
......@@ -9,6 +9,7 @@
"properties": {
"subbands": {
"type": "array",
"default": [300],
"minItems": 0,
"maxItems": 7,
"items": {
......
......@@ -279,7 +279,7 @@ class ObservationField(LOFARDevice):
dtype=numpy.uint32,
)
except AttributeError:
return numpy.array([], dtype=numpy.uint32)
return numpy.array([300], dtype=numpy.uint32)
@attribute(
doc="The subband indices are increased with this index every interval, causing different subbands to be emitted.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment