fxsplit: Split a multiple extension FITS file into single FITS files
Package: fitsutil
Usage
fxsplit input_list
Parameters
- input [string]
- Can be a list of FITS filenames. Output names will have the input root name plus a count.
- verbose = yes
- Print each operation as it takes place?
Description
Fxsplit will split a FITS file with multiple extensions into individual FITS files. The output file names are similar to the input file but they will have a count number appended to the root name.
Examples
1. Split a MEF file that have 2 extensions.
im> fxsplit file3.fits
The output file are: file30.fits, file31.fits file32.fits
2. To split 2 or more MEF files.
im> fxsplit g10.fits,msc.fits
Bugs
See also
fxcopy,imcopy