mantidimaging.gui.windows.stack_visualiser.metadata_dialog module

class mantidimaging.gui.windows.stack_visualiser.metadata_dialog.MetadataDialog(parent: QWidget, images: ImageStack)[source]

Bases: BaseDialogView

Dialog used to show a pretty formatted version of the image metadata.

static build_metadata_tree(metadata)[source]

Builds a QTreeWidget from the ‘operation_history’ metadata of an image.

The top level items are operations, and each has any args and/or kwargs as child nodes.

copy_metadata_to_clipboard()[source]