Glue Logo
main
  • Installing and running glue
  • Getting started
  • Advanced User Interface Guide
  • Using the IPython terminal in Glue
  • Working with Data objects
  • Starting Glue from Python
  • Working with non-glue data objects
  • Visualizing Astronomical Dendrograms
  • Introduction to customizing/extending glue
  • List of available plugins
  • Configuring Glue via a startup file
  • Customizing your Glue environment
  • Distributing your own plugin package
  • Customizing the coordinate system of a data object
  • Programmatically configuring viewers
  • Writing a simple custom data viewer
  • Watching data for changes
  • Custom fitting plugins
  • Unit conversion in glue
  • Writing a custom viewer for glue
  • Writing a custom viewer for glue with Qt
  • Writing a custom viewer for glue with Qt and Matplotlib
  • Custom tools for viewers and custom toolbars
  • Defining your own data objects
  • Demo Videos
  • Frequently Asked Questions
  • Getting Help with Glue
  • Known issues and solutions
  • The selection/subset framework
  • The communication framework
  • The linking framework
  • Developer Guide
  • API
    • Core Data
    • User Interface
    • Utilities
    • Plugins
      • glue.plugins.wcs_autolinking.wcs_autolinking Module
        • Functions
        • Classes
Glue
  • API
  • WCSLink
  • Edit on GitHub

WCSLink¶

class glue.plugins.wcs_autolinking.wcs_autolinking.WCSLink(data1=None, data2=None, cids1=None, cids2=None)[source]¶

Bases: MultiLink

A collection of links that link the pixel components of two datasets via WCS transformations.

Attributes Summary

cid_independent

description

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

display

Methods Summary

as_affine_link([n_samples, tolerance])

Approximate the link as an affine transformation which can, if the approximation is good, result in significant performance improvements.

Attributes Documentation

cid_independent = True¶
description[source]¶
display = 'WCS link'¶

Methods Documentation

as_affine_link(n_samples=1000, tolerance=1)[source]¶

Approximate the link as an affine transformation which can, if the approximation is good, result in significant performance improvements.

For now this will only work for datasets in which two pixel coordinates are linked.

Previous Next

© Copyright 2012-2019, Chris Beaumont, Thomas Robitaille, Michelle Borkin. Revision d7e8e26d.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: main
Versions
latest
stable
v0.8.x
v0.8.0
v0.7.2
v0.7.1
v0.7.x
v0.7.0
rtd
main
Downloads
On Read the Docs
Project Home
Builds