We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c59e1 + 55e1484 commit 1a5ef0dCopy full SHA for 1a5ef0d
1 file changed
stimela/cargo/cab/ddfacet/parameters.json
@@ -914,7 +914,8 @@
914
"choices": [
915
"HMP",
916
"Hogbom",
917
- "SSD",
+ "SSD",
918
+ "SSD2",
919
"GAClean"
920
]
921
},
@@ -1101,6 +1102,13 @@
1101
1102
"required": false,
1103
"name": "Hogbom-PolyFitOrder",
1104
"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"
1112
1113
{
1114
"info": "URL for the TensorflowServer, e.g. grpc://tensorflow.server.com:8888/",
0 commit comments