From d2535be6551374fd8df3cd67d7e4dcd942a4b7fa Mon Sep 17 00:00:00 2001 From: PaulHuwe Date: Mon, 7 Oct 2024 19:07:20 -0400 Subject: [PATCH 1/2] Initial commit. --- src/rad/resources/schemas/coordinates-1.0.0.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/rad/resources/schemas/coordinates-1.0.0.yaml b/src/rad/resources/schemas/coordinates-1.0.0.yaml index cc667a90..38e2581a 100644 --- a/src/rad/resources/schemas/coordinates-1.0.0.yaml +++ b/src/rad/resources/schemas/coordinates-1.0.0.yaml @@ -7,9 +7,10 @@ title: Name Of The Coordinate Reference Frame type: object properties: reference_frame: - title: Name of the Coordinate Reference Frame + title: Name of the Celestial Coordinate Reference Frame description: | - Name of the coordinate reference frame. + Name of the celestial coordinate reference frame used + for the World Coordinate System (WCS). type: string default: ICRS enum: [ICRS] From 7f8ad1bb3b61da7fba49f7a43253c68a34d43e17 Mon Sep 17 00:00:00 2001 From: PaulHuwe Date: Mon, 7 Oct 2024 19:22:20 -0400 Subject: [PATCH 2/2] Added changelog --- changes/467.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/467.misc.rst diff --git a/changes/467.misc.rst b/changes/467.misc.rst new file mode 100644 index 00000000..11a94f92 --- /dev/null +++ b/changes/467.misc.rst @@ -0,0 +1 @@ +Update ``coordinate`` schema descriptions