How do I create my own star and put it into celestia. Or can anyone give me a freeware program that creates stars ?
Thanks very much
Mr Noob

Code: Select all
21932 "Gliese 176:HD 285968:TYC 1275-3034-1:Ross 33"
{
RA 70.7324033
Dec +18.9581714
Distance 30.70836 # Parallax 106.16
SpectralType "M3V"
AppMag 9.97
}
Code: Select all
Barycenter "Rigel Kentaurus:Toliman:ALF Cen:Gliese 559"
{
RA 219.917516 # mass ratio 1.09:0.92
Dec -60.837128 #
Distance 4.365
}
71683 # ALF Cen A
{
OrbitBarycenter "ALF Cen"
SpectralType "G2V"
AppMag 0.01
EllipticalOrbit {
Period 79.914
SemiMajorAxis 10.765 # mass ratio 1.09:0.92
Eccentricity 0.5179
Inclination 82.986
AscendingNode 67.726
ArgOfPericenter 3.772
MeanAnomaly 200.119
}
}
71681 # ALF cen B
{
OrbitBarycenter "ALF Cen"
SpectralType "K0V"
AppMag 1.34
EllipticalOrbit {
Period 79.914
SemiMajorAxis 12.755 # mass ratio 1.09:0.92
Eccentricity 0.5179
Inclination 82.986
AscendingNode 67.726
ArgOfPericenter 183.772
MeanAnomaly 200.119
}
}
fsgregs wrote:Hi everyone:
I have been trying to drop a new texture onto an existing star (Gliese 581) by creating an stc file for it, but I have been unable to find it in the Celestia database, probably because it is part of stars.dat, and I don't have the software to read stars.dat. I need to discover the RA, Dec and Radius, etc. if I am to create an stc file with a new texture for it.
I ran across a reference to a file somewhere in source forge files called "stars.txt", which apparently contains a text translation of the entire stars.dat file. Could someone please post a link to where that stars.txt file can be found![]()
Is there any way (keystroke command or script) to simply click on, go to, or visit a star in Celestia and find the exact RA and Dec coordinates I would have to insert into an stc file if I wished to modify that star's surface texture?
Hmm... looks like it's a rounding issue.fsgregs wrote:I located stars.txt on sourceforge and discovered it is not a text translation of stars.dat. I could not look up the RA and Dec used by Celestia itself to position Gliese 581, as I had hoped.
The database is SIMBAD (with an M), not the hero sailor Sinbad (with an n). SIMBAD does list parallax, which is easily converted to distance:but Sinbad does not list the distance Gliese 581 is from Earth.
Both B and V magnitudes are listed. See the line which says "Fluxes". Note that the magnitudes in stars.txt should not suffer from rounding errors. (Plus bear in mind that Celestia's database is derived from the Hipparcos catalogue, not from SIMBAD)fsgregs wrote: In addition, I could not find a reference to the magnitude of the star in that database.
The Celestia stars.dat is derived from the Hipparcos catalogue. The link to the star's Hipparcos catalogue entry is listed at the bottom of the SIMBAD page, under the link "HIP 74995" in the "External archives" section. HOWEVER the current stars.dat generation process may be using the Tycho-1 coordinates (depending on the magnitudes of the errors in the HIP and TYC catalogues). Since SIMBAD only lists Tycho-2 (and even this is incompletely implemented), you will need to do a VizieR search for the Tycho catalogue. The one you want is I/239/tyc_mainfsgregs wrote:I right-clicked on Gliese 581 and the RA and Dec was not one of the menu choices. It listed "Info", which brought me to Sinbad, so I guess that is what you meant, Fridger, but those coordinates do not seem to be the ones being used by 1.5.1. When I plugged them into an stc file, I created a 2nd star near the real Gliese 581, but not superimposed upon it.![]()
Usually RA is quoted in hours/minutes/seconds format. One minute = 1/60 of an hour, one second = 1/60 of a minute. Hours range [0,24). Degrees [0,360). So the conversion is very simple.Also, is there an online converter to use from RA to Decimal RA? If not, what is the formula used by Celestia for the conversion?
I mean SIMBAD not Sinbad! Usually I mean what I writefsgregs wrote:...which brought me to Sinbad, so I guess that is what you meant, Fridger,
fsgregs wrote:I looked up the coordinates in Sinbad for Gliese 581 and converted them to decimal degrees using a converter I found on the NASA website, but Sinbad does not list the distance Gliese 581 is from Earth.