I’ve recently created a telescope rotation scheme (equatorial mount) in my SpaceNav plugin.
I’ve also included Right Ascension (time) and Declination (angle) and Sidereal time in my readout.
Yaw rotates along RA, Pitch rotates along declination.
Telescope heading is the same direction as from Earth’s center through that meridian.
Telescope pitch is the same as declination, the direction from Earth’s center through that latitude.
Right Ascension longitude is the longitude that points in the Celestial +x direction.
Right Ascension 0000hrs means longitude in question points in the Celestial +x direction.
Finding Neo
I’ve added Neowise 2020 comet (as a big orange ball.) I’ve converted its polar RA/declination/distance to Cartesian xyz, then every frame transform that ICRF to Earth Fixed. Its distance is correct, but since it is around 100 giga meters away (Sun is 150 giga meters away) I just made it as large as the Sun so you can see it easily. (A 5000 meter radius would be very very tiny on the screen, it’s visible in real life due to the tails not it’s size/distance combo.)
I was going to try to add the 3D buildings as in Cesium Sandcastle
but didn’t get around to it. The video seems darker in YouTube than when I recorded it. I should probably reduce the alpha on the console dropdown in the future.
Compass arrows
I’ve added some celestial compasses to my plugin:
2 for Sun centered Ecliptic coordinate system - Wikipedia
Ecliptic (celes) +z arrow (solar system normal, 23.4 deg dif from Earth’s spin axis for the entire year)
Ecliptic (celes) +x arrow (Earth to Sun direction during vernal equinox)
2 for Earth centered non-spinning International Celestial Reference System and its realizations - Wikipedia
International Celestial Reference System and its realizations - Wikipedia
ICRF +z arrow (Earth’s spin axis, pointing up, same as EF+z)
ICRF +x arrow (rotates around same plane as EF x arrow in the opposite direction to negate the spin) (not shown in video)
2 for Earth centered spinning Earth-centered, Earth-fixed coordinate system - Wikipedia
EF +z arrow (Earth’s spin axis, pointing up)
EF +x arrow (from Earth Center to 0long, 0lati, spins around axis)
The Earth’s spin axis points in the same direction relative to distant stars throughout the year (it does move, however very slightly over 10s of 1000s of years due to precession, and extremely slightly due to nutations) +z away from the Sun at Winter solstice, +z toward the Sun at Summer solstice.
Interesting side fact: it takes 7 minutes for the earth to orbit a distance of it’s own diameter(same amount of time for Sun light to reach the Earth.) That seems crazy slow when its orbit radius is around 150 giga meters! I had always imagined the Earth orbiting at least 1 diameter per second, if not more! There are 525960 minutes/year, so around 75137 diameter-long-circumference to traverse. Well, it’s got all year at 24/7 to do it. If you think that’s slow, Jupiter’s orbit speed is less than half that of Earth’s! (BTW by orbit speed I mean distance along the circumference, not angular orbit speed.)
Following planets from Earth
First video since adding planets. Interesting how a pair of planets move across the night sky due to Earth’s spin.
Solar system side view
I’ll make a Solar system top view when I figure out a good way to do it. I want to include all planets, but including the far away ice giants makes the 4 inner orbits very small on the screen and I want to retain actual orbit sizes. Perhaps an oblique view…
Solar system oblique view (~30deg)