Commits

Takahiro Tsutsumi authored 650d469eda6
Another typo fix
No tags

casatasks/xml/getephemtable.xml

Modified
35 35
36 36 </description>
37 37 <value type="bool">False</value>
38 38 </param>
39 39
40 40 <param type="string" name="timerange">
41 41 <shortdescription>time range of ephemeris data to be queried</shortdescription>
42 42 <description>Time range of ephemeris data to be queried.
43 43 Default: ''
44 44
45 - Standard CASA timerange specification(T0~T1),YY/MM/DD/hh:mm,
46 - or by Modified Julian date or Julian date if the string is prefixed by MJDorJD.
45 + Standard CASA timerange specification('T0~T1'),YY/MM/DD/hh:mm,
46 + or by Modified Julian date or Julian date if the string is prefixed by 'MJD' or 'JD'.
47 47
48 48 Examples:
49 49 timerange = '2023/09/01/20:45~2023/09/02/04:00'
50 50 (Note: Both start and end times need to be fully specified starting with YYYY
51 51 but hours or minutes can be omitted as long as the
52 52 start and stop times are distinguishable. The omitted hours or minutes are translated as '00')
53 - timerange = MJD 60175.1~60176.1'
53 + timerange = 'MJD 60175.1~60176.1'
54 54
55 55 </description>
56 56 <value type="string"/>
57 57 </param>
58 58
59 59 <param type="string" name="interval">
60 60 <shortdescription>Interval or step size of ephemeris data</shortdescription>
61 61 <description>Interval or step size of ephemeris data
62 62 Default: '1d'
63 63

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

Add shortcut