Skip to content

Commit efaec62

Browse files
authored
Merge branch 'master' into wsclean_update
2 parents 9aece44 + 1b9526a commit efaec62

5 files changed

Lines changed: 79 additions & 79 deletions

File tree

stimela/cargo/cab/msutils/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"name": "outfile",
4949
"io": "output",
5050
"dtype": "file",
51-
"check_io": false,
51+
"check_io": false
5252
},
5353
{
5454
"info": "Display MS summary to stdout",

stimela/cargo/cab/ragavi/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"info": "Y-axes to plot, either amplitude & phase (ap) or real and imaginary (ri) or (all). Defaults to ap.",
5151
"name": "doplot",
5252
"dtype": "str",
53-
"required": false,
53+
"required": false
5454
},
5555
{
5656
"info": "Field ID(s) / NAME(s) to plot. Defaults to all",
@@ -84,7 +84,7 @@
8484
"info": "Choose an x-axis for the plots, otherwise an appropriate one will be chosen automatically.",
8585
"dtype": "str",
8686
"required": false,
87-
"name": "xaxis",
87+
"name": "xaxis"
8888
},
8989
{
9090
"info": "Choose an x-axis for the plots, otherwise an appropriate one will be chosen automatically. Deprecated alias for xaxis.",

stimela/cargo/cab/ragavi_vis/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"info": "Set height of the resulting image.",
6161
"dtype": "int",
6262
"required": false,
63-
"name": "canvas-height",
63+
"name": "canvas-height"
6464
},
6565
{
6666
"info": "Set width of the resulting image.",
6767
"dtype": "int",
6868
"required": false,
69-
"name": "canvas-width",
69+
"name": "canvas-width"
7070
},
7171
{
7272
"info": "Size of channel bins over which to average.",

0 commit comments

Comments
 (0)