USGS

Isis 2 Documentation


rot180 Documentation

rot180 - rotates a cube clockwise 180 degrees
This program will rotate a cube clockwise through
180 degrees. The cube will first be mirrored from
left to right, then flipped from top to bottom.
That is, it swaps the first sample with the last
sample, the second sample with the second to last
sample and so on, generating what would appear to
be a mirror image.  The lines of the mirrored cube
are then swapped from top to bottom.  That is, it
swaps the first line with the last line, the second
line with the second to last line and so on.  The
resulting image generating an image that has been
rotated clockwise through 180 degrees.

Note that it will do this for all bands in the
cube and will remove any map projection and/or camera
pointing information.

Programmer: Lynn Weller, U.S.G.S., Flagstaff, AZ


ParmDescriptionDefault
FROM
Input cube file name
  (default extension is .cub)
NONE
TO
Output cube file name
  (default extension is .cub)
NONE

ADDITIONAL NOTES:

ParmDescription
FROM
Input cube file name.  If the file extension is omitted,
then ".cub" will be assumed.
TO
Output cube file name.  If the file extension is omitted,
then ".cub" will be assumed.

Last updated: Jan 31 2005
File: pdfs2.html

Contact us online at the Isis Support Center: http://isisdist.wr.usgs.gov

ISIS Documentation Home Page