1flipx(1) General Commands Manual flipx(1)
2
3
4
6 flipx - Flip x axis in a FITS image
7
9 flipx <input images>
10
12 This is an example use of the qfits library. This program expects a
13 list of FITS file names in input. For each input file, it will flip the
14 image contained in the main data section in the X direction, i.e. pixel
15 (i,j) is swapped with pixel (lx-i, j).
16
17 The pixel loading mechanism is independent from endian-ness of the
18 local host or FITS pixel type. This program offers a good overview of
19 how to use qfits for pixel-level operations.
20
22 None.
23
25 Input files shall all comply with FITS format.
26
28 Notice that this program does not support cubes or image extensions,
29 but could be easily extended to support that case.
30
31
32
33 25 Jul 2001 flipx(1)