ImageTree

class reducer.image_browser.ImageTree(tree)[source]

Bases: object

Create a tree view of a collection of images.

Parameters:

tree : msumastro.TableTree

Tree of images, arranged by metadata.

Attributes

top Widget at the top of the tree.

Methods

display() Display and format this widget.
format() This gets called by the ImageBrowser so don’t delete it.

Attributes Summary

top Widget at the top of the tree.

Methods Summary

display() Display and format this widget.
format() This gets called by the ImageBrowser so don’t delete it.

Attributes Documentation

top

Widget at the top of the tree.

Methods Documentation

display()[source]

Display and format this widget.

format()[source]

This gets called by the ImageBrowser so don’t delete it.

For now it also closes all of the tabs after the browser is created because doing it before (at least ipywidgets 5.1.5 and lower) causes a javascript error which prevents properly setting the titles.