File: scripts.rst

package info (click to toggle)
astropy 7.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 35,328 kB
  • sloc: python: 233,437; ansic: 55,264; javascript: 17,680; lex: 8,621; sh: 3,317; xml: 2,287; makefile: 191
file content (35 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (4)
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
Executable Scripts
******************

``astropy`` installs a couple of useful utility programs on your system that are
built with ``astropy``.

fitsinfo
========
.. automodule:: astropy.io.fits.scripts.fitsinfo

fitsheader
==========
.. automodule:: astropy.io.fits.scripts.fitsheader

fitscheck
=========
.. automodule:: astropy.io.fits.scripts.fitscheck

With ``astropy`` installed, please run ``fitscheck --help`` to see the full
program usage documentation.

.. _fitsdiff:

fitsdiff
========

.. currentmodule:: astropy.io.fits

``fitsdiff`` provides a thin command-line wrapper around the :class:`FITSDiff`
interface. It outputs the report from a :class:`FITSDiff` of two FITS files,
and like common diff-like commands returns a 0 status code if no differences
were found, and 1 if differences were found:

With ``astropy`` installed, please run ``fitsdiff --help`` to see the full
program usage documentation.