This package browser is in early development. Mind the rough edges.

python-gwcs

Generalized World Coordinate System

Generalized World Coordinate System (GWCS) is an Astropy affiliated package providing tools for managing the World Coordinate System of astronomical data.

GWCS takes a general approach to the problem of expressing transformations between pixel and world coordinates. It supports a data model which includes the entire transformation pipeline from input coordinates (detector by default) to world coordinates.

Installation

Install the latest version of python-gwcs as follows:

guix install python-gwcs

Or install a particular version:

guix install python-gwcs@0.26.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-gwcs about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-gwcs'><img src='https://packages.guix.gnu.org/packages/python-gwcs/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-gwcs/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-gwcs)

Example Org:

[[https://packages.guix.gnu.org/packages/python-gwcs][https://packages.guix.gnu.org/packages/python-gwcs/badges/latest-version.svg]]