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

Use subband 300 as the default to produce XSTs for

parent bf72fbbe
Branches
Tags
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