Introduction | Reduction | Conversions | Dates | Display Image | Headers | Image Load | Image Save | Photometry |
Table of Contents
This package contains functions for determining parameters necessary for the calculation of the heliocentric Julian date.
EarthCoordinates[{h, m, s},{d, min, sec}] | x, y, z coordinates of the earth in a heliocentric coordinate system. |
SourceCoordinates[{h, m, s},{d, min, sec}] | x, y, z coordinates of the source object in a heliocentric coordinate system. |
Converting geocentric coordinates into heliocentric coordinates
HeliocentricRA[modjuldate] | The right ascension of the earth in a heliocentric coordinate system, given the modified Julian date. |
HeliocentricDEC[modjuldate] | The declination of the earth in a heliocentric coordinate system, given the modified Julian date. |
Calculating the heliocentric coordinates of the earth
This loads the package
In[1]:=
In[2]:=
Here are the heliocentric x, y, z coordinates of the earth
In[3]:=
Out[3]=
Here are the heliocentric x, y, z coordinates of a source object
In[4]:=
Out[4]=
Here is the right ascension of the earth in hours.
In[5]:=
Out[5]=
Here is the declination of the earth in degrees.
In[6]:=
Out[6]=
Created by Mathematica (October 24, 2004) |