blob: 4db0ee57d9a7c76886c4e3fa6ece4172df3809a4 (
plain) (
blame)
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
|
[metadata]
name = stwcs
version = 0.8
author = Nadia Dencheva, Warren Hack
author-email = help@stsci.edu
summary = Recomputes the WCS of an HST observation and puts all distortion
corrections in the headers
home-page = http://www.stsci.edu/resources/software_hardware/stsci_python
classifier =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
requires-python = >=2.5
requires-dist =
stsci.tools (==2.9)
pywcs (==1.10-4.7)
[files]
packages_root = lib
packages =
stwcs
stwcs.distortion
stwcs.updatewcs
stwcs.wcsutil
[global]
commands = stsci.distutils.command.easier_install.easier_install
[easy_install]
find-links = ..
|