Skip to content
Snippets Groups Projects
Commit 03c85c73 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-2294: Add pqr to etrs rotation matrix to metadata`

parent ea75f0d5
Branches
No related tags found
1 merge request!1083L2SS-2294: Add pqr to etrs rotation matrix to metadata`
...@@ -150,6 +150,8 @@ Next change the version in the following places: ...@@ -150,6 +150,8 @@ Next change the version in the following places:
through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags) through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags)
# Release Notes # Release Notes
* 0.50.0 Add pqr to etrs rotation matrix to metadata
* 0.49.0 Add Station service to control station state to gRPC server * 0.49.0 Add Station service to control station state to gRPC server
* 0.48.2 rename antennafield_id * 0.48.2 rename antennafield_id
* 0.48.1 Fix exposing correct triangle of XSTs in gRPC service * 0.48.1 Fix exposing correct triangle of XSTs in gRPC service
......
0.49.0 0.50.0
...@@ -122,6 +122,7 @@ class Metadata(LOFARDevice): ...@@ -122,6 +122,7 @@ class Metadata(LOFARDevice):
"RCU_PCB_version_R", "RCU_PCB_version_R",
"Antenna_Usage_Mask_R", "Antenna_Usage_Mask_R",
"Antenna_Reference_ITRF_R", "Antenna_Reference_ITRF_R",
"PQR_to_ETRS_rotation_matrix_R",
"Frequency_Band_RW", "Frequency_Band_RW",
"RCU_attenuator_dB_R", "RCU_attenuator_dB_R",
"RCU_DTH_on_R", "RCU_DTH_on_R",
...@@ -136,6 +137,7 @@ class Metadata(LOFARDevice): ...@@ -136,6 +137,7 @@ class Metadata(LOFARDevice):
"RCU_PCB_version_R", "RCU_PCB_version_R",
"Antenna_Usage_Mask_R", "Antenna_Usage_Mask_R",
"Antenna_Reference_ITRF_R", "Antenna_Reference_ITRF_R",
"PQR_to_ETRS_rotation_matrix_R",
"Frequency_Band_RW", "Frequency_Band_RW",
"RCU_attenuator_dB_R", "RCU_attenuator_dB_R",
"RCU_DTH_on_R", "RCU_DTH_on_R",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment