Table Of Contents

Previous topic

Example Usage

Next topic

WCS

This Page

API documentation

pywcs

Under the hood, there are 3 separate classes that perform different parts of the transformation:

Additionally, the class WCS aggregates all of these transformations together in a pipeline:

Testing pywcs

The unit tests are written for use with nose. To run them, install pywcs and then at the commandline:

nosetests pywcs.tests