This file is indexed.

/usr/share/doc/stilts/sun256/coneService.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
<html>
   
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="sun-style.css">
      <title>Locating Cone Query Service URLs</title>
   </head>
   
   <body>
      <hr>
      <a href="funcs.html">Next</a> <a href="secB.3.2.html">Previous</a> <a href="coneskymatch.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="funcs.html">funcs: Browses functions used by algebraic expression language</a><br>
       <b>Up: </b><a href="coneskymatch.html">coneskymatch:
         Crossmatches table on sky position against remote cone service</a><br>
       <b>Previous: </b><a href="secB.3.2.html">Examples</a><br>
      
      <hr>
      <h3><a name="coneService">B.3.3 Locating Cone Query Service URLs</a></h3>
      <p>To use the <code>coneskymatch</code> command you need the
         <b>service URL</b> (also known as the <b>base URL</b>
         or <b>access URL</b>) of a cone search, SIA or SSA service to use.
         If you know one of these representing a service that you wish to use, 
         you can use it directly.
         
      </p>
      <p>If you don't, you will need to find the URL from somewhere.
         It is the job of the Virtual Observatory <b>Registry</b>
         to keep a record of where you can find various astronomical services,
         so this is where you should look.
         
      </p>
      <p>There are various ways you can interrogate the registry; the
         easiest is probably to use a graphical registry search tool.
         One such tool is 
         <a href="http://www.astrogrid.org/">AstroGrid</a>'s 
         <b>VOExplorer</b>, which allows you to perform sophisticated searches 
         for cone search, SIA or SSA services.
         Another option is to use
         <a href="http://www.starlink.ac.uk/topcat/">TOPCAT</a>;
         the 
         <a href="http://www.starlink.ac.uk/topcat/sun253/ConeSearchDialog.html">Cone Search</a>,
         <a href="http://www.starlink.ac.uk/topcat/sun253/SiapTableLoadDialog.html">SIA</a> and
         <a href="http://www.starlink.ac.uk/topcat/sun253/SsapTableLoadDialog.html">SSA</a>
         load dialogues allow you to search the registry for these services 
         prior to performing a query;
         you can just use the registry part and cut'n'paste the URL which
         is shown.
         
      </p>
      <p>Other registry querying tools are available, including STILTS's
         <a href="regquery.html"><code>regquery</code></a>
         command.  See that section of the manual for details, but for
         instance to locate registered Cone Search services which have
         something to do with SDSS data, you could execute the following:
         <pre>
    stilts regquery query="capability/@standardID = 'ivo://ivoa.net/std/ConeSearch' and title like '%SDSS%'" \
           ocmd="keepcols 'shortName AccessUrl'" \
           ofmt=ascii
</pre>
         Writing just 
         <code>query="capability/@standardID = 'ivo://ivoa.net/std/ConeSearch'"</code>
         with no further qualification would give you <em>all</em> 
         registered cone search services.
         
      </p>
      <hr><a href="funcs.html">Next</a> <a href="secB.3.2.html">Previous</a> <a href="coneskymatch.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="funcs.html">funcs: Browses functions used by algebraic expression language</a><br>
       <b>Up: </b><a href="coneskymatch.html">coneskymatch:
         Crossmatches table on sky position against remote cone service</a><br>
       <b>Previous: </b><a href="secB.3.2.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>