From 03c85c739ab4bc1a639d146fc720b06835f10573 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Fri, 18 Apr 2025 11:46:40 +0200 Subject: [PATCH] L2SS-2294: Add pqr to etrs rotation matrix to metadata` --- README.md | 2 ++ tangostationcontrol/VERSION | 2 +- tangostationcontrol/devices/metadata.py | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c1bce9e..ae70cd452 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ Next change the version in the following places: through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags) # 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.48.2 rename antennafield_id * 0.48.1 Fix exposing correct triangle of XSTs in gRPC service diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 5c4503b70..564edf82d 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.49.0 +0.50.0 diff --git a/tangostationcontrol/devices/metadata.py b/tangostationcontrol/devices/metadata.py index d5a2601d4..20a132737 100644 --- a/tangostationcontrol/devices/metadata.py +++ b/tangostationcontrol/devices/metadata.py @@ -122,6 +122,7 @@ class Metadata(LOFARDevice): "RCU_PCB_version_R", "Antenna_Usage_Mask_R", "Antenna_Reference_ITRF_R", + "PQR_to_ETRS_rotation_matrix_R", "Frequency_Band_RW", "RCU_attenuator_dB_R", "RCU_DTH_on_R", @@ -136,6 +137,7 @@ class Metadata(LOFARDevice): "RCU_PCB_version_R", "Antenna_Usage_Mask_R", "Antenna_Reference_ITRF_R", + "PQR_to_ETRS_rotation_matrix_R", "Frequency_Band_RW", "RCU_attenuator_dB_R", "RCU_DTH_on_R", -- GitLab