Commits

David Mehringer authored 71a6fe87cce
update docs

casatasks/xml/calmod.xml

Modified
44 44 <value type="string"/>
45 45 </param>
46 46 <param name="band" type="string">
47 47 <shortdescription>The receiver band for which the source structure is needed</shortdescription>
48 48 <description>A string representing the case-insensitive code of
49 49 the band for which the data are required. For the VLA,
50 50 supported codes are &quot;P&quot;, &quot;L&quot;, &quot;S&quot;, &quot;C&quot;, &quot;X&quot;, &quot;U&quot;, &quot;K&quot;, &quot;A&quot;, and &quot;Q&quot;.
51 51 </description>
52 52 <value type="string"/>
53 53 </param>
54 - <param name="obsdate" type="int">
54 + <param name="obsdate" type="any">
55 + <any type="variant"/>
55 56 <shortdescription>The observation date</shortdescription>
56 57 <description>
57 - The date for which to obtain the calibrator information, in MJD.
58 + The date for which to obtain the calibrator information. If numeric,
59 + is assumed to be an MJD. If a string, is assumed to be a date and must
60 + be of the form &quot;YYYY-MM-DD&quot;.
58 61 </description>
62 + <example>obsdate=59000</example>
63 + <example>obsdate=&quot;2020-05-31&quot;</example>
59 64 <value type="int">0</value>
60 65 </param>
61 - <param name="refdate" type="int">
62 - <shortdescription>The reference date in MJD after which new database entries will be ignored.</shortdescription>
66 + <param name="refdate" type="any">
67 + <any type="variant"/>
68 + <shortdescription>The reference date after which new database entries will be ignored.</shortdescription>
63 69 <description>
64 - The reference date in MJD after which new database entries will be ignored. Used to support
70 + The reference date after which new database entries will be ignored. If numeric,
71 + is assumed to be an MJD. If a string, is assumed to be a date and must
72 + be of the form &quot;YYYY-MM-DD&quot;. Used to support
65 73 historical reproducibility. A non-positive value will result in this parameter being ignored,
66 74 and the most recent entry will be used (which may be later than obsdate).
67 75 </description>
76 + <example>obsdate=59000</example>
77 + <example>obsdate=&quot;2020-05-31&quot;</example>
68 78 <value type="int">0</value>
69 79 </param>
70 80 <param name="hosts" type="stringVec">
71 81 <shortdescription>List of hostnames to use when querying the web service.</shortdescription>
72 82 <description>
73 83 List of hostnames to use when querying the web service. They will be queried in
74 84 order until a successful response is received.
75 85 </description>
76 86 <value type="stringVec"><value type="string">http://something.nrao.edu</value></value>
77 87 </param>
78 88 </input>
79 - <returns>void</returns></task>
89 + <returns type='void'/>
90 + <example>
91 + SEE TASK DESCRIPTION IN CASADOCS
92 + </example>
93 + </task>
80 94 </casaxml>

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

Add shortcut