man page of webhdr_rspavrg

NAME

webhdr_avrgrsp - Average the given RSP polynomials.

SYNOPSIS

webhdr_rspavrg [options] 1.rsp 2.rsp [3.rsp .. N.rsp]

Options: --help brief help message --man full documentation --versions print version info of loaded modules --debug output intermediate image files for debugging -o output file

DESCRIPTION

webhdr_avrgrsp takes the average of the RSP polynomials.

OPTIONS

-h|--help

Print a brief help message and exit.

-m|--man

Print the manual page and exit.

-v|--versions

Print version information of the program, loaded modules, Perl, and the OS.

--debug

Write out the intermediate image files for debugging. This also prints additional information that might be helpful for troubleshooting.

-o|--output

Output file. The default is output to STDOUT.

EXAMPLE

To take the average over three RSP files and output to STDOUT:

  webhdr_rspavrg.pl sequence1.rsp sequence2.rsp sequence3.rsp

COPYRIGHT

Copyright 2013 Axel Jacobs

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.