Phil,
Unfortunately, Celestia does not provide a way to modify the name of a star. I wish it did! As a result, you have to redefine it completely.
RA and Dec are acronyms for Right Ascension and Declination, which are used to specify the position of an object on the sky. RA is measured along circles of latitude, circling the North and South Poles on the sky. If you watch the stars at night, you'll see them moving along those circles while the Earth rotates. Traditionally, RA has been measured in units of time (Hours, Minutes and Seconds) as a result of this movement, so one complete rotation (circle) is 24 Hours. Unfortunately, Celestia measures RA in Degrees, so if you're provided RA in Hours, you have to convert it to Degrees for Celestia to understand it. 1 hour = 15 degrees, so after you've added in the minutes and seconds, multiply the hour value by 15 to get the value that Celestia wants.
Celestia uses the standard definition for Declination, and measures it in Degrees from the projection of the Earth's equator on the sky, toward the poles. + is toward the North pole, - toward the South pole. The poles themselves are at +90 and -90 degrees.
To find the RA and Dec of a star, I normally use the Simbad astronomical service. It can tell you the RA and Dec of any cataloged "fixed" object. If you use it's "Basic Search" (
http://simbad.u-strasbg.fr/simbad/sim-fbasic ) just type in the name of the star you're interested in -- 84 Her
It'll return an informational page showing (among other things) the RA and Dec of the star.
Simbad wrote:Basic data :
* 84 Her -- Star
with radius arcmin
Other object types: * (*,AG,BD,GC,GCRV,GEN#,GSC,HD,HIC,HIP,HR,PLX,PPM,ROT,SAO,SKY#,TYC,UBV,uvby98,YPAC,YZ) , IR (IRAS,2MASS) , UV (TD1)
ICRS coord. (ep=J2000) : 17 43 21.56416 +24 19 40.1638 ( Optical ) [ 2.55 1.49 90 ] A 2007A&A...474..653V
ICRS is the modern coordinate system used to specify stars' positions. The six numbers
17 43 21.56416 +24 19 40.1638 are the star's RA (in hours, minutes, and seconds) and Declination (in degrees, minutes and seconds).
In fractional Hours, the RA is 17 + 43/60 + 21.56416/3600 = 17.72266
Multiply by 15 to get Degrees: 17.72266 *15 = 265.8399
In fractional Degrees, the Dec is 24 +19/60 + 40.1638/3600 = 24.32782
Here's the resulting STC entry for 84 Her:
Code: Select all
Star 86731 "84 Her:MyStarName"
{ RA 265.8399
Dec 24.32782
Distance 127.41
AbsMag 2.77
SpectralType "G2III"
}
Note that you do not have to provide the other catalog ids as part of the name.