diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-26 22:14:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-26 22:14:15 +0800 |
commit | 7c869aa6042a71f25b1ebac6f4028735feeda5a3 (patch) | |
tree | 0c7757a0200c13c5300b78a2ebe438bf1f3da12c /astro/Makefile | |
parent | 71e5247b8fe83a2f8e0a44a91fb122480a275b72 (diff) | |
download | freebsd-ports-gnome-7c869aa6042a71f25b1ebac6f4028735feeda5a3.tar.gz freebsd-ports-gnome-7c869aa6042a71f25b1ebac6f4028735feeda5a3.tar.zst freebsd-ports-gnome-7c869aa6042a71f25b1ebac6f4028735feeda5a3.zip |
astLib is a set of Python modules that provides some tools for research
astronomers. It can be used for astronomical plots, some statistics,
common calculations, coordinate conversions, and manipulating FITS images
with World Coordinate System (WCS) information through PyWCSTools - a
simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and
developed) as part of astLib.
WWW: http://astlib.sourceforge.net
PR: ports/133084
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 9dbeff7f88a3..b391b47be8ec 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -58,6 +58,7 @@ SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-aipy + SUBDIR += py-astLib SUBDIR += py-metar SUBDIR += py-pyfits SUBDIR += pyephem |