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

Fix typo in XST observation settings

parent 934eefb2
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ Next change the version in the following places:
# Release Notes
* 0.30.2-2 Fix typo in parsing XST observation settings
* 0.30.2 Add XST/SST settings to Observation specifications
Fixed dimensionality of xst.FPGA_subband_select_R(W)
* 0.30.1 Remove deprecated FPGA_beamlet_output_nof_beamlets
......
......@@ -77,7 +77,7 @@ class ObservationFieldSettings(_ConfigurationBase):
if self.SST is not None:
yield "SST", dict(self.SST)
if self.XST is not None:
yield "SST", dict(self.XST)
yield "XST", dict(self.XST)
@staticmethod
def to_object(json_dct) -> "ObservationFieldSettings":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment