Page 1 of 1

Nebulas positions

Posted: 15.09.2010, 19:07
by Reiko
Are coordinates used for nebulas in DSC files the same format as those used for stars in STC files? :?

Re: Nebulas positions

Posted: 15.09.2010, 20:52
by jogad
NO :(
http://en.wikibooks.org/wiki/Celestia/DSC_File

Right Ascension in fractional Hours (unlike STC catalogs, which use fractional degrees)

And bebore you ask, replace the line 67

Code: Select all

 obsRAStr = deg2str(obsRA);
by

Code: Select all

 obsRAStr = deg2str(obsRA / 15);

:blue: :blue: :blue: :blue:

Re: Nebulas positions

Posted: 16.09.2010, 04:37
by Reiko
Thank you again. You're my hero! :D :blue: :D

Re: Nebulas positions

Posted: 19.09.2010, 22:37
by ajtribick
This was one of the reasons I decided to put in the facility to specify units. Unless you are building from the trunk though, it might be a while, you'll have to wait for 1.7.0...

(And unfortunately 1.6.1 has been delayed by a Mac graphics bug...)