Skip to content

Commit 1a5ef0d

Browse files
authored
Merge pull request #787 from ratt-ru/add_ssd2
Update parameters.json
2 parents 74c59e1 + 55e1484 commit 1a5ef0d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

stimela/cargo/cab/ddfacet/parameters.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,8 @@
914914
"choices": [
915915
"HMP",
916916
"Hogbom",
917-
"SSD",
917+
"SSD",
918+
"SSD2",
918919
"GAClean"
919920
]
920921
},
@@ -1101,6 +1102,13 @@
11011102
"required": false,
11021103
"name": "Hogbom-PolyFitOrder",
11031104
"dtype": "int"
1105+
},
1106+
{
1107+
"info": "SSD2_POLYFITORDER polynomial order for frequency fitting",
1108+
"default": 3,
1109+
"required": false,
1110+
"name": "SSD2-PolyFreqOrder",
1111+
"dtype": "int"
11041112
},
11051113
{
11061114
"info": "URL for the TensorflowServer, e.g. grpc://tensorflow.server.com:8888/",

0 commit comments

Comments
 (0)