From 4ba49635170f554acfc875f67936a820204ba152 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 4 Sep 2025 16:52:01 +0200 Subject: [PATCH 1/4] Add itrs to AllowedUvwFrames --- src/xradio/measurement_set/schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xradio/measurement_set/schema.py b/src/xradio/measurement_set/schema.py index 89798188..723a143b 100644 --- a/src/xradio/measurement_set/schema.py +++ b/src/xradio/measurement_set/schema.py @@ -841,6 +841,7 @@ class WeightArray: AllowedUvwFrames = Literal[ "fk5", "icrs", + "itrs", "APP", # "apparent geocentric position", used in WSRT datasets ] From 8365e3710f7329628c1359e86e42c25ec2c37e95 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 4 Sep 2025 17:03:22 +0200 Subject: [PATCH 2/4] Update schemas/VisibilityXds.json --- schemas/VisibilityXds.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/VisibilityXds.json b/schemas/VisibilityXds.json index 9f0ebbd1..1c1aa3f4 100644 --- a/schemas/VisibilityXds.json +++ b/schemas/VisibilityXds.json @@ -2151,6 +2151,7 @@ "literal": [ "fk5", "icrs", + "itrs", "APP" ], "name": "frame", From 93b9a35033b168251b839bb70702d23b1f0a524c Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Fri, 5 Sep 2025 08:11:59 +0200 Subject: [PATCH 3/4] bump ci --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 00000000..e69de29b From 1b257f2201d6f24f7a62cea4ed96a41d78d15ee6 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Fri, 5 Sep 2025 08:12:03 +0200 Subject: [PATCH 4/4] Revert "bump ci" This reverts commit 93b9a35033b168251b839bb70702d23b1f0a524c. --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 hello.txt diff --git a/hello.txt b/hello.txt deleted file mode 100644 index e69de29b..00000000