diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-30 05:36:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-30 05:36:13 +0800 |
commit | 3cfcdd9e7660ef4fd857dd42b63845110bf56838 (patch) | |
tree | 2e37946b68a6a418782997383d47fbd101d7cf35 /astro/Makefile | |
parent | 39e2c042a3be3fb48018018aa67e9597cad7bcda (diff) | |
download | freebsd-ports-gnome-3cfcdd9e7660ef4fd857dd42b63845110bf56838.tar.gz freebsd-ports-gnome-3cfcdd9e7660ef4fd857dd42b63845110bf56838.tar.zst freebsd-ports-gnome-3cfcdd9e7660ef4fd857dd42b63845110bf56838.zip |
SExtractor is a program that builds a catalogue of objects from an
astronomical image. Although it is particularly oriented towards
reduction of large scale galaxy-survey data, it performs rather
well on moderately crowded star fields.
WWW: http://terapix.iap.fr/soft/sextractor/
PR: ports/123046
Submitted by: Mathias Monnerville <mathias at monnerville.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 25c21b6919ef..38f53535f279 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -60,6 +60,7 @@ SUBDIR += roadmap SUBDIR += saoimage SUBDIR += sattrack + SUBDIR += sextractor SUBDIR += sky2000 SUBDIR += spacechart SUBDIR += sscalc |