OHM Orb2CelMFD v.4

OrbitHangar

Addon Comments
Joined
Apr 9, 2008
Messages
3,832
Reaction score
18
Points
0

Author: brianj

Records spacecraft position/velocity and attitude, outputs an .xyzv pos/vel file and .q attitude file in format that can be used by the Celestia 1.6.0 program.



DOWNLOAD
 
I've been waiting for something like this for years!!! THANK YOU!
 
I don't know why but Celestia is not cooperating, I created a .ssc in the "data" directory and it doesn't show up in the program.

Code:
"Progress" "Sol/Earth"
{
	Class				"spacecraft"
	Beginning			2455233.9994741
	Ending				2455234.0064791
	BodyFrame			{ EclipticJ2000 { Center "Sol/Earth" }}
	SampledOrientation	"ProgressM-57_Earth_55233.q"
	OrbitFrame			{ EclipticJ2000 { Center "Sol/Earth" }}
	SampledTrajectory
	{
		Source "ProgressM-57_Earth_55233.xyzv"
	}
	FixedRotation{}
}
Celestia is supposed to load all the .ssc files but it doesn't.
If you have the same problem, to make it work the "trick" is to paste your code at the end of solarsys.ssc :lol: This file is loaded for sure.
 
Back
Top