Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


flip

Standard View | TOC | Home

Flip a cube from top-to-bottom

Description
Categories
Groups
Examples
History


Description

This program will flip a cube from top-to-bottom. By flipping the cube the geometric integrity of the cube is destroyed. Therefore, any geometric, mapping, or instrument related labels will be marked as invalid.

Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
FROM Input file to be flipped
TO Output cube

Files: FROM

Description

The cube to be flipped. All bands will be flipped from top-to-bottom.

Type cube
File Mode input
Filter *.cub

Files: TO

Description

The resultant cube containing the flipped data.

Type cube
File Mode output
Filter *.cub

Examples


Example 1

Io flipped

Description

This example shows the simple but indispensable flip application. There are no defaults.

Command Line

flip f=../IN/peaks.cub t=OUT/peaksFlip.cub
Just flip an image.

Input Image

Input image

Input image for flip

Parameter Name: FROM

This is the 800 by 800 input image for the flip example.

Output Image

Output image showing results of the flip application.

Output image for flip

Parameter Name: TO

This is the 800 by 800 output image that results.


History

Jacob Danton2006-04-03 Original version
Elizabeth Miller2006-06-14 Added example