Description Usage Arguments Details Value Author(s) References See Also Examples
Convert geocentric (reduced) Julian date to heliocentric Julian date
1 |
date |
reduced Julian date (= JD - 2400000), scalar or vector |
ra,dec |
scalars giving right ascension and declination, in degrees |
B1950 |
If =FALSE, equinox is J2000, if =TRUE, equinox is B1950 (default = FALSE) |
time_diff |
If =TRUE, then the function returns the time difference (heliocentric JD - geocentric JD), in seconds (default=FALSE) |
This procedure correct for the extra light travel time between the Earth and the Sun. An online calculator for this quantity is available at http://www.physics.sfasu.edu/astro/javascript/hjd.html. Users requiring more precise calculations and documentation should look at the IDL code available at http://astroutils.astronomy.ohio-state.edu/time/. The algorithm here is from Henden and Kaitchuck (1982, p.114).
jdhelio |
heliocentric reduced Julian date (but see time_diff) |
Written by W. Landsman STX 1989
R adaptation by Arnab Chakraborty June 2013
Henden, A. A. and Kaitchuck, R. H., 1982, "Astronomical Photometry", Van Nostrand Reinhold
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.