NAME

isis_histplane - A wrapper for the ISIS:histplane routine.


COPYRIGHT

Copyright (C) 2002, 2005 Ross A. Beyer

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Or you can visit their website at www.gnu.org.


SYNOPSIS

isis_histplane [--lowest <bin value> --highest <bin value> [--range]] [--number <number of bins>] [--version] [--help] [--man] <file(s) to process>


DESCRIPTION

This program is intended to perform the task of running ISIS::histplane on a number of image cubes.


OPTIONS

--lowest <bin value> --highest <bin value>
These two options must be used together, they specify the RANGE to the ISIS::histplane program.

--number <number of bins>
Value to be used for NBINS in the ISIS::histplane program.

--range
Can only be used in conjunction with -l and -h (and -n not set). This option will calculate the value for NBINS as highest_bin - lowest_bin + 1.

--version
Display the version number and information, and then exit.

--help
Display a short usage statement and exit.

--man
Display manual page and exit.


AUTHOR

Ross A. Beyer, rbeyer@rossbeyer.net


SEE ALSO

Integrated Software for Imagers and Spectrometers (http://isis.astrogeology.usgs.gov/)

isis_prt2hist