|
1 | 1 | { |
2 | | - "task": "ragavi", |
3 | | - "base": "stimela/ragavi", |
4 | | - "tag": "1.2.0", |
5 | | - "description": "Radio Astronomy Gain and Visibility Inspector", |
6 | | - "prefix": "--", |
7 | | - "binary": "ragavi", |
8 | | - "msdir": false, |
| 2 | + "task": "ragavi", |
| 3 | + "base": "stimela/ragavi", |
| 4 | + "tag": "1.2.3", |
| 5 | + "description": "Radio Astronomy Gain and Visibility Inspector", |
| 6 | + "prefix": "--", |
| 7 | + "binary": "ragavi-gains", |
| 8 | + "msdir": false, |
9 | 9 | "parameters": [ |
10 | 10 | { |
11 | | - "info": "Plot only this antenna, or comma-separated list of antennas. Default plots all", |
12 | | - "dtype": "str", |
13 | | - "required": false, |
| 11 | + "info": "Plot only this antenna, or comma-separated list of antennas. Default plots all", |
| 12 | + "dtype": "str", |
| 13 | + "required": false, |
14 | 14 | "name": "ant" |
15 | | - }, |
| 15 | + }, |
16 | 16 | { |
17 | | - "info": "Correlation index to plot (usually just 0 or 1)", |
18 | | - "dtype": "int", |
19 | | - "default": 0, |
20 | | - "required": false, |
| 17 | + "info": "Correlation index to plot (Defaults to all)", |
| 18 | + "dtype": "int", |
| 19 | + "required": false, |
21 | 20 | "name": "corr" |
22 | | - }, |
| 21 | + }, |
23 | 22 | { |
24 | | - "info": "Matplotlib colour map to use for antennas (default=coolwarm)", |
25 | | - "dtype": "str", |
26 | | - "default": "coolwarm", |
27 | | - "required": false, |
| 23 | + "info": "Matplotlib colour map to use for antennas (default=coolwarm)", |
| 24 | + "dtype": "str", |
| 25 | + "default": "coolwarm", |
| 26 | + "required": false, |
28 | 27 | "name": "cmap" |
29 | | - }, |
| 28 | + }, |
30 | 29 | { |
31 | | - "info": "Plot complex values as amp and phase (ap) or real and imag (ri)", |
32 | | - "name": "doplot", |
33 | | - "default": "ap", |
34 | | - "dtype": "str", |
35 | | - "required": false, |
| 30 | + "info": "Plot complex values as amp and phase (ap) or real and imag (ri)", |
| 31 | + "name": "doplot", |
| 32 | + "default": "ap", |
| 33 | + "dtype": "str", |
| 34 | + "required": false, |
36 | 35 | "choices": [ |
37 | | - "ap", |
| 36 | + "ap", |
38 | 37 | "ri" |
39 | 38 | ] |
40 | | - }, |
| 39 | + }, |
41 | 40 | { |
42 | | - "info": "Field ID to plot", |
| 41 | + "info": "Field ID to plot", |
43 | 42 | "dtype": [ |
44 | | - "list:str", |
| 43 | + "list:str", |
45 | 44 | "list:int" |
46 | | - ], |
47 | | - "required": true, |
| 45 | + ], |
| 46 | + "required": false, |
48 | 47 | "name": "field" |
49 | | - }, |
| 48 | + }, |
50 | 49 | { |
51 | | - "info": "The gain type of table(s) to be plotted. Options: ['B', 'F', 'G', 'K']", |
52 | | - "dtype": "list:str", |
53 | | - "required": true, |
54 | | - "name": "gaintype", |
55 | | - "choices" : ["B", "F", "G", "K"] |
56 | | - }, |
| 50 | + "info": "The gain type of table(s) to be plotted. Options: ['B', 'F', 'G', 'K']", |
| 51 | + "dtype": "list:str", |
| 52 | + "required": true, |
| 53 | + "name": "gaintype" |
| 54 | + }, |
57 | 55 | { |
58 | | - "info": "Output html file name", |
59 | | - "dtype": "str", |
60 | | - "required": false, |
61 | | - "name": "htmlname", |
| 56 | + "info": "Output html file name", |
| 57 | + "dtype": "str", |
| 58 | + "required": false, |
| 59 | + "name": "htmlname", |
62 | 60 | "io": "output" |
63 | | - }, |
| 61 | + }, |
64 | 62 | { |
65 | | - "info": "Output png/svg image file name", |
66 | | - "dtype": "str", |
67 | | - "required": false, |
68 | | - "name": "plotname", |
| 63 | + "info": "Output png/svg image file name", |
| 64 | + "dtype": "str", |
| 65 | + "required": false, |
| 66 | + "name": "plotname", |
69 | 67 | "io": "output" |
70 | | - }, |
| 68 | + }, |
71 | 69 | { |
72 | | - "info": "Gain table(s) to plot", |
73 | | - "dtype": "list:file", |
74 | | - "required": true, |
75 | | - "name": "table", |
| 70 | + "info": "Gain table(s) to plot", |
| 71 | + "dtype": "list:file", |
| 72 | + "required": true, |
| 73 | + "name": "table", |
76 | 74 | "io": "input" |
77 | | - }, |
| 75 | + }, |
78 | 76 | { |
79 | | - "info": "Minimum time to plot (default = full range)", |
80 | | - "dtype": "float", |
81 | | - "required": false, |
| 77 | + "info": "Minimum time to plot (default = full range)", |
| 78 | + "dtype": "float", |
| 79 | + "required": false, |
82 | 80 | "name": "t0" |
83 | | - }, |
| 81 | + }, |
84 | 82 | { |
85 | | - "info": "Maximum time to plot (default = full range)", |
86 | | - "dtype": "float", |
87 | | - "required": false, |
| 83 | + "info": "Maximum time to plot (default = full range)", |
| 84 | + "dtype": "float", |
| 85 | + "required": false, |
88 | 86 | "name": "t1" |
89 | | - }, |
| 87 | + }, |
90 | 88 | { |
91 | | - "info": "Minimum y-value to plot for upper panel (default=full range)", |
92 | | - "dtype": "float", |
93 | | - "required": false, |
94 | | - "name": "yu0" |
95 | | - }, |
| 89 | + "info": "SPECTRAL_WINDOW_ID or ddid number. Defaults to all", |
| 90 | + "dtype": "float", |
| 91 | + "required": false, |
| 92 | + "name": "ddid" |
| 93 | + }, |
96 | 94 | { |
97 | | - "info": "Maximum y-value to plot for upper panel (default=full range)", |
98 | | - "dtype": "float", |
99 | | - "required": false, |
100 | | - "name": "yu1" |
101 | | - }, |
102 | | - { |
103 | | - "info": "Minimum y-value to plot for lower panel (default=full range)", |
104 | | - "dtype": "float", |
105 | | - "required": false, |
106 | | - "name": "yl0" |
107 | | - }, |
108 | | - { |
109 | | - "info": "Maximum y-value to plot for lower panel (default=full range)", |
110 | | - "dtype": "float", |
111 | | - "required": false, |
112 | | - "name": "yl1" |
| 95 | + "info": "TAQL where clause", |
| 96 | + "dtype": "str", |
| 97 | + "required": false, |
| 98 | + "name": "taql" |
113 | 99 | } |
114 | 100 | ] |
115 | 101 | } |
0 commit comments