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 @@ ...@@ -9,6 +9,7 @@
"properties": { "properties": {
"subbands": { "subbands": {
"type": "array", "type": "array",
"default": [300],
"minItems": 0, "minItems": 0,
"maxItems": 7, "maxItems": 7,
"items": { "items": {
......
...@@ -279,7 +279,7 @@ class ObservationField(LOFARDevice): ...@@ -279,7 +279,7 @@ class ObservationField(LOFARDevice):
dtype=numpy.uint32, dtype=numpy.uint32,
) )
except AttributeError: except AttributeError:
return numpy.array([], dtype=numpy.uint32) return numpy.array([300], dtype=numpy.uint32)
@attribute( @attribute(
doc="The subband indices are increased with this index every interval, causing different subbands to be emitted.", 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