This file is indexed.

/usr/share/doc/stilts/sun256/tcubeExamples.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
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>Examples</title>
   </head>
   
   <body>
      <hr>
      <a href="tloop.html">Next</a> <a href="tcube-usage.html">Previous</a> <a href="tcube.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="tloop.html">tloop: Generates a single-column table from a loop variable</a><br>
       <b>Up: </b><a href="tcube.html">tcube: Calculates N-dimensional histograms</a><br>
       <b>Previous: </b><a href="tcube-usage.html">Usage</a><br>
      
      <hr>
      <h3><a name="tcubeExamples">B.27.2 Examples</a></h3>
      <p>
         
         <dl>
            <dt><strong><pre>
stilts tcube in=2QZ_6QZ_pubcat.fits out=ccm.fits \
             cols='Bj_R U_Bj Bj' binsizes='0.05 0.05 0.5' bounds='-2:1 -3:2 :'
</pre></strong></dt>
            <dd>Calculates a 3-dimensional colour-colour-magnitude grid from 
               three existing columns in a table.  The bin (pixel) sizes are specified.
               The data bounds are specified explicitly for the (first two) 
               colour dimensions, but for the (third) magnitude dimension it is 
               determined from the minimum and maximum values the data in 
               that column of the table.
               The output is a three-dimensional FITS cube.
               
            </dd>
            <dt><strong><pre>
stilts tcube in=iras_psc.vot out=iras_psc_map.fits \
             icmd='addskycoords fk5 galactic ra dec glat glon' \
             cols='glat glon' nbins='400 200'
</pre></strong></dt>
            <dd>Calculates a map of object densities in galactic coordinates from
               a catalogue of IRAS point sources.  The output is a two-dimensional
               FITS image representing the sky in galactic coordinates.
               Bounds are determined automatically from the data, and the number of
               pixels in each dimension (400 in latitude and 200 in longitude) are
               specified, which means that the pixel sizes don't have to be.
               Since the input table contains sky positions in equatorial 
               coordinates rather than galactic ones, the <code>addskycoords</code>
               filter is used to preprocess the data before the cube generation
               step (see <a href="filterSteps.html">Section 6.1</a>).
               
            </dd>
         </dl>
         
      </p>
      <hr><a href="tloop.html">Next</a> <a href="tcube-usage.html">Previous</a> <a href="tcube.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="tloop.html">tloop: Generates a single-column table from a loop variable</a><br>
       <b>Up: </b><a href="tcube.html">tcube: Calculates N-dimensional histograms</a><br>
       <b>Previous: </b><a href="tcube-usage.html">Usage</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>