Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

ISIS Documentation

mirror

Flip a cube from left-to-right

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

Parameters

Files

The cube to be flipped. All bands will be flipped from left-to-right.
Type cube
File Mode input
Filter *.cub

The resultant cube containing the flipped data.
Type cube
File Mode output
Filter *.cub

Example 1

Io mirrored

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

Command Line

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

GUI Screenshot

Mirror Gui

Example Gui

Mirror 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

Input Io image

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

Output image showing results of the mirror application.

Parameter Name: TO

This is the 800 by 800 output image that results.