eda_plugin.utility.eda_gui.NetworkImageViewer
- class eda_plugin.utility.eda_gui.NetworkImageViewer(*args: Any, **kwargs: Any)
Bases:
QGraphicsViewDisplay a grayscale np.ndarray.
- __init__()
Set up with the default image size and initialise with a dummy pixmap.
Methods
__init__()Set up with the default image size and initialise with a dummy pixmap.
inferno_colormap([n])Take both images and combine them into one false color image.
wheelEvent(event)- add_image(image: numpy.ndarray, timepoint)
Translate the input image into a QImage and display in the scene.
- add_network_image(image: numpy.ndarray, dims: tuple)
Translate the input image into a QImage and display in the scene.
- screen_images()
Take both images and combine them into one false color image.