When you select an asteroid, all its names are displayed at the top of the screen, and the asteroid is positioned with the first name.
An example from the asteroids database Project "Celestia Origin":
Code: Select all
"600 Musa:Musa:1906 UM:1950 RC:1953 GC2" "Sol"
The upgraded asteroids database contains 3 alternative variants of the first line:
Code: Select all
#1_"600 Musa:Musa:1906 UM:1950 RC:1953 GC2" "Sol" #1=
#2_"*Муза:600 Musa:Musa:1906 UM" "Sol" #2=
#3_"1906 UM:*Муза:600 Musa:Musa" "Sol" #3=
#4_".:Musa:600 Musa:1906 UM" "Sol" #4=
Note. # 1_, # 2_, # 3, # 4 are blocking signatures.
The base of asteroids becomes operational when any blocking signature is removed. Example with deletion of signature # 4_:
Code: Select all
#1_"600 Musa:Musa:1906 UM:1950 RC:1953 GC2" "Sol" #1=
#2_"*Муза:600 Musa:Musa:1906 UM" "Sol" #2=
#3_"1906 UM:*Муза:600 Musa:Musa" "Sol" #3=
".:Musa:600 Musa:1906 UM" "Sol" #4=
This screenshot shows the entire collection of asteroids "Celestia Origin" (>3500 asteroids)!
If you click on any point, a list of asteroids will appear at the top of the screen and the orbit of the selected asteroid will be displayed.
In the attachment, there are 6 files (asteroids_modern.zip) with different variants of locking the declaration declaration line:
asteroids0.txt is a file-matrix, which created varieties of modernized asteroids
asteroids1.ss_ - base with remote blocking signature # 1_
asteroids2.ss_ - base with remote blocking signature # 2_
asteroids3.ss_ - base with remote blocking signature # 3_
asteroids4.ss_ - base with remote blocking signature # 4_
asteroids5.ss_ - base with remote blocking signature # 4_ with replacement of the next three characters ". : on by a sign" (double quote)
Note. To make the upgraded database workable, you need to replace the file extension (ss_ with ssc) in one of the files.
To be continued...
See the update from 10/27/2018 at the link:
https://celestia.space/forum/viewtopic.php?p=140718#p140718