@@ -13,8 +13,6 @@ obtain the Earth ephemeris, CIP/CIO and refraction constants.
1313The parameters produced by this function are required in the
1414parallax, light deflection, aberration, and bias-precession-nutation
1515parts of the ICRS/CIRS transformations.
16- SOFA (Standards of Fundamental Astronomy) software collection.
17-
1816
1917## Given:
2018```
@@ -33,7 +31,7 @@ SOFA (Standards of Fundamental Astronomy) software collection.
3331
3432## Returned:
3533```
36- astrom iauASTROM * star-independent astrometry parameters:
34+ astrom ASTROM * star-independent astrometry parameters:
3735 pmt double PM time interval (SSB, Julian years)
3836 eb double[3] SSB to observer (vector, au)
3937 eh double[3] Sun to observer (unit vector)
@@ -71,14 +69,14 @@ SOFA (Standards of Fundamental Astronomy) software collection.
7169 present function is that the JD day represents UTC days whether
7270 the length is 86399, 86400 or 86401 SI seconds.
7371
74- Applications should use the function iauDtf2d to convert from
72+ Applications should use the function [ iauDtf2d] [ 1 ] to convert from
7573 calendar date and time of day into 2-part quasi Julian Date, as
7674 it implements the leap-second-ambiguity convention just
7775 described.
7876
79772 ) The warning status "dubious year" flags UTCs that predate the
8078 introduction of the time scale or that are too far in the
81- future to be trusted. See iauDat for further details.
79+ future to be trusted. See [ iauDat] [ 2 ] for further details.
8280
83813 ) UT1-UTC is tabulated in IERS bulletins. It increases by exactly
8482 one second at the end of each positive UTC leap second,
@@ -132,7 +130,7 @@ SOFA (Standards of Fundamental Astronomy) software collection.
132130
1331319 ) In cases where the caller wishes to supply his own Earth
134132 ephemeris, Earth rotation information and refraction constants,
135- the function iauApco can be used instead of the present function.
133+ the function [ iauApco] [ 3 ] can be used instead of the present function.
136134
13713510 ) This is one of several functions that inserts into the astrom
138136 structure star-independent parameters needed for the chain of
@@ -164,7 +162,7 @@ SOFA (Standards of Fundamental Astronomy) software collection.
164162```
165163
16616411 ) The context structure astrom produced by this function is used
167- by iauAtioq, iauAtoiq, iauAtciq* and iauAticq* .
165+ by [ iauAtioq] [ 15 ] , [ iauAtoiq] [ 16 ] , [ iauAtciq] [ 17 ] * and [ iauAticq] [ 18 ] * .
168166
169167## Called:
170168```
@@ -186,4 +184,12 @@ This revision: 2013 December 5
186184
187185SOFA release 2018-01-30
188186
189- Copyright (C) 2018 IAU SOFA Board.
187+ Copyright (C) 2018 IAU SOFA Board.
188+
189+ [ 1 ] : iau.dtf2d.md
190+ [ 2 ] : iau.dat.md
191+ [ 3 ] : iau.apco.md
192+ [ 15 ] : iau.atioq.md
193+ [ 16 ] : iau.atoiq.md
194+ [ 17 ] : iau.atciq.md
195+ [ 18 ] : iau.aticq.md
0 commit comments