Skip to content

Commit

Permalink
Merge pull request #787 from ratt-ru/add_ssd2
Browse files Browse the repository at this point in the history
Update parameters.json
  • Loading branch information
SpheMakh authored Jun 12, 2024
2 parents 74c59e1 + 55e1484 commit 1a5ef0d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion stimela/cargo/cab/ddfacet/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,8 @@
"choices": [
"HMP",
"Hogbom",
"SSD",
"SSD",
"SSD2",
"GAClean"
]
},
Expand Down Expand Up @@ -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/",
Expand Down

0 comments on commit 1a5ef0d

Please sign in to comment.