From 1f24c3887627b7b98d921298ea617f77c5ef1dae Mon Sep 17 00:00:00 2001 From: Athanaseus Javas Ramaila Date: Sun, 3 Sep 2023 23:08:31 +0200 Subject: [PATCH] Update parameters.json --- stimela/cargo/cab/ddfacet/parameters.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/stimela/cargo/cab/ddfacet/parameters.json b/stimela/cargo/cab/ddfacet/parameters.json index 7a755b00..b3f54046 100644 --- a/stimela/cargo/cab/ddfacet/parameters.json +++ b/stimela/cargo/cab/ddfacet/parameters.json @@ -914,7 +914,8 @@ "choices": [ "HMP", "Hogbom", - "SSD", + "SSD", + "SSD2", "GAClean" ] }, @@ -1101,6 +1102,13 @@ "required": false, "name": "Hogbom-PolyFitOrder", "dtype": "int" + }, + { + "info": "SSD2_POLYFITORDER polynomial order for frequency fitting", + "default": 3, + "required": false, + "name": "SSD2-PolyFreqOrder", + "dtype": "int" }, { "info": "URL for the TensorflowServer, e.g. grpc://tensorflow.server.com:8888/",