From 40f17b83f24e587344d044089d35737c5ef3030a Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 24 Mar 2021 12:48:01 +0100 Subject: [PATCH] TMSS-690: Changed 'auto' rfi_strategy into 'HBAdefault' to be more explicit, as auto is not supported and was really HBAdefault in practice. --- .../schemas/UC1-scheduling-unit-observation-strategy.json | 6 +++--- ...ipeline-ingest-scheduling-unit-observation-strategy.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json index 96a9259301f..d1f940a3840 100644 --- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json +++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/UC1-scheduling-unit-observation-strategy.json @@ -115,7 +115,7 @@ "tags": [], "specifications_doc": { "flag": { - "rfi_strategy": "auto", + "rfi_strategy": "HBAdefault", "outerchannels": true, "autocorrelations": true }, @@ -138,7 +138,7 @@ "tags": [], "specifications_doc": { "flag": { - "rfi_strategy": "auto", + "rfi_strategy": "HBAdefault", "outerchannels": true, "autocorrelations": true }, @@ -176,7 +176,7 @@ "tags": [], "specifications_doc": { "flag": { - "rfi_strategy": "auto", + "rfi_strategy": "HBAdefault", "outerchannels": true, "autocorrelations": true }, diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/short-observation-pipeline-ingest-scheduling-unit-observation-strategy.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/short-observation-pipeline-ingest-scheduling-unit-observation-strategy.json index ac3277566c7..2df322cf770 100644 --- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/short-observation-pipeline-ingest-scheduling-unit-observation-strategy.json +++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/short-observation-pipeline-ingest-scheduling-unit-observation-strategy.json @@ -52,7 +52,7 @@ "tags": [], "specifications_doc": { "flag": { - "rfi_strategy": "auto", + "rfi_strategy": "HBAdefault", "outerchannels": true, "autocorrelations": true }, @@ -133,4 +133,4 @@ "name": "Tile Beam" } ] -} \ No newline at end of file +} -- GitLab