View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Heliocentric Julian date converter

Guest wrote on Jun 15, 2006

Hi all,

Could somebody tell me how I can use IRAF to convert from HJD to JD?

Thanks!

Mike Fitzpatrick wrote on Jun 15, 2006

What is your starting point? HJD is the JD plus the light travel time to the Sun, but to compute that you need an ra and dec. The equations and code can be found in astutil$asttools/asthjd.x which you could recode as a CL script to find the light time and then just subtract. If you've got an image with RA and DEC (or just the information) the SETJD task will compute the JD for you.

Cheers,
-Mike

Last post on Jun 15, 2006