File: imrot.1

package info (click to toggle)
wcstools 3.9.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,684 kB
  • sloc: ansic: 113,336; sh: 553; makefile: 245; lisp: 86; sed: 1
file content (33 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH imrot 1 WCSTools "6 July 2001"
.SH Name
imrot \- Rotate and/or Reflect FITS and IRAF image files
.SH Synopsis
imrot [options] Fits or IRAF file(s)
.SH Description
.I imrot
is a utility for rotating and/or reflecting FITS or IRAF images.  Images can
be rotated only in multiples of 90 degrees.  The image may be output with
a different data type than that in which it is input, and IRAF files may be
written out as FITS files.
.SH Options
.B \-a
Mirror if IRAF image WCS says to
.B \-f
Write FITS image from IRAF input
.B \-l
Reflect image across vertical axis
.B \-o
Allow overwriting of input image, else write new one
.B \-r <angle>
Image rotation angle in degrees (default 0)
.B \-s
Split multi-extension FITS file
.B \-v
Verbose
.B \-x <num>
Output pixel size in bits (FITS code, default=input)
Allowed values are 8, 16, 32 for integers, \-16 for unsigned integers, and
\-32 and \-64 for 4\- and 8\-byte floating point numbers

.SH Author
Jessica Mink, SAO (jmink@cfa.harvard.edu)