In the new 1.3.2pre6 version of Celestia, Chris added the ability to load the program without stars.dat (comment out the relevant line in the celestia.cfg). This creates an empty universe that one can then populate with one's own stcs.
To test it out, I installed Grant's nearstar2.zip collection of stc files, but Sol isn't included in them. So I tried adding it myself by adding this:
Code: Select all
100000 "Sol"
{
RA 0
Dec 0
Distance 0
SpectralType "G2V"
AppMag 5.4
}
(I guessed at the AppMag)
But this seems to make Celestia go a bit crazy. It claims that the parameters for Sol are:
Abs(App)mag: 1.#J (1.#J)
Luminosity: 1.#Rx Sun
Class: G2 V
Surface Temperature: 5,860 K
Radius: -1.#J Rsun
Rotation Period: 25.400 days
if I try actually going to Sol (using the G button), I end up going to random points scattered across the universe (some up to trillions of lightyears away!)
Does anyone have any idea what's going on? How can I just add Sol to this 'empty universe' in the position that it ought to be?