This file is indexed.

/usr/share/doc/stilts/sun256/uk.ac.starlink.ttools.func.Tilings.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
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>Tilings</title>
   </head>
   
   <body>
      <hr>
      <a href="uk.ac.starlink.ttools.func.Fluxes.html">Next</a> <a href="uk.ac.starlink.ttools.func.Strings.html">Previous</a> <a href="staticMethods.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="uk.ac.starlink.ttools.func.Fluxes.html">Fluxes</a><br>
       <b>Up: </b><a href="staticMethods.html">Functions</a><br>
       <b>Previous: </b><a href="uk.ac.starlink.ttools.func.Strings.html">Strings</a><br>
      
      <hr>
      <h4><a name="uk.ac.starlink.ttools.func.Tilings">10.5.2 Tilings</a></h4>
      <p>Pixel tiling functions for the celestial sphere.</p>
      <p>The <code>k</code> parameter for the HEALPix functions is the
         HEALPix order, which can be in the range 0&lt;=k&lt;=29.
         This is the logarithm to base 2 of the HEALPix NSIDE parameter.
         At order <code>k</code>, there are 12*4^k pixels on the sphere.
      </p>
      <p>
         <dl>
            <dt><strong><code>healpixNestIndex( k, lon, lat )</code></strong></dt>
            <dd>Gives the pixel index for a given sky position in the HEALPix 
               NEST scheme.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>lon</code> <em>(floating point)</em>: longitude in degrees
                  </li>
                  <li><code>lat</code> <em>(floating point)</em>: latitude in degrees
                  </li>
                  <li>return value <em>(long integer)</em>: pixel index
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixRingIndex( k, lon, lat )</code></strong></dt>
            <dd>Gives the pixel index for a given sky position in the HEALPix
               RING scheme.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>lon</code> <em>(floating point)</em>: longitude in degrees
                  </li>
                  <li><code>lat</code> <em>(floating point)</em>: latitude in degrees
                  </li>
                  <li>return value <em>(long integer)</em>: pixel index
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixNestLon( k, index )</code></strong></dt>
            <dd>Returns the longitude of the approximate center of the tile
               with a given index in the HEALPix NEST scheme.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>index</code> <em>(long integer)</em>: healpix index
                  </li>
                  <li>return value <em>(floating point)</em>: longitude in degrees
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixNestLat( k, index )</code></strong></dt>
            <dd>Returns the latitude of the approximate center of the tile
               with a given index in the HEALPix NEST scheme.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>index</code> <em>(long integer)</em>: healpix index
                  </li>
                  <li>return value <em>(floating point)</em>: latitude in degrees
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixRingLon( k, index )</code></strong></dt>
            <dd>Returns the longitude of the approximate center of the tile
               with a given index in the HEALPix RING scheme.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>index</code> <em>(long integer)</em>: healpix index
                  </li>
                  <li>return value <em>(floating point)</em>: longitude in degrees
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixRingLat( k, index )</code></strong></dt>
            <dd>Returns the latitude of the approximate center of the tile
               with a given index in the HEALPix NEST scheme.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>index</code> <em>(long integer)</em>: healpix index
                  </li>
                  <li>return value <em>(floating point)</em>: latitude in degrees
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixNestToRing( k, nestIndex )</code></strong></dt>
            <dd>Converts a healpix ring index from the NEST to the RING scheme
               at a given order.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>nestIndex</code> <em>(long integer)</em>: pixel index in NEST scheme
                  </li>
                  <li>return value <em>(long integer)</em>: pixel index in RING scheme
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixRingToNest( k, ringIndex )</code></strong></dt>
            <dd>Converts a healpix ring index from the RING to the NEST scheme
               at a given order.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li><code>ringIndex</code> <em>(long integer)</em>: pixel index in RING scheme
                  </li>
                  <li>return value <em>(long integer)</em>: pixel index in NEST scheme
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixK( pixelsize )</code></strong></dt>
            <dd>Gives the HEALPix resolution parameter suitable for a given pixel size.
               This <code>k</code> value is the logarithm to base 2 of the 
               Nside parameter.
               <ul>
                  <li><code>pixelsize</code> <em>(floating point)</em>: pixel size in degrees
                  </li>
                  <li>return value <em>(integer)</em>: HEALPix order <code>k</code></li>
               </ul>
            </dd>
            <dt><strong><code>healpixResolution( k )</code></strong></dt>
            <dd>Gives the approximate resolution in degrees for a given HEALPix
               resolution parameter <code>k</code>
               This <code>k</code> value is the logarithm to base 2 of the 
               Nside parameter.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li>return value <em>(floating point)</em>: approximate angular resolution in degrees
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixSteradians( k )</code></strong></dt>
            <dd>Returns the solid angle in steradians of each HEALPix pixel
               at a given order.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li>return value <em>(floating point)</em>: pixel size in steradians
                  </li>
               </ul>
            </dd>
            <dt><strong><code>healpixSqdeg( k )</code></strong></dt>
            <dd>Returns the solid angle in square degrees of each HEALPix pixel
               at a given order.
               <ul>
                  <li><code>k</code> <em>(integer)</em>: HEALPix order (0..29)
                  </li>
                  <li>return value <em>(floating point)</em>: pixel size in steradians
                  </li>
               </ul>
            </dd>
            <dt><strong><code>steradiansToSqdeg( sr )</code></strong></dt>
            <dd>Converts a solid angle from steradians to square degrees.
               <p>The unit sphere is 4*PI steradians = 360*360/PI square degrees.
                  <ul>
                     <li><code>sr</code> <em>(floating point)</em>: quantity in steradians
                     </li>
                     <li>return value <em>(floating point)</em>: quantity in sqare degrees
                     </li>
                  </ul>
               </p>
            </dd>
            <dt><strong><code>sqdegToSteradians( sqdeg )</code></strong></dt>
            <dd>Converts a solid angle from square degrees to steradians.
               <p>The unit sphere is 4*PI steradians = 360*360/PI square degrees.
                  <ul>
                     <li><code>sqdeg</code> <em>(floating point)</em>: quantity in square degrees
                     </li>
                     <li>return value <em>(floating point)</em>: quantity in steradians
                     </li>
                  </ul>
               </p>
            </dd>
            <dt><strong><code>htmLevel( pixelsize )</code></strong></dt>
            <dd>Gives the HTM <code>level</code> parameter suitable for a given 
               pixel size.
               <ul>
                  <li><code>pixelsize</code> <em>(floating point)</em>: required resolution in degrees
                  </li>
                  <li>return value <em>(integer)</em>: HTM level parameter
                  </li>
               </ul>
            </dd>
            <dt><strong><code>htmResolution( level )</code></strong></dt>
            <dd>Gives the approximate resolution in degrees for a given HTM depth level.
               <ul>
                  <li><code>level</code> <em>(integer)</em>: HTM depth
                  </li>
                  <li>return value <em>(floating point)</em>: approximate angular resolution in degrees
                  </li>
               </ul>
            </dd>
            <dt><strong><code>SQDEG</code></strong></dt>
            <dd>Solid angle in steradians corresponding to 1 square degree.
               <ul></ul>
            </dd>
         </dl>
      </p>
      <hr><a href="uk.ac.starlink.ttools.func.Fluxes.html">Next</a> <a href="uk.ac.starlink.ttools.func.Strings.html">Previous</a> <a href="staticMethods.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="uk.ac.starlink.ttools.func.Fluxes.html">Fluxes</a><br>
       <b>Up: </b><a href="staticMethods.html">Functions</a><br>
       <b>Previous: </b><a href="uk.ac.starlink.ttools.func.Strings.html">Strings</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>