This file is indexed.

/usr/share/celestia/extras/shroxmars.ssc is in celestia-common 1.6.1+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"Mars Odyssey" "Sol/Mars"
{
	Class "spacecraft"
	Mesh "marsodyssey.3ds"
	Radius 0.01

	# Orbital elements are only very approximately correct
	# after completion of aerobraking phase.  These were taken
	# from the Mars Odyssey PIP, and only reflect the planned,
	# and not the actual final orbit.  A better source would be
	# appreciated.
	EllipticalOrbit
	{
	Epoch             2452251.70833
	Period            0.0822
	SemiMajorAxis     3797.2
	Eccentricity      0.0
	Inclination       93.1
	AscendingNode     35
	ArgOfPericenter   0.0
	MeanAnomaly       0.0
	}
}

"MGS" "Sol/Mars"
{
	Class "spacecraft"
	Mesh "marsglobalsurvr.3ds"
	Radius 0.01

	# The most recent orbital elements I could find for MGS
	# are from March:
	# http://mars.jpl.nasa.gov/mgs/status/nav/orbparam-peri2.txt
	EllipticalOrbit
	{
	Epoch             2451973.25864
	Period            0.08127579
	SemiMajorAxis     3767.968213
	Eccentricity      0.005809
	Inclination      93.0092
	AscendingNode    28.452982
	ArgOfPericenter 267.202961
	MeanAnomaly       0.0
	}
}