This file is indexed.

/usr/share/doc/stilts/sun256/plot2sky.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
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>plot2sky: Draws a sky plot</title>
   </head>
   
   <body>
      <hr>
      <a href="plot2sky-usage.html">Next</a> <a href="plot2plane-examples.html">Previous</a> <a href="cmdUsage.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="plot2sky-usage.html">Usage</a><br>
       <b>Up: </b><a href="cmdUsage.html">Command Reference</a><br>
       <b>Previous: </b><a href="plot2plane-examples.html">Examples</a><br>
      
      <hr>
      <hr>
      <h2><a name="plot2sky">B.8 <code>plot2sky</code>: Draws a sky plot</a></h2>
      <p><code>plot2sky</code> draws plots on the celestial sphere.
         This can be represented in a number of ways, controlled by the
         <code>projection</code> parameter; by default the view is of a rotatable
         sphere seen from the outside
         (which approximates to a tangent projection for small regions of the sky),
         but Aitoff and Plate Carée projections are also available.
         A number of options are also provided for drawing and labelling the
         grid showing celestial coordinates.
         
      </p>
      <p>Positional coordinates are specified as <code>lon</code>, <code>lat</code>
         pairs giving longitude and latitude in decimal degrees.
         By default these are represented in the output in the same, unlabelled,
         coordinate system.
         However the command can can also transform between different coordinate
         systems if you specify the data and view systems e.g.:
         <pre>
   plot2sky viewsys=galactic
            layer1=mark in1=cat.fits lon1=RA2000 lat1=DEC2000 datasys1=equatorial
</pre>
         </p>
      <p>Content is added to the plot by specifying
         one or more <em>plot layers</em> using the
         <code>layerN</code> parameter.
         The <code>N</code> part is a suffix applied to
         all the parameters affecting a given layer;
         any suffix (including the empty string) may be used.
         Available layers for this plot type are:
         <a href="layer-mark.html"><code>mark</code></a>,
         <a href="layer-size.html"><code>size</code></a>,
         <a href="layer-sizexy.html"><code>sizexy</code></a>,
         <a href="layer-skyvector.html"><code>skyvector</code></a>,
         <a href="layer-skyellipse.html"><code>skyellipse</code></a>,
         <a href="layer-skycorr.html"><code>skycorr</code></a>,
         <a href="layer-link2.html"><code>link2</code></a>,
         <a href="layer-mark2.html"><code>mark2</code></a>,
         <a href="layer-label.html"><code>label</code></a>,
         <a href="layer-contour.html"><code>contour</code></a>,
         <a href="layer-skydensity.html"><code>skydensity</code></a>,
         <a href="layer-healpix.html"><code>healpix</code></a>,
         <a href="layer-skygrid.html"><code>skygrid</code></a>.
         
      </p>
      <ul>
         <li><a href="plot2sky-usage.html">B.8.1 Usage</a></li>
         <li><a href="plot2sky-examples.html">B.8.2 Examples</a></li>
      </ul>
      <hr><a href="plot2sky-usage.html">Next</a> <a href="plot2plane-examples.html">Previous</a> <a href="cmdUsage.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="plot2sky-usage.html">Usage</a><br>
       <b>Up: </b><a href="cmdUsage.html">Command Reference</a><br>
       <b>Previous: </b><a href="plot2plane-examples.html">Examples</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>