This file is indexed.

/usr/share/doc/libgyoto6/examples/example-thin-disk-minkowski-cartesian.xml is in libgyoto6 1.2.0-2.

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Scenery>

  An optically thin, geometrically thin disk in Keplerian rotation,
  viewed in flat Minkowski space-time. Computation is done using
  Cartesian coordinates.

  <Metric kind = "Minkowski">
    <Keplerian/>
  </Metric>

  <Screen>
    <Position> 1000. 93.91 0. 34.36 </Position>
    <Time unit="geometrical_time"> 1000. </Time>
    <FieldOfView> 0.314159265358979323846264338327950288419716 </FieldOfView>
    <Resolution> 32 </Resolution>
  </Screen>

  <Astrobj kind = "ThinDisk">
    <InnerRadius> 3. </InnerRadius>
    <OpticallyThin/>
  </Astrobj>

  <MinimumTime> 0. </MinimumTime>
</Scenery>