Isis2tiff
Convert an ISIS cube file to tiff format
isis2tiff -Input <pathname> -Output <pathname> -Minpercent <xx.xx> -Maxpercent <xx.xx> -Quality <xxx> -Help
The full pathname of the input ISIS cube file
The full pathname of the output tiff file
The minimum low-end histogram cumulative percent to map to the output 0 DN value. If this parameter is not specified then the value 0.1 is used.
The maximum high-end histogram cumulative percent to map to the ouput 0 DN value. If this parameter is not specified then the value 99.99 is used.
Get help on the command line
Isis2tiff converts an ISIS cube to the tiff format. The script uses the netpbm graphics package. *** WARNING only output files of size 2 gigabytes or less can be created ***
The following codes are returned by Isis2tiff:
0 - Success value
1 - Command line error
=head1 Author
Eric Eliason UA/LPL
Copyright(C) 2006 Arizona Board of Regents on behalf of the Lunar and
Planetary Laboratory at the University of Arizona.
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.
1.1 2006/10/29 19:25:47