File: i2f.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 (27 lines) | stat: -rw-r--r-- 820 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
.TH i2f 1 WCSTools "6 July 2001"
.SH Name
i2f \- Write FITS files from IRAF image files
.SH Synopsis
i2f [options] file.imh ...
.SH Description
.I i2f
is a utility for converting IRAF images to FITS images. If you want to
change the number of bits per pixel, use imrot.  The BITPIX, NAXIS,
NAXIS1, NAXIS2, OBJECT, and PIXFILE keywords are set from the binary
portion of the header. IMHFILE and PIXFILE are set from the actual
filenames for internal purposes. 
.SH Options
.B \-d directory
Move .imh file to this directory
.B \-i
Delete unnecessary IRAF keywords
.B \-o filename
Output name for one file
.B \-s
Write output to standard output
.B \-v
Verbose listing of processing intermediate results
.B \-x
Delete IRAF image file after successfully writing FITS file
.SH Author
Jessica Mink, SAO (jmink@cfa.harvard.edu)