Description Usage Arguments Value Examples
Apparent equatorial coordinates of a celestial body
1 | apparent_equatorial_position(jd, celestial_body)
|
jd |
Julian day |
celestial_body |
celestial_body name as string: mercury, venus, mars, jupyter, saturn, moon, sun... |
Equatorial coordinates
declination Declination in degrees
right_ascension Right ascension in hour angle
distance Distance to Earth (planet or moon)
illuminated_fraction Illuminated fraction of the disk of a planet or moon (planet or moon)
apparent_magnitude apparent magnitude (planet or moon)
#'
1 2 | jd<-julian_day(13.19,11,2028)
apparent_equatorial_position_planet(jd,"venus")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.