From: Kevin M. Rosenberg Date: Mon, 18 Dec 2000 01:41:21 +0000 (+0000) Subject: r289: *** empty log message *** X-Git-Tag: debian-4.5.3-3~728 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=5a47950758a931bdf44b4b831645eda4acfdc12f r289: *** empty log message *** --- diff --git a/man/Makefile.am b/man/Makefile.am index dd2d7d9..379449b 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,2 +1,2 @@ -man_MANS=pjrec.1 phm2pj.1 phm2if.1 if2img.1 ifinfo.1 if1.1 if2.1 pjinfo.1 ifinfo.1 pj2if.1 +man_MANS=pjrec.1 phm2pj.1 phm2if.1 ifexport1 ifinfo.1 if1.1 if2.1 pjinfo.1 ifinfo.1 pj2if.1 EXTRA_DIST = $(man_MANS) diff --git a/man/if-1.1 b/man/if-1.1 deleted file mode 100644 index 35a9658..0000000 --- a/man/if-1.1 +++ /dev/null @@ -1,62 +0,0 @@ -.\" -*- NROFF -*- -.\" -.\" if-1.1 -.\" -.\" Author: Kevin Rosenberg -.\" -.\" $Id: if-1.1,v 1.2 2000/11/08 23:56:24 kevin Exp $ -.\" $Log: if-1.1,v $ -.\" Revision 1.2 2000/11/08 23:56:24 kevin -.\" *** empty log message *** -.\" -.\" Revision 1.1 2000/06/09 01:35:33 kevin -.\" Convert MPI structure to C++ class -.\" -.\" Revision 1.1 2000/05/03 08:43:46 kevin -.\" *** empty log message *** -.\" -.\" -.TH if-1 1 - -.SH NAME -if-1 - Single IF (Image File) Transformation - -.SH SYNOPSIS -.B if-1 iffile outfile [OPTIONS] - -.SH DESCRIPTION -\fIif-1\fP transforms a single IF file. - -.SH OPTIONS -\fIif-1\fP accepts the following options: -.TP 16 -.B \-\-invert -Inverts (negates) the image. -.TP 16 -.B \-\-log -Natural logrithm of image. -.TP 16 -.B \-\-exp -Natural exponential of image. -.TP 16 -.B \-\-debug -Set debug mode. -.TP 16 -.B \-\-verbose -Set verbose mode. -.TP 16 -.B \-\-version -Print version. -.TP 16 -.B \-\-help -Print terse help summary. - -.SH AUTHORS -Kevin Rosenberg, M.D. - -.SH HISTORY -if-1 -was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux. -.SH SEE ALSO - -.BR ctrec(1), phm2rs(1), phm2if(1), rs2if(1), ifinfo(1) diff --git a/man/if-2.1 b/man/if-2.1 deleted file mode 100644 index c6ba303..0000000 --- a/man/if-2.1 +++ /dev/null @@ -1,61 +0,0 @@ -.\" -*- NROFF -*- -.TH if-2 1 - -.SH NAME -if-2 - binary operations between two image (IF) files. - -.SH SYNOPSIS -.B if-2 infile1 infile2 outfile [OPTIONS] - -.SH DESCRIPTION -\fIif-2\fP -performs binary functions on two input IF image files. - -.SH OPTIONS -\fIif-2\fP -accepts the following options: -.TP 16 -.B \-\-add -Add infile1 and infile2. - -.TP 16 -.B \-\-sub -Subtract infile2 from infile1. - -.TP 16 -.B \-\-mul -Multiply images. - -.TP 16 -.B \-\-comp -Compare images. - -.TP 16 -.B \-\-column-plot \fIn\fP -Plot column. - -.TP 16 -.B \-\-row-plot \fIn\fP -Plot row. - -.TP 16 -.B \-\-verbose -Verbose mode. - -.TP 16 -.B \-\-version -Print version. - -.TP 16 -.B \-\-help -Print terse help summary - -.SH AUTHORS -Kevin Rosenberg, M.D. - -.SH HISTORY -\fIif-2\fP -was first written in 1983 using MS-DOS and an EGA display adapter. In 1999 it was ported to GNU/Linux. - -.SH SEE ALSO -.BR ctrec (1), phm2rs (1), phm2if (1), rs2if (1), ifinfo (1), if-1 (1)