casagui.bokeh.sources._image_data_source

Specialization of the Bokeh DataSource for image cube data.

Module Contents

Classes

ImageDataSource

Implementation of a ColumnDataSource customized for planes from

class casagui.bokeh.sources._image_data_source.ImageDataSource(*args, **kwargs)

Implementation of a ColumnDataSource customized for planes from CASA/CNGI image cubes. This is designed to use an ImagePipe to update the image channel/plane displayed in a browser, app or notebook with bokeh.

image_source

the conduit for updating the channel/plane from the image cube

Type:

ImagePipe