Page 1 of 1

On to master .DSC: Rocket Man got a question.

Posted: 16.07.2005, 17:52
by Rocket Man
All right, I pretty good with .SSC's now and been good at .STC's I figured I add one of Cham's Nebulas to one of my systems.

Here is my quetsion:
Does the .DSC RA and Dec use a different system of placement as a .STC?

Reason, I used the same RA and Dec as the Star [MT91] 902

Code: Select all

"[MT91] 902"
{
RA 308.321958333333
Dec 41.3226944444445
Distance 5608.3
SpectralType "B"
AbsMag 1.55
}


Code: Select all

Nebula "[MT91] 902 Nebula"
{
Mesh "noel.3ds"
Emissive true
RA 308.321958333333
Dec 41.3226944444445
Distance 5608.3
Radius 1
}

But the nebula is place all most 265 lys away. What is up here?



Thanks.

Posted: 16.07.2005, 18:54
by selden
Does the .DSC RA and Dec use a different system of placement as a .STC?


Yes.

DSC files use RA as measured in hours.
STC files use RA as measured in degrees.
1 hour = 15 degrees.

Both use Dec as measured in the same degrees.

So if you know the RA in degrees, divide that value by 15 to get the RA in hours.

If you know the RA in hours, multiply that value by 15 to get the RA in degrees.