File: README

package info (click to toggle)
missfits 2.8.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,752 kB
  • sloc: ansic: 13,524; sh: 10,947; makefile: 44
file content (35 lines) | stat: -rw-r--r-- 1,295 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
28
29
30
31
32
33
34
35
MissFITS is a program that performs basic maintenance and packaging tasks on
FITS files:
- add/edit FITS header keywords
- split/join Multi-Extension-FITS (MEF) files
- unpack/pack FITS data-cubes
- create/check/update FITS checksums, using R. Seaman's protocol
	( see http://www.adass.org/adass/proceedings/adass94/seamanr.html)
- compress/decompress FITS data (*not yet available*)

This file describes shortly the SYNTAX of MissFITS.
See INSTALL for instructions about install.
For more information, please refer to the documentation
(see http://astromatic.iap.fr/software/missfits/)

The general SYNTAX is similar to that of SExtractor or SWarp:

% missfits [<fits_file1>, <fits_file2>,...] [-c <Configuration_file>]
        [-<keyword> <value>] ...

- Keyword parameters given in the command line override those from the
  configuration file.
- If the list-file is given as unique argument, MissFITS looks for a
  default configuration file called ``default.missfits''. If no configuration
  file is available, MissFITS uses internal defaults.

% missfits -d

prints a default configuration file on the standard output

Please report any bug or strange behaviour on the MissFITS Forum at
http://astromatic.net/forum/

				Chiara Marmo <marmo@u-psud.fr>
				Emmanuel Bertin <bertin@iap.fr>