% @(#)transpimag.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:44:01 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT transpimag.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, TRANSPOSE/IMAGE %.PURPOSE On-line help file for the command: TRANSPOSE/IMAGE %.VERSION 1.0 06-DEC-1986 : Creation, KB %.VERSION 1.1 13-JAN-1992 : Update, KB %---------------------------------------------------------------- \se SECTION./IMAG \es\co TRANSPOSE/IMAGE 13-JAN-1992 KB \oc\su TRANSPOSE/IMAGE inima outima [diagonal] transpose image \us\pu Purpose: Transpose an image in the sense of matrix algebra. \up\sy Syntax: TRANSPOSE/IMAGE inima outima [diagonal] \ys\pa inima = name of input image \ap\pa outima = name of output image \ap\pa diagonal = MAJOR or MINOR to indicate major/minor diagonal; \\ defaulted to MAJOR \ap\sa See also: FLIP/IMAGE, TRANSPOSE/CUBE \as\no Note: Transposing around the major axis is equivalent to flipping in y and clockwise rotation around 90 degrees. \\ Transposing around the minor axis is equivalent to flipping in x and clockwise rotation around 90 degrees (rows change to columns). \\ The start and step values are updated accordingly. \on\exs Examples: \ex TRANSPOSE/IMAGE becerra vaca Transpose image `becerra.bdf' around major diagonal and put result into `vaca.bdf'. \xe \ex TRANSPOSE/IMAGE becerra toro minor Transpose image `becerra.bdf' around minor diagonal and put result into `toro.bdf'. \xe \sxe