File: flipx.1

package info (click to toggle)
qfits 6.2.0-8
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 2,976 kB
  • ctags: 1,019
  • sloc: ansic: 11,631; sh: 8,330; makefile: 131
file content (25 lines) | stat: -rw-r--r-- 781 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
.TH flipx 1 "25 Jul 2001"
.SH NAME 
flipx \- Flip x axis in a FITS image 
.SH SYNOPSIS
.B flipx
<input images>
.SH DESCRIPTION
.PP
This is an example use of the qfits library. This program expects 
a list of FITS file names in input. For each input file, it will
flip the image contained in the main data section in the X direction,
i.e. pixel (i,j) is swapped with pixel (lx-i, j).
.PP
The pixel loading mechanism is independent from endian-ness of the
local host or FITS pixel type. This program offers a good overview
of how to use qfits for pixel-level operations.
.SH OPTIONS
None.
.SH FILES
.PP
Input files shall all comply with FITS format.
.SH BUGS
.PP
Notice that this program does not support cubes or image extensions,
but could be easily extended to support that case.