Page 1 of 1
[SOLVED] HST
Posted: 11.05.2009, 21:56
by scroll
Hello
My Hubble does not appear to be in the right place.
Could anyone advise me how to fix this?
Thanks.
Re: HST
Posted: 11.05.2009, 23:39
by selden
You'll have to Modify Celestia's SSC entry for the Hubble.
Current orbital elements for most Earth satellites are available in the form of Two Line Elements on the CelesTrak web site at
http://celestrak.com/The HST's current TLE, along with those of many other scientific satellites, is available in the file
http://celestrak.com/NORAD/elements/science.txtOf course, these particular orbital parameters will only be good until Wednesday.
A spreadsheet by Grant Hutchison to convert TLEs into Celesia's SSC format is available at
http://www.lepp.cornell.edu/~seb/celest ... ets.html#3
Re: HST
Posted: 12.05.2009, 23:26
by scroll
Thanks selden, I think that's fixed the position.
I used the spreadsheet and copied the data over, replacing the relevant spacecraft data (in this case Hubble) in the spacecraft.ssc file.
However, I think I might have replaced too much of the data as my Hubble model is now a blank white disc.
What did I do wrong?
Re: HST
Posted: 13.05.2009, 09:43
by selden
It sounds like you may have deleted or damaged the Mesh statement.
I'd suggest restoring the original ssc file and creating a new one in /extras/ which uses the Modify directive to change Hubble's orbit:
Code: Select all
Modify "Hubble" "Sol/Earth" { EllipticalOrbit { ... }}
It should include
only the new EllipticalOrbit definition.
In case you didn't keep a copy of the previous version of spacecraft.ssc, it's available on SourceForge at
http://celestia.svn.sourceforge.net/vie ... c?view=log
Re: HST
Posted: 13.05.2009, 11:22
by scroll
Indeed I had messed with the Mesh statement.
All sorted now.
Thanks very much again.
Re: HST
Posted: 13.05.2009, 11:30
by selden
You're very welcome.