From 765c1af951c1bec207acc9f8b41171e82ed84556 Mon Sep 17 00:00:00 2001 From: PaulHuwe Date: Thu, 13 Feb 2025 12:36:06 -0500 Subject: [PATCH 1/3] Initial changes --- src/rad/resources/schemas/exposure-1.0.0.yaml | 6 +++--- src/rad/resources/schemas/program-1.0.0.yaml | 2 +- src/rad/resources/schemas/visit-1.0.0.yaml | 2 +- src/rad/resources/schemas/wfi_mode-1.0.0.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/rad/resources/schemas/exposure-1.0.0.yaml b/src/rad/resources/schemas/exposure-1.0.0.yaml index 22cc430a..59e395f2 100644 --- a/src/rad/resources/schemas/exposure-1.0.0.yaml +++ b/src/rad/resources/schemas/exposure-1.0.0.yaml @@ -15,7 +15,7 @@ properties: sdf: special_processing: VALUE_REQUIRED source: - origin: TBD + origin: PSS:dms_visit.template maxLength: 25 archive_catalog: datatype: nvarchar(25) @@ -85,7 +85,7 @@ properties: sdf: special_processing: VALUE_REQUIRED source: - origin: TBD + origin: PSS:observation_specification.multi_accum_resultant archive_catalog: datatype: int destination: [WFIExposure.exposure_nresultants, GuideWindow.exposure_nresultants, WFICommon.exposure_nresultants] @@ -156,7 +156,7 @@ properties: sdf: special_processing: VALUE_REQUIRED source: - origin: PSS:dms_visit.multi_accum_table_name + origin: PSS:observation_specification.multi_accum_table_name maxLength: 50 archive_catalog: datatype: nvarchar(50) diff --git a/src/rad/resources/schemas/program-1.0.0.yaml b/src/rad/resources/schemas/program-1.0.0.yaml index 7d07e4e5..4e8d86a0 100644 --- a/src/rad/resources/schemas/program-1.0.0.yaml +++ b/src/rad/resources/schemas/program-1.0.0.yaml @@ -14,7 +14,7 @@ properties: sdf: special_processing: VALUE_REQUIRED source: - origin: PSS:dms_program.title + origin: PSS:dms_visit.template maxLength: 200 archive_catalog: datatype: nvarchar(200) diff --git a/src/rad/resources/schemas/visit-1.0.0.yaml b/src/rad/resources/schemas/visit-1.0.0.yaml index 184d774f..be7107f5 100644 --- a/src/rad/resources/schemas/visit-1.0.0.yaml +++ b/src/rad/resources/schemas/visit-1.0.0.yaml @@ -38,7 +38,7 @@ properties: sdf: special_processing: VALUE_REQUIRED source: - origin: TBD + origin: PSS:dms_visit.subpixel_dither_type maxLength: 100 archive_catalog: datatype: nvarchar(100) diff --git a/src/rad/resources/schemas/wfi_mode-1.0.0.yaml b/src/rad/resources/schemas/wfi_mode-1.0.0.yaml index 159c19e1..c9caeb6b 100644 --- a/src/rad/resources/schemas/wfi_mode-1.0.0.yaml +++ b/src/rad/resources/schemas/wfi_mode-1.0.0.yaml @@ -47,7 +47,7 @@ properties: sdf: special_processing: VALUE_REQUIRED source: - origin: TBD + origin: PSS:dms_visit.optical_element maxLength: 20 archive_catalog: datatype: nvarchar(20) From 1de486ffcb74c26b117a108af57b3c31c36a375a Mon Sep 17 00:00:00 2001 From: PaulHuwe Date: Thu, 13 Feb 2025 12:48:22 -0500 Subject: [PATCH 2/3] Added changelog. --- changes/544.misc.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/544.misc.rst diff --git a/changes/544.misc.rst b/changes/544.misc.rst new file mode 100644 index 00000000..1ac33fa4 --- /dev/null +++ b/changes/544.misc.rst @@ -0,0 +1,2 @@ +Adjust the RSDP origins for several keywords. + From 77fd7eae6b71ff017c31ca5ab5f6781febb71e05 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:48:46 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- changes/544.misc.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/changes/544.misc.rst b/changes/544.misc.rst index 1ac33fa4..ea613376 100644 --- a/changes/544.misc.rst +++ b/changes/544.misc.rst @@ -1,2 +1 @@ Adjust the RSDP origins for several keywords. -