Glue
  • Installing Glue
    • Recommended: Anaconda Python Distribution
    • Enthought Canopy
    • Standalone Application
    • Building from Source (For the Brave)
    • Running Glue
    • Known issues
  • Getting started
    • Opening Data
    • Plotting Data
    • Defining Subsets
    • Refining Subsets and Linked Views
    • Linking Data
    • Saving your work
  • User Interface Guide
    • How Data Linking Works
    • Merging Datasets
    • Defining New Components
    • Spectrum Analysis
    • Slice Extraction
    • Visualizing Astronomical Dendrograms
  • Using the IPython terminal in Glue
  • Working with Data objects
    • Data classes
    • Using Data and DataCollection
    • Adding new attributes to datasets
    • Using lazy attributes
    • Defining new subsets
    • Accessing subset data
    • Creating a data object
  • Starting Glue from Python
    • Quickly send data to Glue with qglue
    • Manual data construction
    • Starting Glue from a script
  • Configuring Glue via a startup file
    • Example Usage: Custom Link Functions
  • Customizing your Glue environment
    • Registries
    • Custom Link Functions
    • Custom Data Loaders
    • Custom importers
    • Custom menubar tools
    • Custom Colormaps
    • Custom Subset Actions
    • Complete list of registries
    • Deferring loading of plug-in functionality (advanced)
  • Programmatically configuring plots
    • Plot Options
    • Customizing Plots with Matplotlib
  • Building Custom Data Viewers
    • The Goal: Basketball Shot Charts
    • Shot Chart Version 1: Heatmap and plot
    • Shot Chart Version 2: Court markings
    • Shot Chart Version 3: Widgets
    • Shot Chart Version 4: Selection
    • Viewer Subclasses
    • Valid Function Arguments
    • UI Elements
    • Other Guidelines
  • Watching data for changes
  • Writing a fully customized Qt viewer (advanced)
    • Motivation
    • Displaying the widget in glue
    • Passing data to the widget
    • Adding side panels
    • Setting up a client
    • Using layers
  • Demo Videos
    • Quick Introduction to Glue (1 minute)
    • 2013 SciPy Conference Talk (20 minutes)
    • The Perseus Shell (2 Minutes)
    • Glue, data cleaning, and civic hacking (5 minutes)
    • Glue, FBI Crime Data, and Plotly (5 minutes)
    • Extracting slices from cubes
  • Frequently Asked Questions
    • Why is Glue crashing on startup?
    • What data formats does Glue understand?
    • How do I overplot catalogs on images in Glue?
    • How do I use Glue with the IPython notebook?
    • Does Glue Understand CASA Cubes?
    • Something is broken, or confusing. What should I do?
    • How do I make a scatterplot of columns from two different catalogs?
    • How do I make a scatterplot between two images?
    • I have some other question...?
  • Getting Help with Glue
  • The selection/subset framework
    • Regions of interest
    • Subset states
    • Subsets
  • The communication framework
    • Publish/Subscribe model
    • Typical workflow
  • The linking framework
    • Creating component links programmatically
    • Built-in link functions
  • Developer Guide
    • Code organization
    • Qt development in Glue
    • Coding guidelines
    • Testing framework
    • How the MacOS X app is built
  • API
    • Core Data
    • User Interface
    • Viewers
    • Utilities
 
Glue
  • Docs »
  • Overview: module code
  • Edit on GitHub

All modules for which code is available

  • glue
    • glue.app.qt.application
    • glue.config
    • glue.core.application_base
    • glue.core.client
    • glue.core.component
    • glue.core.component_id
    • glue.core.component_link
    • glue.core.data
    • glue.core.data_collection
    • glue.core.data_factories.astropy_table
    • glue.core.data_factories.fits
    • glue.core.data_factories.hdf5
    • glue.core.data_factories.helpers
    • glue.core.data_factories.image
    • glue.core.data_factories.npy
    • glue.core.data_factories.pandas
    • glue.core.data_factories.tables
    • glue.core.fitters
    • glue.core.hub
    • glue.core.layer_artist
    • glue.core.link_helpers
    • glue.core.message
    • glue.core.roi
    • glue.core.simpleforms
    • glue.core.subset
    • glue.core.subset_group
    • glue.core.util
    • glue.core.visual
    • glue.external.echo
    • glue.qglue
    • glue.utils.array
    • glue.utils.geometry
    • glue.utils.matplotlib
    • glue.utils.misc
    • glue.utils.qt.autocomplete_widget
    • glue.utils.qt.colors
    • glue.utils.qt.decorators
    • glue.utils.qt.dialogs
    • glue.utils.qt.helpers
    • glue.utils.qt.mime
    • glue.utils.qt.mixins
    • glue.utils.qt.python_list_model
    • glue.utils.qt.qmessagebox_widget
    • glue.utils.qt.threading
    • glue.utils.qt.widget_properties
    • glue.viewers.common.qt.data_viewer
    • glue.viewers.common.viz_client
    • glue.viewers.custom.qt.custom_viewer
    • glue.viewers.histogram.qt.viewer_widget
    • glue.viewers.image.qt.viewer_widget
    • glue.viewers.scatter.qt.viewer_widget
  • operator

© Copyright 2012-2016, Chris Beaumont, Thomas Robitaille, Michelle Borkin.

Built with Sphinx using a theme provided by Read the Docs.