summary refs log tree commit diff
path: root/pgmabel.html
diff options
context:
space:
mode:
Diffstat (limited to 'pgmabel.html')
-rw-r--r--pgmabel.html85
1 files changed, 39 insertions, 46 deletions
diff --git a/pgmabel.html b/pgmabel.html
index cb53ea52..c1e341fb 100644
--- a/pgmabel.html
+++ b/pgmabel.html
@@ -1,19 +1,15 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD><title>Pgmabel User Manual</title></HEAD>
-
-<BODY>
-<H1>pgmabel</H1>
+<html><head><title>Pgmabel User Manual</title></head>
+<body>
+<h1>pgmabel</h1>
 Updated: June 2002
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<A NAME="lbAB">&nbsp;</A>
-<H2>NAME</H2>
+<h2>NAME</h2>
 pgmabel - create cross section using Abel Integration for Deconvolution
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
 <b>pgmabel</b>
 [<b>-help</b>]
@@ -22,10 +18,9 @@ pgmabel - create cross section using Abel Integration for Deconvolution
 [<b>-pixsize</b> <i>pixsize</i>]
 [<b>-left</b> | <b>-right</b>]
 [<b>-verbose</b>]
-[<I>filespec</I>]
+[<i>filespec</i>]
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -44,17 +39,21 @@ by the surface area of the calculated ring in square pixels divided by
 With the <b>-verbose</b> option, <b>pgmabel</b> prints the weighting
 factors.
 
-<P>Where the calculation generates a negative result, the output is black.
+<p>Where the calculation generates a negative result, the output is black.
 
-<P>The computation is unstable against periodic structures with size 2 in
+<p>The computation is unstable against periodic structures with size 2 in
 the vertical direction.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
+
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>pgmabel</b> recognizes the following
+command line options:
 
-<P>You can abbreviate any option to its shortest unique prefix.
+<p>You can abbreviate any option to its shortest unique prefix.
 
-<DL COMPACT>
+<dl compact>
 
 <dt><b>-help</b>
 <dd>Prints a help message.
@@ -80,10 +79,9 @@ Analogous to <b>-left</b>.
 <dt><b>-verbose</b>
 <dd>print information about the calculation.
 
-</DL>
+</dl>
 
-<A NAME="example">&nbsp;</A>
-<h2>EXAMPLE</h2>
+<h2 id="example">EXAMPLE</h2>
 
 <p>Rotate a PGM image to get an image with a vertical axis of symmetry,
 then calculate the cross section:
@@ -94,36 +92,31 @@ then calculate the cross section:
 
 
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="pnmrotate.html">pnmrotate</A></B>,
-<B><A HREF="pgm.html">pgm</A></B>,
+<b><a href="pnmrotate.html">pnmrotate</a></b>,
+<b><a href="pgm.html">pgm</a></b>,
 
-<A NAME="history">&nbsp;</A>
-<H2>HISTORY</H2>
+<h2 id="history">HISTORY</h2>
 
 <p>This program was added to Netpbm in Release 10.3 (June 2002).
 
-<A NAME="author"></a>
-<h2>AUTHOR</h2>
+<h2 id="author">AUTHOR</h2>
 
 <p>Volker Schmidt (lefti@voyager.boerde.de)
 
 <p>Copyright (C) 1997-2002 German Aerospace research establishment
 
-<HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
-<UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">OPTIONS</A>
-<LI><A HREF="#example">EXAMPLE</A>
-<LI><A HREF="#lbAF">SEE ALSO</A>
-<LI><A HREF="#history">HISTORY</A>
-<LI><A HREF="#author">AUTHOR</A>
-</UL>
-</BODY>
-</HTML>
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#synopsis">SYNOPSIS</a>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#example">EXAMPLE</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#history">HISTORY</a>
+<li><a href="#author">AUTHOR</a>
+</ul>
+</body>
+</html>