SLA_MAP

Mean to Apparent

ACTION:
Transform star [α, δ] from mean place to geocentric apparent. The reference frames and time scales used are post IAU 1976.
CALL:
CALL sla_MAP (RM, DM, PR, PD, PX, RV, EQ, DATE, RA, DA)
GIVEN:

RM,DM

D

mean [α, δ] (radians)

PR,PD

D

proper motions: [α, δ] changes per Julian year

PX

D

parallax (arcsec)

RV

D

radial velocity (km s1, +ve if receding)

EQ

D

epoch and equinox of star data (Julian)

DATE

D

TDB for apparent place (JD2400000.5)


RETURNED:

RA,DA

D

apparent [α, δ] (radians)


NOTES:
(1)
EQ is the Julian epoch specifying both the reference frame and the epoch of the position – usually 2000. For positions where the epoch and equinox are different, use the routine sla_PM to apply proper motion corrections before using this routine.
(2)
The distinction between the required TDB and TT is always negligible. Moreover, for all but the most critical applications UTC is adequate.
(3)
The α proper motions are α̇ rather than α̇ cos δ, and are per year rather than per century.
(4)
This routine may be wasteful for some applications because it recomputes the Earth position/velocity and the precession-nutation matrix each time, and because it allows for parallax and proper motion. Where multiple transformations are to be carried out for one epoch, a faster method is to call the sla_MAPPA routine once and then either the sla_MAPQK routine (which includes parallax and proper motion) or sla_MAPQKZ (which assumes zero parallax and FK5 proper motion).
(5)
The accuracy, starting from ICRS star data, is limited to about 1 mas by the precession-nutation model used, SF2001. A different precession-nutation model can be introduced by using sla_MAPPA and sla_MAPQK (see the previous note) and replacing the precession-nutation matrix into the parameter array directly.
(6)
The accuracy is further limited by the routine sla_EVP, called by sla_MAPPA, which computes the Earth position and velocity using the methods of Stumpff. The maximum error is about 0.3 milliarcsecond.
REFERENCES:
(1)
1984 Astronomical Almanac, pp B39-B41.
(2)
Lederle & Schwan, 1984. Astr.Astrophys. 134, 1-6.