This file is indexed.

/usr/share/doc/stilts/sun256/meta.html is in stilts-doc 3.1.2-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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>meta</title>
   </head>
   
   <body>
      <hr>
      <a href="progress.html">Next</a> <a href="keepcols.html">Previous</a> <a href="filterSteps.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="progress.html">progress</a><br>
       <b>Up: </b><a href="filterSteps.html">Processing Filters</a><br>
       <b>Previous: </b><a href="keepcols.html">keepcols</a><br>
      
      <hr>
      <h4><a name="meta">6.1.18 <code>meta</code></a></h4>
      <p><strong>Usage:</strong>
         <pre>   meta [&lt;item&gt; ...]</pre></p>
      <p>Provides information about the metadata for each column.
         This filter turns the table sideways, so that each row
         of the output corresponds to a column of the input.
         The columns of the output table contain metadata items
         such as column name, units, UCD etc corresponding to each
         column of the input table.
         
      </p>
      <p>By default the output table contains columns for the
         following items:
         
         <ul>
            <li><code>Index</code>: Position of column in table
            </li>
            <li><code>Name</code>: Column name
            </li>
            <li><code>Class</code>: Data type of objects in column
            </li>
            <li><code>Shape</code>: Shape of array values
            </li>
            <li><code>ElSize</code>: Size of each element in column (mostly useful for strings)
            </li>
            <li><code>Units</code>: Unit string
            </li>
            <li><code>Description</code>: Description of data in the column
            </li>
            <li><code>UCD</code>: Unified Content Descriptor
            </li>
            <li><code>Utype</code>: Type in data model
            </li>
         </ul>
         
         as well as any table-specific column metadata items that
         the table contains.
         
      </p>
      <p>However, the output may be customised by supplying
         one or more <code>&lt;item&gt;</code> headings.
         These may be selected from the above as well as the following:
         
         <ul>
            <li><code>UCD_desc</code>: Textual description of UCD
            </li>
         </ul>
         
         as well as any table-specific metadata.  It is not an error
         to specify an item for which no metadata exists in any of
         the columns (such entries will result in empty columns).
         
      </p>
      <p>Any table parameters of the input table are propagated
         to the output one.
         
      </p>
      <hr><a href="progress.html">Next</a> <a href="keepcols.html">Previous</a> <a href="filterSteps.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="progress.html">progress</a><br>
       <b>Up: </b><a href="filterSteps.html">Processing Filters</a><br>
       <b>Previous: </b><a href="keepcols.html">keepcols</a><br>
      
      <hr><i>STILTS - Starlink Tables Infrastructure Library Tool Set<br>Starlink User Note256<br>STILTS web page:
         <a href="http://www.starlink.ac.uk/stilts/">http://www.starlink.ac.uk/stilts/</a><br>Author email:
         <a href="mailto:m.b.taylor@bristol.ac.uk">m.b.taylor@bristol.ac.uk</a><br>Mailing list:
         <a href="mailto:topcat-user@jiscmail.ac.uk">topcat-user@jiscmail.ac.uk</a><br></i></body>
</html>