Skip to content

Commit

Permalink
Fix trailing commas that make json 'invalid'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulan-94 committed Oct 26, 2022
1 parent 36da8af commit 40e346a
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion stimela/cargo/cab/msutils/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "outfile",
"io": "output",
"dtype": "file",
"check_io": false,
"check_io": false
},
{
"info": "Display MS summary to stdout",
Expand Down
4 changes: 2 additions & 2 deletions stimela/cargo/cab/ragavi/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"info": "Y-axes to plot, either amplitude & phase (ap) or real and imaginary (ri) or (all). Defaults to ap.",
"name": "doplot",
"dtype": "str",
"required": false,
"required": false
},
{
"info": "Field ID(s) / NAME(s) to plot. Defaults to all",
Expand Down Expand Up @@ -84,7 +84,7 @@
"info": "Choose an x-axis for the plots, otherwise an appropriate one will be chosen automatically.",
"dtype": "str",
"required": false,
"name": "xaxis",
"name": "xaxis"
},
{
"info": "Choose an x-axis for the plots, otherwise an appropriate one will be chosen automatically. Deprecated alias for xaxis.",
Expand Down
4 changes: 2 additions & 2 deletions stimela/cargo/cab/ragavi_vis/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"info": "Set height of the resulting image.",
"dtype": "int",
"required": false,
"name": "canvas-height",
"name": "canvas-height"
},
{
"info": "Set width of the resulting image.",
"dtype": "int",
"required": false,
"name": "canvas-width",
"name": "canvas-width"
},
{
"info": "Size of channel bins over which to average.",
Expand Down
Loading

0 comments on commit 40e346a

Please sign in to comment.