This file is indexed.

/usr/share/celestia/extras/shroxclassic.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
46
47
# Gemini and Mercury models created by Shrox -- http://www.shrox.com/

"Gemini" "Sol/Earth"
{
	Class "spacecraft"
	Mesh "gemini.3ds"
	Radius 0.0075

	# Data for Gemini VII mission.  Only the SMA, inclination, and period
	# are approximately correct.
	EllipticalOrbit
	{
		Period            0.06686
		SemiMajorAxis  6705
		Eccentricity      0
		Inclination      28.89
		AscendingNode   133
		ArgOfPericenter  96
		MeanAnomaly       8
	}

	Albedo 	      0.10
}

"Friendship 7" "Sol/Earth"
{
	Class "spacecraft"
	Mesh "mercury7.3ds"
	Radius 0.003

	# I'm missing good orbital data for this mission.  The period,
	# inclination, and SMA are correct.
	#
	# Launched Feb 20, 1962, 9:47:49am EST
	EllipticalOrbit
	{
		Period            0.06144
		SemiMajorAxis  6587 # perigee 100 miles, apogee 160 miles
		Eccentricity      0.00737
		Inclination      32.54
		AscendingNode   329
		ArgOfPericenter  96
		MeanAnomaly     287
	}

	Albedo 	      0.10
}