If you look at the list of asteroids on the site
https://en.wikipedia.org/wiki/List_of_minor_planets:_1–1000#001,
then each record has the color designation of an asteroid belonging to a certain class of orbits:
In the official NASA database on asteroids and comets
https://ssd.jpl.nasa.gov/sbdb_query.cgi there is even more detailed asteroids in the class of orbits:
Celestia 1.6.1 has the following options:
"SpectralType" class "Star"
"Type" for a class of "Galaxy"
"Type" for class "Locations"
I suggest to include the parameter "TypeOrbit" for 1.7.0
Advantages (additional service):
1) With this parameter, you can group asteroids in the Celestial catalog.
2) In the graphical interface, this parameter can be specified in the information panel Kepler parameters:
3) This option will simplify the management of the visibility of asteroids using lua-files. If now you need a list of asteroids in the Luau file, if you have the option, you just need to specify the orbit type. When creating new asteroids lua-files do not need to be edited.
Class of orbits - "TypeOrbit"
-
Topic authorCroc
- Forum Admin
- Posts: 437
- Joined: 10.08.2016
- With us: 8 years 3 months
- Location: Udomlya, Tver region, Russia
Class of orbits - "TypeOrbit"
Creator of the GUI "Lua Universal Tools"
25/V/1947 - 30/III/2019
25/V/1947 - 30/III/2019
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
the orbit color can be set in the ssc , by using the " OrbitColor" option
for example , Io
for example , Io
Code: Select all
Replace "Io" "Sol/Jupiter"
{
Texture "Io.ctx"
NormalMap "IoNormal.ctx"
NightTexture "IoNight.png"
SemiAxes [ 1829.4 1819.3 1815.7 ]
OrbitColor [ 0.5 0.2 0.2 ]
Timeline
- FarGetaNik
- Posts: 484
- Joined: 05.06.2012
- With us: 12 years 5 months
- Location: Germany
I think an "OrbitType" parameter would be useful. I am using different orbit colors for different minor objects (classical asteroids vs transneptunian; but mostly for groups of irregular satellites). It is a pain to color the orbit of every single object after you decide to change the color of that class, so an orbit type might help there.
Also the solar system browser would benefit, I hate it when everything is scattered around there even if sorted by object type. Sorting by orbit type would make it easier again.
Also the solar system browser would benefit, I hate it when everything is scattered around there even if sorted by object type. Sorting by orbit type would make it easier again.