forked from spacetelescope/pywcs
-
Notifications
You must be signed in to change notification settings - Fork 0
WCS transformations following the SIP conventions, Paper IV.
License
jhunkeler/pywcs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Introduction ------------ pywcs is a set of routines for handling the FITS World Coordinate System (WCS) standard. It is a thin wrapper around the high- and mid-level interfaces of Dr. Mark Calabretta's WCSLIB available here: http://www.atnf.csiro.au/people/mcalabre/WCS/ In addition, there are extensions (written in C) to support Spitzer Simple Imaging Polynomial (SIP) convention keywords and Paper IV table lookup distortion. Please direct any questions to: help@stsci.edu Build instructions ------------------ pywcs includes its own copy of WCSLIB. pywcs requires: - Numpy 1.3 or later - pyfits 1.4 or later pywcs uses the standard Python distutils system to build and install itself. From the command line run:: python setup.py install to install pywcs. Building documentation ---------------------- Optionally, the documentation can be built using Sphinx (http://sphinx.pocoo.org). After installing pywcs, 'cd' into the 'doc' directory and:: make html The documentation is also available online at: http://stsdas.stsci.edu/astrolib/pywcs/index.html
About
WCS transformations following the SIP conventions, Paper IV.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 54.0%
- HTML 35.6%
- Fortran 4.6%
- Python 2.0%
- Lex 1.8%
- C++ 0.7%
- Other 1.3%