salt2iraf – Convert from MEF to single extension FITS files
salt2iraf images outimages outpref (clobber) (logfile) (verbose)
SALT2IRAF converts PySALT Multi-Extension FITS (MEF) files into single extension FITS files. Given a list of images to convert, it will copy the Primary HDU header information and the data file appearing in the first extension to the Primary HDU of the output file. It will also add any additional information in the first extension that does not appear in the Primary HDU. These files will then be compatible with basic IRAF tasks and other tools.
EXAMPLES 1. To convere raw FITS files residing in the /Volumes/data1/ and create new files with paths and names stored in the ascii list outimages.lis:
--> salt2iraf images='mbxpP*.fits' outimages='' outpref='i'
clobber=y logfile='salt.log' verobse=y
TIME AND DISK REQUIREMENTS Individual unbinned raw full-frame RSS files can be 112MB in size. It is recommended to use workstations with a minimum of 512MB RAM. On a linux machine with 2.8 Ghz processor and 2 Gb of RAM, one 2051x2051 image in 0.08 sec.
The task will raise an error if more than one ‘SCI’ extension exists in the images. If the data is already in single extension, then the task will copy the image to the output image.
Send feedback and bug reports to salthelp@saao.ac.za
.endhelp