pywwt.imagery Module

Utilities for dealing with WWT imagery collections.

The code in this module is fairly old and in need of updating. You won’t need to use its functionality directly if you’re not a pywwt developer.

Functions

get_imagery_layers(url)

Get the list of available image layers that can be used as background or foreground based on the URL to a WTML (WorldWide Telescope image collection file).

Classes

Bandpass(band)

Allows the __getattr__() method from ImageryLayers to reach into the inner dict corresponding to layers of a particular bandpass.

ImageryLayers(layer_list)

A supplemental class that standardizes layer names, sorts them by bandpass, and makes it possible to tab complete them.