diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-02 06:01:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-02 06:01:53 +0800 |
commit | 656382fc94ad0694cad381d5ba9fa3db90843824 (patch) | |
tree | ed71ad751143189b8e5f46c8f70946ae783204d2 /astro/Makefile | |
parent | ac4b001be37f06c273bf758a3149f915db07b1da (diff) | |
download | freebsd-ports-gnome-656382fc94ad0694cad381d5ba9fa3db90843824.tar.gz freebsd-ports-gnome-656382fc94ad0694cad381d5ba9fa3db90843824.tar.zst freebsd-ports-gnome-656382fc94ad0694cad381d5ba9fa3db90843824.zip |
PyFITS provides an interface to FITS formatted files
under the Python scripting language. It is useful for
interactive data analysis and for writing analysis
scripts in Python using FITS files as either input or
output. PyFITS is a development project of the Science
Software Branch at the Space Telescope Science Institute.
WWW: http://www.stsci.edu/resources/software_hardware/pyfits
PR: ports/128456
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'astro/Makefile')
-rw-r--r-- | astro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 752f6a3f6437..fc33cfc4afa5 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -56,6 +56,7 @@ SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-metar + SUBDIR += py-pyfits SUBDIR += pyephem SUBDIR += pyweather SUBDIR += rmap |