Finding the correct coordinates for a galaxy?

General discussion about Celestia that doesn't fit into other forums.
Topic author
Reiko
Posts: 1119
Joined: 05.10.2006
Age: 41
With us: 18 years 1 month
Location: Out there...

Finding the correct coordinates for a galaxy?

Post #1by Reiko » 22.03.2008, 02:07

With the new patch I want to place stars in a nearby galaxy using Globular Cluster Generator 1.3
My problem is finding to exact coordinates of the galaxy I want. I looked up the galaxy in question in the deepsky.dsc in this is what I found

Code: Select all

Galaxy "Sagittarius dSph"
{
        Type  "E6"
        RA           18.9175
        Dec         -30.4783
        Distance   6.523e+04 # method: rgb
        Radius          4240
        AbsMag        -12.67
        Axis    [ -0.6749  -0.5467  -0.4956]
        Angle    127.9516
        InfoURL  "http://simbad.u-strasbg.fr/sim-id.pl?Ident=Sagittarius dSph"
}


When I use those coordinates in the DSC file the star cluster misses the galaxy but when I use the coordinates listed at that ulr

Code: Select all

RA 18 55 03.1
Dec -30 28 42


It places it perfectly so is there a conversion process I am missing?

how does this
RA 18.9175
Dec -30.4783

become this

RA 18 55 03.1
Dec -30 28 42

Avatar
Chuft-Captain
Posts: 1779
Joined: 18.12.2005
With us: 18 years 11 months

Re: Finding the correct coordinates for a galaxy?

Post #2by Chuft-Captain » 22.03.2008, 02:23

The 18 55 02.1 is in H.m.s format. Celestia requires RA to be expressed as a decimal number. You need to convert the H.m.s form to decimal.

Use the formula: hours + (minutes/60) + (seconds/3600)

eg. 18 + 55/60 + 3.1/3600 = 18.91752778
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)

CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS

Avatar
Hungry4info
Posts: 1133
Joined: 11.09.2005
With us: 19 years 2 months
Location: Indiana, United States

Post #3by Hungry4info » 22.03.2008, 04:53

Perhaps sometime Celestia could recognize Sexagesimal (DMS), or in HMS, or whatever.
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics

Avatar
LordFerret M
Posts: 737
Joined: 24.08.2006
Age: 68
With us: 18 years 3 months
Location: NJ USA

Post #4by LordFerret » 22.03.2008, 05:34

This accomplished the same results though it's not meant for this...

I used the RA value for latitude and the Dec value for longitude.
http://www.fcc.gov/mb/audio/bickel/DDDMMSS-decimal.html

Topic author
Reiko
Posts: 1119
Joined: 05.10.2006
Age: 41
With us: 18 years 1 month
Location: Out there...

Post #5by Reiko » 22.03.2008, 05:59

Thank you guys. :)

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #6by selden » 22.03.2008, 11:39

Celestia's use of RA is somewhat confusing:
RA must be entered as fractional Degrees (0-360) when specified in an STC (STar) file,
but must be entered as fractional Hours (0-24) when specified in a DSC (Deep Space) file.
Selden


Return to “Celestia Users”