From 7cad4c16160176319fe64be3f7416ef3cf881158 Mon Sep 17 00:00:00 2001 From: Vidushi-GitHub Date: Tue, 28 May 2024 12:36:09 -0400 Subject: [PATCH 1/3] pointing schema: rename (ra, dec) --- gcn/notices/core/Pointing.example.json | 4 ++-- gcn/notices/core/Pointing.schema.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcn/notices/core/Pointing.example.json b/gcn/notices/core/Pointing.example.json index 34628db0..fcdca98b 100644 --- a/gcn/notices/core/Pointing.example.json +++ b/gcn/notices/core/Pointing.example.json @@ -1,7 +1,7 @@ { "$schema": "https://gcn.nasa.gov/schema/main/gcn/notices/core/Pointing.schema.json", - "ra": 120.5, - "dec": 30.2, + "ra_pointing": 120.5, + "dec_pointing": 30.2, "roll": -12.8, "position_angle": 23.7, "attitude_quarternion": [0.2, 0.3, 0.4, 0.5], diff --git a/gcn/notices/core/Pointing.schema.json b/gcn/notices/core/Pointing.schema.json index 09a47504..3891924d 100644 --- a/gcn/notices/core/Pointing.schema.json +++ b/gcn/notices/core/Pointing.schema.json @@ -6,11 +6,11 @@ "$comment": "Providers should $ref this schema directly but Attitudes.schema.json instead.", "type": "object", "properties": { - "ra": { + "ra_pointing": { "type": "number", "description": "RA pointing of the instrument Z axis" }, - "dec": { + "dec_pointing": { "type": "number", "description": "Dec pointing of the instrument Z axis" }, From 5a293d2f84f8dba93cffc8eca5a2802440721991 Mon Sep 17 00:00:00 2001 From: Vidushi Sharma <103223246+Vidushi-GitHub@users.noreply.github.com> Date: Fri, 31 May 2024 12:26:30 -0400 Subject: [PATCH 2/3] Update gcn/notices/core/Pointing.schema.json --- gcn/notices/core/Pointing.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcn/notices/core/Pointing.schema.json b/gcn/notices/core/Pointing.schema.json index 3891924d..f2eff153 100644 --- a/gcn/notices/core/Pointing.schema.json +++ b/gcn/notices/core/Pointing.schema.json @@ -8,7 +8,7 @@ "properties": { "ra_pointing": { "type": "number", - "description": "RA pointing of the instrument Z axis" + "description": "RA pointing of the instrument Z axis. ICRS declination [deg], utilizes the J2000 epoch and an equatorial coordinate system." }, "dec_pointing": { "type": "number", From 23bcd315ccac0ac821aad1294db08b5a72d4a76c Mon Sep 17 00:00:00 2001 From: Vidushi Sharma <103223246+Vidushi-GitHub@users.noreply.github.com> Date: Fri, 31 May 2024 12:26:43 -0400 Subject: [PATCH 3/3] Update gcn/notices/core/Pointing.schema.json --- gcn/notices/core/Pointing.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcn/notices/core/Pointing.schema.json b/gcn/notices/core/Pointing.schema.json index f2eff153..a020c5d9 100644 --- a/gcn/notices/core/Pointing.schema.json +++ b/gcn/notices/core/Pointing.schema.json @@ -12,7 +12,7 @@ }, "dec_pointing": { "type": "number", - "description": "Dec pointing of the instrument Z axis" + "description": "Dec pointing of the instrument Z axis. ICRS declination [deg], utilizes the J2000 epoch and an equatorial coordinate system." }, "roll": { "type": "number",