blob: 033a8d077fdc1b67cd06efc3fb567ba7a6524324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-astronomy@gentoo.org</email>
<name>Gentoo Astronomy Project</name>
</maintainer>
<longdescription lang="en">
GWCS takes a general approach to the astronomy World Coodinate
System. It supports a data model which includes the entire
transformation pipeline from input coordinates (detector by
default) to world coordinates. The goal is to provide a flexible
toolkit which is easily extendible by adding new transforms and
frames.
</longdescription>
<upstream>
<remote-id type="pypi">gwcs</remote-id>
<remote-id type="github">spacetelescope/gwcs</remote-id>
</upstream>
</pkgmetadata>
|