Commits

Takeshi Nakazato authored f939fe6dbe4
CAS-12431 eliminate tabs from vishead.xml
No tags

gcwrap/tasks/vishead.xml

Modified
30 30 <value></value>
31 31 <!--<value>add</value>
32 32 <value>del</value>-->
33 33 </allowed>
34 34 <value>summary</value>
35 35 <example>mode=''->'list'; mode='get'</example>
36 36 </param>
37 37
38 38 <param type="stringArray" name="listitems" subparam="true">
39 39 <description>items to list ([] for all)</description>
40 - <value type="stringArray">
41 - <value type="string">telescope</value>
42 - <value type="string">observer</value>
43 - <value type="string">project</value>
44 - <value type="string">field</value>
45 - <value type="string">freq_group_name</value>
46 - <value type="string">spw_name</value>
47 - <value type="string">schedule</value>
48 - <value type="string">schedule_type</value>
49 - <value type="string">release_date</value>
50 - </value>
40 + <value type="stringArray">
41 + <value type="string">telescope</value>
42 + <value type="string">observer</value>
43 + <value type="string">project</value>
44 + <value type="string">field</value>
45 + <value type="string">freq_group_name</value>
46 + <value type="string">spw_name</value>
47 + <value type="string">schedule</value>
48 + <value type="string">schedule_type</value>
49 + <value type="string">release_date</value>
50 + </value>
51 51 <example>listitems = ['field', 'ptcs']; see help for list of keywords</example>
52 52 </param>
53 53
54 54 <param type="string" name="hdkey" subparam="true">
55 55 <description>keyword to get/put</description>
56 56 <value type="stringArray"></value>
57 57 <example>hdkey='telescope'; see help for list of keywords</example>
58 58 </param>
59 59
60 60 <param type="string" name="hdindex" subparam="true">
66 66 <param type="any" name="hdvalue" subparam="true">
67 67 <any type="variant"/>
68 68 <description>value of hdkey</description>
69 69 <value type="string"></value>
70 70 <example>hdvalue=['VLA','BIMA']</example>
71 71 </param>
72 72
73 73 <constraints>
74 74 <when param="mode">
75 75 <equals type="string" value="list">
76 - <default param="listitems">
77 - <value type="stringArray">
78 - <value type="string">'telescope'</value>
79 - <value type="string">'observer'</value>
80 - <value type="string">'project'</value>
81 - <value type="string">'field'</value>
82 - <value type="string">'freq_group_name'</value>
83 - <value type="string">'spw_name'</value>
84 - <value type="string">'schedule'</value>
85 - <value type="string">'schedule_type'</value>
86 - <value type="string">'release_date'</value>
87 - </value>
88 - </default>
89 - </equals>
76 + <default param="listitems">
77 + <value type="stringArray">
78 + <value type="string">'telescope'</value>
79 + <value type="string">'observer'</value>
80 + <value type="string">'project'</value>
81 + <value type="string">'field'</value>
82 + <value type="string">'freq_group_name'</value>
83 + <value type="string">'spw_name'</value>
84 + <value type="string">'schedule'</value>
85 + <value type="string">'schedule_type'</value>
86 + <value type="string">'release_date'</value>
87 + </value>
88 + </default>
89 + </equals>
90 90 <equals type="string" value="summary"/>
91 91 <equals type="string" value="get">
92 92 <default param="hdkey"><value type="string"/></default>
93 93 <default param="hdindex"><value type="string"/></default>
94 94 </equals>
95 95 <equals type="string" value="put">
96 96 <default param="hdkey"><value type="string"/></default>
97 97 <default param="hdindex"><value type="string"/></default>
98 98 <default param="hdvalue"><value type="string"/></default>
99 99 </equals>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut