palPreces

Precession - either FK4 or FK5 as required

Description:

Precess coordinates using the appropriate system and epochs.

Invocation

void palPreces ( const char sys[3], double ep0, double ep1, double ra, double dc );

Arguments

sys = const char [3] (Given)
Precession to be applied: FK4 or FK5. Case insensitive.
ep0 = double (Given)
Starting epoch.
ep1 = double (Given)
Ending epoch
ra = double (Given & Returned)
On input the RA mean equator & equinox at epoch ep0. On exit the RA mean equator & equinox of epoch ep1.
dec = double (Given & Returned)
On input the dec mean equator & equinox at epoch ep0. On exit the dec mean equator & equinox of epoch ep1.

Notes: