https://github.com/spacetelescope/stwcs
WCS based distortion models and coordinate transformation.
https://github.com/spacetelescope/stwcs
astronomy hst wcs
Last synced: 8 months ago
JSON representation
WCS based distortion models and coordinate transformation.
- Host: GitHub
- URL: https://github.com/spacetelescope/stwcs
- Owner: spacetelescope
- Created: 2016-02-18T23:34:13.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T18:54:10.000Z (9 months ago)
- Last Synced: 2025-09-02T20:41:10.950Z (9 months ago)
- Topics: astronomy, hst, wcs
- Language: Python
- Homepage: http://stwcs.readthedocs.io
- Size: 28.3 MB
- Stars: 5
- Watchers: 14
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
STWCS
-----
.. image:: https://github.com/spacetelescope/stwcs/actions/workflows/weekly_cron.yml/badge.svg
:target: https://github.com/spacetelescope/stwcs/actions
:alt: CI Status
.. image:: https://readthedocs.org/projects/stwcs/badge/?version=latest
:target: http://stwcs.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
`STWCS `__ provides support for WCS distortion models and coordinate
transformation for the imaging instruments on the Hubble Space Telescope (HST).
Note
----
Starting with version 1.4, STWCS requires Python 3.5 and above.
Installation
------------
To clone the project from github::
git clone https://github.com/spacetelescope/stwcs.git
To install::
python setup.py install