Last active
March 10, 2016 01:46
-
-
Save jordanorelli/b6f74daae7e38b5f4a55 to your computer and use it in GitHub Desktop.
planetarium notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SYNTAX Example | |
# Set the orbit color of the 100 brightest satellites to blue: | |
100Brightest.prop.OrbitColor 0.0 0.0 0.0 1.0 | |
# ------------------------------------------------------------------------------ | |
# Chicxulub crater coordinates | |
# (use negative for west longitutde) | |
# 21.4000° N, 89.5167° W | |
# impact object was 10–15 km (6–9 mi) | |
# add to profile: | |
# /Solar System/Satellites/Earth Satellites/Communication/Geostationary | |
# Geostationary | |
# (it's in the Earth Satellites package) | |
# All have orbits within the orbit of Jupiter. | |
# make potentially hazardous asteroids more visible | |
PotentiallyHazardousAsteroids.prop.PointSize 2 | |
# show lines to the solar system plane | |
PotentiallyHazardousAsteroids.prop.PlaneIntersect true | |
# 1566 Icarus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment