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


mirror

Printer Friendly View | TOC | Home

Flip a cube from left-to-right

Overview Parameters Example 1

Description

This program will flip a cube from left-to-right. 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


History

Jeff Anderson1998-01-12 Original version
Jeff Anderson2002-06-17 Converted to Isis 3.0
K Teal Thompson2002-11-22 Add example
Jeff Anderson2003-01-28 Removed mirror from the Utility category and added "rotate" under See Also.
K Teal Thompson2003-03-28 Make images smaller.
Stuart Sides2003-04-04 Fixed problem with isiscvs not checking in the thumb and image directories.
Kim Sides2003-05-13 Added application test
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary

Parameter Groups

Files

Name Description
FROM Input file to be flipped
TO Output cube
X

Files: FROM


Description

The cube to be flipped. All bands will be flipped from left-to-right.

Type cube
File Mode input
Filter *.cub
Close Window
X

Files: TO


Description

The resultant cube containing the flipped data.

Type cube
File Mode output
Filter *.cub
Close Window

Example 1

Io mirrored

Description

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

Command Line

mirror f=../IN/9700r.cub t=OUT/mirror.cub
Just mirror an Io image.

GUI Screenshot

Mirror Gui

Example Gui

Screenshot of GUI with parameters filled in to perform a mirror operation on the input image.

Input Image

Input Io image

Input image for mirror

Parameter Name: FROM

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

Output Image

Output image showing results of the mirror application.

Output image for mirror

Parameter Name: TO

This is the 800 by 800 output image that results.