/usr/share/doc/stilts/sun256/io.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 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sun-style.css">
<title>Table I/O</title>
</head>
<body>
<hr>
<a href="location-syntax.html">Next</a> <a href="jyfuncs.html">Previous</a> <a href="index.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="location-syntax.html">Table Locations</a><br>
<b>Up: </b><a href="index.html">Top</a><br>
<b>Previous: </b><a href="jyfuncs.html">Calculation Functions</a><br>
<hr>
<hr>
<h2><a name="io">5 Table I/O</a></h2>
<p>Most of the tools in this package either read one or more tables as input,
or write one or more tables as output, or both.
This section explains what kind of tables the tools can read and write,
and how you tell them where to find the tables to operate on.
</p>
<p>In most cases input and output table specifications are given
by parameters with the following names (or similar ones):
<dl>
<dt><strong><code>in</code></strong></dt>
<dd>Location of the input table</dd>
<dt><strong><code>ifmt</code></strong></dt>
<dd>Format of the input table</dd>
<dt><strong><code>out</code></strong></dt>
<dd>Location of the output table</dd>
<dt><strong><code>ofmt</code></strong></dt>
<dd>Format of the output table</dd>
</dl>
The values of these parameters are discussed in more detail below.
</p>
<ul>
<li><a href="location-syntax.html">5.1 Table Locations</a></li>
<li><a href="sec5.2.html">5.2 Table Formats</a></li>
<ul>
<li><a href="inFormats.html">5.2.1 Input Formats</a></li>
<li><a href="outFormats.html">5.2.2 Output Formats</a></li>
</ul>
</ul>
<hr><a href="location-syntax.html">Next</a> <a href="jyfuncs.html">Previous</a> <a href="index.html">Up</a> <a href="index.html">Contents</a> <br> <b>Next: </b><a href="location-syntax.html">Table Locations</a><br>
<b>Up: </b><a href="index.html">Top</a><br>
<b>Previous: </b><a href="jyfuncs.html">Calculation Functions</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>
|